Tutorials

Some how tos ranging from cheatsheet style to step-by-step guides.

Lets go!

Programming 101

If you are an absolute beginner and want a mellow introduction to programming concepts. This is for you.

I want to learn

Recetas

Algunas recetas que no quiero olvidar.

Ver la lista

Random Pages

Recent Posts

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...

PHP PCRE Cheat Sheet

1 minute read

As a first thought this post isn’t meant to be a super complete explanation of all the characters, quantifiers, modifiers of the regular expression world, ne...