programming

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

Back to Top ↑

fundamentals

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

Back to Top ↑

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

Back to Top ↑

conditionals

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.

Back to Top ↑

if

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.

Back to Top ↑

for

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.

Back to Top ↑

files

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

Back to Top ↑

apache

Apache SSL on Mac OSX

2 minute read

Recently I ran into a tutorial that explained pretty well how to set up open ssl with a self signed certificate on Mac OSX 10.7 to test https in your localho...

Back to Top ↑

ssl

Apache SSL on Mac OSX

2 minute read

Recently I ran into a tutorial that explained pretty well how to set up open ssl with a self signed certificate on Mac OSX 10.7 to test https in your localho...

Back to Top ↑

macosx

Apache SSL on Mac OSX

2 minute read

Recently I ran into a tutorial that explained pretty well how to set up open ssl with a self signed certificate on Mac OSX 10.7 to test https in your localho...

Back to Top ↑

macos

Apache SSL on Mac OSX

2 minute read

Recently I ran into a tutorial that explained pretty well how to set up open ssl with a self signed certificate on Mac OSX 10.7 to test https in your localho...

Back to Top ↑

php

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

Back to Top ↑

pcre

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

Back to Top ↑

regex

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

Back to Top ↑

variable

Back to Top ↑

type

Back to Top ↑

operators

Back to Top ↑

comparison

Back to Top ↑

switch

Back to Top ↑

loop

Back to Top ↑

iteration

Back to Top ↑

while

Back to Top ↑

do-while

Back to Top ↑

exercises

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.

Back to Top ↑

loops

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.

Back to Top ↑

else

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.

Back to Top ↑

modularity

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

Back to Top ↑

functions

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

Back to Top ↑

packages

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

Back to Top ↑

scope

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

Back to Top ↑

io

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.

Back to Top ↑

i/o

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.

Back to Top ↑

terminal

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.

Back to Top ↑

aws

Simple Streaming Server with AWS

9 minute read

Learn the basic software architecture decisions we had to make to build a video streaming server using the AWS infrastructure.

Back to Top ↑

streaming

Simple Streaming Server with AWS

9 minute read

Learn the basic software architecture decisions we had to make to build a video streaming server using the AWS infrastructure.

Back to Top ↑

media

Simple Streaming Server with AWS

9 minute read

Learn the basic software architecture decisions we had to make to build a video streaming server using the AWS infrastructure.

Back to Top ↑

server

Simple Streaming Server with AWS

9 minute read

Learn the basic software architecture decisions we had to make to build a video streaming server using the AWS infrastructure.

Back to Top ↑

cloud

Simple Streaming Server with AWS

9 minute read

Learn the basic software architecture decisions we had to make to build a video streaming server using the AWS infrastructure.

Back to Top ↑

architecture

Simple Streaming Server with AWS

9 minute read

Learn the basic software architecture decisions we had to make to build a video streaming server using the AWS infrastructure.

Back to Top ↑

security

Why Passwords Fail?

4 minute read

Learn why even good passwords can fail, how to protect your account from breaches, and the security limitations of second factor authentication.

Back to Top ↑

password

Why Passwords Fail?

4 minute read

Learn why even good passwords can fail, how to protect your account from breaches, and the security limitations of second factor authentication.

Back to Top ↑

second-factor

Why Passwords Fail?

4 minute read

Learn why even good passwords can fail, how to protect your account from breaches, and the security limitations of second factor authentication.

Back to Top ↑

multi-factor

Why Passwords Fail?

4 minute read

Learn why even good passwords can fail, how to protect your account from breaches, and the security limitations of second factor authentication.

Back to Top ↑

authentication

Why Passwords Fail?

4 minute read

Learn why even good passwords can fail, how to protect your account from breaches, and the security limitations of second factor authentication.

Back to Top ↑

prim

Back to Top ↑

algorithm

Back to Top ↑

labyrinth

Back to Top ↑

maze

Back to Top ↑