What is an API?

APIs allow computer programs to communicate with each other. Normally you will use an API (Application Programming Interface) over the HTTP protocol, which is the most common in Internet communications. However, an API is any set of rules that two computer systems follow to communicate. Normally you are not aware that you are consuming an API because you use a library that makes it easier for you. What types of APIs exist? If you have any programming experience, these examples will surely sound familiar to you: ...

September 20, 2023 路 3 min

What is an Environment Variable?

What is an environment variable for? How to use it? All in one minute.

September 18, 2023 路 3 min

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