Programming 101

Programming Fundamentals: I/O

5 minute read

This post we’ll see a few quick ways to read input from users and how to store that information, or any other, in external files.

Programming Fundamentals: Modularity

14 minute read

As soon as complexity grows our code becomes larger, in this session we will see how to manage large codebases by breaking code part in several functions, pa...

Programming Fundamentals: Exercises 1

6 minute read

We’ll take a break of the theory an do some exercises. In this sessions you’ll use everything you’ve learned so far to solve some toy problems.

Programming Fundamentals: Basics

5 minute read

In this post we’ll go through a few basic concepts that we need to know before starting to write code. After clearing this out, you’ll write your first Go la...