I watched a few videos, read some stuff online about Software Architecture, and took some notes in...
Lets practice Dynamic Programming by solving one of the most emblematic problems you could find online: The Manhattan Tourist Problem.
Let's code a Fractal Tree! Nothing weird, Vanilla JavaScript and the HTML5 's Canvas API.
What is Fortran? Fortran is a 63 y.o. programming language developed by IBM for scientific...
Time to talk about JavaScript! How was it born? Why is it called like that? Well, let's find out!
How can we know when a number is prime? And count how many primes are there until `n`?
How we can sum an element to all the elements inside an array, one by one?
Let's work with indexes and arrays!
Today we'll work on reversing a string, a common question on coding interviews.
Welcome to day 3 of #7DaysJS!
Second day of #7DaysJS!
Welcome to day 1 of #7DaysJS!
Here are 5 reasons why you must go to a Hackathon, bullet-pointed.
Machine Learning and Data Science, good ol' friends. Is IoT walking alone or by their side?
Every developer asks himself at some point, which should I use? IDs or Classes? We'll answer this question by approaching the CSS Specificity concept, what is it and how is it related to these CSS Selectors.
This post is about Artificial Neural Networks. Computer Science != Biology. Summary Wh...
I couldn’t find any good guide about this topic, so I wrote it my self! First things first, what is...
Interested in virtual machines? And you need to know if your PC can run them? Well, you are in the...
As a Software Developer, How Much Math do You Need to Know?
This are many ways to get to know wich Linux distro those nerds installed on your PC.
Let's write a simple recursive function in Haskell, start the journey!
Let's write your first Haskell function, and test it!
Let's get all setup and start running Haskell!
A brief introduction to Haskell