Writing
Software development, career and the challenge.
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.
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 ...
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...
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...
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...
If you would rather watch a video about it:
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...
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...
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-...
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...
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 ...
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...
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 ...
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...
After using Vue for a while, I have found some issues that later I learned are actually things they warned us in the documentation.
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...