Archived Blog

Technical posts I wrote years ago. I'm not maintaining them anymore, but feel free to browse.

How to Become a Front-End Developer

Getting a job as a front-end developer is not an easy task. But you can make it with the right strategy. Discover how you can achieve this ambitious goal by reading this post.

Read more

Task Estimation for Developers

Developers often make estimation mistakes, mostly because they underestimate the task. Find out why and how you can make better estimations as a developer.

Read more

How to Create an App with Vue CLI

Creating a web application from scratch can be a daunting task. Fortunately, Vue provides a great CLI tool to create one without any effort. Learn how to use it in this post.

Read more

Getting Started with Vue

Vue is a progressive framework that allows you to build great user interfaces through reactivity, components, directives and more! Discover in this post the basics of Vue.

Read more

How to Find Your Next Awesome Ideas

Do you want to build a side project, but you have no ideas in mind? Turns out, it's not that hard to find them. Learn how you can find your next ideas in this post!

Read more

How to Test JavaScript With Jest

Testing is an important and underestimated skill. They give you confidence in your code. Learn how you can use Jest to make your JavaScript more robust than you ever thought.

Read more

Writing Blazing Fast HTML Code

Maybe you think HTML code is tedious to write, and I agree. That's why I use Emmet, a code editor extension, to type HTML faster. Find out how to do so in this post.

Read more