Lautaro Lobo

Lautaro Lobo @lautarolobo

About: While you read this I'm learning something new.

Location:
Córdoba, Argentina
Joined:
May 6, 2019

Lautaro Lobo
articles - 24 total

Some Notes I Took on Software Architecture

I watched a few videos, read some stuff online about Software Architecture, and took some notes in...

Learn More 0 0Oct 10

The Manhattan Tourist Problem

Lets practice Dynamic Programming by solving one of the most emblematic problems you could find online: The Manhattan Tourist Problem.

Learn More 2 0Oct 3

Use JavaScript and HTML5 to Code a Fractal Tree

Let's code a Fractal Tree! Nothing weird, Vanilla JavaScript and the HTML5 's Canvas API.

Learn More 80 4Apr 16 '20

February of Fortran

What is Fortran? Fortran is a 63 y.o. programming language developed by IBM for scientific...

Learn More 12 0Feb 29 '20

January of JavaScript

Time to talk about JavaScript! How was it born? Why is it called like that? Well, let's find out!

Learn More 6 0Jan 22 '20

#7DaysJS: Primes Until n

How can we know when a number is prime? And count how many primes are there until `n`?

Learn More 5 0Dec 5 '19

#7DaysJS: myElement + n

How we can sum an element to all the elements inside an array, one by one?

Learn More 6 0Dec 4 '19

#7DaysJS: Where is My Element

Let's work with indexes and arrays!

Learn More 2 2Dec 4 '19

#7DaysJS: Reverse a String

Today we'll work on reversing a string, a common question on coding interviews.

Learn More 5 2Dec 3 '19

#7DaysJS: Read My Sign

Welcome to day 3 of #7DaysJS!

Learn More 6 0Dec 1 '19

#7DaysJS: Even or Odd

Second day of #7DaysJS!

Learn More 5 2Nov 30 '19

#7DaysJS: Factorial and Average

Welcome to day 1 of #7DaysJS!

Learn More 16 2Nov 30 '19

Here Are 5 Reasons Why You Need to Go to a Hackathon

Here are 5 reasons why you must go to a Hackathon, bullet-pointed.

Learn More 9 0Oct 17 '19

How Machine Learning, 5G and Data Science Will be Critical to the Future of the Internet of Things

Machine Learning and Data Science, good ol' friends. Is IoT walking alone or by their side?

Learn More 10 2Oct 1 '19

IDs vs Classes: a CSS Specificity Chapter

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.

Learn More 46 12Aug 25 '19

Neural Networks 101

This post is about Artificial Neural Networks. Computer Science != Biology. Summary Wh...

Learn More 14 0Jul 31 '19

Continuous Deployment on Hostinger

I couldn’t find any good guide about this topic, so I wrote it my self! First things first, what is...

Learn More 7 0Jul 17 '19

Is Virtualization Technology Enabled On My PC?

Interested in virtual machines? And you need to know if your PC can run them? Well, you are in the...

Learn More 5 0Jun 24 '19

How Much Math is Needed? (or desirable)

As a Software Developer, How Much Math do You Need to Know?

Learn More 6 4Jun 13 '19

Wich Linux distro am I running?

This are many ways to get to know wich Linux distro those nerds installed on your PC.

Learn More 6 0Jun 12 '19

A Recursive Function in Haskell

Let's write a simple recursive function in Haskell, start the journey!

Learn More 6 0Jul 13 '19

Your First Haskell Function

Let's write your first Haskell function, and test it!

Learn More 6 0Jun 11 '19

Installing Haskell Compiler in Linux

Let's get all setup and start running Haskell!

Learn More 9 0Jun 10 '19

What's Haskell?

A brief introduction to Haskell

Learn More 4 0Jun 9 '19