What is a variable?

The first step to learn programming. How do the programs work inside?

September 16, 2023 路 4 min

What is git commit?

Git basics in a minute.

September 14, 2023 路 2 min

What is SQL?

Learn SQL in just a few minutes.

September 12, 2023 路 4 min

What is JSON?

Learn what JSON is and what it is used for in a minute.

September 10, 2023 路 3 min

Minesweeper made with React

The well-known minesweeper game, created with React, try it now and see how it was made.

September 6, 2023 路 2 min

First Time Using Docker

A quick tutorial, both useful if it鈥檚 your first time, or if you need to refresh your knowledge of Docker.

January 16, 2023 路 5 min

Best Practices in Go

Know the best practices to have a maintainable code over time for the Golang language

November 26, 2022 路 6 min

I created Snake Game in 100 Lines of Code

Let鈥檚 see how to code one of the most known games in the world in only 100 lines of code.

November 19, 2022 路 6 min

Create Telegram Bot From scratch

First steps to create a Telegram bot from scratch. Without external dependencies.

October 24, 2022 路 4 min

Learn Golang from base (parte 2)

Learn more advanced concepts like reading a file, recursion, creating a server, and something else.

October 8, 2022 路 9 min