Velocidad de Escape

Styling markdown posts with Tailwind CSS in GatsbyJS

When I decided to create this blog, I was very clear that I wanted to do it in the easiest way possible, I didn't want to have to deal with databases, CMS, etc. I had already seen some other blogs and knew...

CSS

TailwindCSS

Are computer generated random numbers really random?

This morning I couldn't sleep, so I remembered something interesting, computer generated random numbers are not really random numbers, or not strictly speaking. But first, let's talk about **Deterministic...

CS

Object-Oriented Programming in Javascript

The first and very important question, is JavaScript really an object-oriented programming (OOP) language? In my personal opinion, I will say: NO at all; JavaScript, emulates object classes via constructor...

JavaScript

My first blog post

A long time has passed since the last time I blogged. <a class="hover:no-underline text-blue underline" href="https://geektheplanet.net/" target="_blank" rel="noreferrer">Geek the Planet</a> was my blog for...

Personal