Skip to content

Writing

Software development, career and the challenge.

Giving a delivery driver access to Punta Cana Village shouldn't take 10 minutes

I live in Punta Cana Village. Every time I order something through Uber Eats I have to give the driver permission to get in, and it takes me about 10 minutes.

20 days trying to replace my salary

On August 31 I posted a video with one question: what would you build if you only had one hour a day? That’s the challenge. One hour a day, minimum, until I ...

Introducing gameflix.app - Wordle for Netflix

If you’re anything like my wife and me, then you know the thrill of diving deep into the Netflix catalog, debating over the best shows and movies, and occasi...

Learning JavaScript from Scratch: Mastering Functions and Arrays (Part 2)

Hey there! Welcome back to our ongoing journey into the wonderful world of coding. In our first post, we laid down the groundwork by covering the basics of J...

Learning JavaScript from Scratch: A Beginner's Guide (Part 1)

Hey there! Welcome to the first post of our exciting journey into the world of JavaScript. Whether you’re a seasoned developer looking to expand your skill s...

Consistency when working out is the key - More than 7 years working out

If you would rather watch a video about it:

What is CORS?

Have you ever seen this error?Access to fetch at 'https://www.test1.com' from origin 'https://www.test2.com' has been blocked by CORS policy: No 'Access-Cont...

What is camelCase, PascalCase, kebab-case and snake_case?

Since we cannot define a variable like fruits in basket because many (or maybe all) programming languages will interpret the space character as the end of th...

Chart xkcd vue wrapper

A friend shared this great library the other day and I fell in love with it automatically. It’s very beautiful the way these charts look like they were hand-...

Books I have read: first semester 2018

Let’s be honest, I haven’t been a reader person my entire life. Sure, I’ve read tons of blog post, short stories, and a lot of tweets, but just the idea of s...

How working remotely changed my life

When I started working remotely on my full-time job my life changed. I had worked remotely before but only on part-time jobs that I worked on at night and I ...

The power of saying thank you

We are always getting better in our hard skills so we can be a better professional or to be able to contribute more and in a more effective way to the projec...

Getting your first job as a software engineer

In every professional area, there’s the chicken and egg problem: I don’t have a job because I don’t have experience, I don’t have experience because I don’t ...

Learning the position CSS property for good

When I create a layout from scratch, I find myself adding different values to the position CSS property and to the DPP (direction position properties, I just...

Things that won't work using Vue

After using Vue for a while, I have found some issues that later I learned are actually things they warned us in the documentation.

Why does the data property on a Vue component must be a function?

If you don’t get familiar with the basic rules of a framework (programming language, tool, etc) when starting to use it, things won’t work as expected, since...