How to Make Slack Feel Calm and Productive
Slack is a distracting communication tool that makes it hard to focus. Let's see what tips you can use to make your Slack workspace calm and productive.
Read moreTechnical posts I wrote years ago. I'm not maintaining them anymore, but feel free to browse.
Slack is a distracting communication tool that makes it hard to focus. Let's see what tips you can use to make your Slack workspace calm and productive.
Read moreManaging a repository takes time. Creating pull requests, finding issues, reviewing code and more. Thankfully, GitHub released their official CLI. Let's leverage its power.
Read moreGetting 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 moreBuilding custom components such as a Toggle Switch is no easy task. Learn how you can build a reusable, accessible and responsive toggle switch with Vue 3.
Read moreJavaScript is an important programming language as of today, so you better get good at it. Check out this list of resources to become an advanced JavaScript developer.
Read moreColors are hard to grasp in UI Design. Find out in this post a simple method for creating color variations, choosing colors, and more!
Read moreFront-end developers spend most of their time working on user interfaces but don't know how to actually build one. Learn why you should learn design as a developer.
Read moreDevelopers often make estimation mistakes, mostly because they underestimate the task. Find out why and how you can make better estimations as a developer.
Read moreDevelopers spend a lot of their time writing code, which can be repetitive. Find out how you can use custom user snippets in VS Code to boost your workflow!
Read moreES6 brought awesome new features in JavaScript such as destructuring. Read this post and learn tips and tricks to have a cleaner code.
Read moreCreating 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 moreWhat if I told you it's possible to build a responsive grid that works both on desktop, tablet and mobile with just three lines of CSS? Find out in this post how you can achieve this result.
Read moreVue 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 moreDo 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 moreWeb performance matters. Find out how you can boost your web application performance through image optimizations, code splitting, and reducing bundle size.
Read moreTesting apps can be painful, but it doesn't have to be that way. Learn in this post how you can make the most of React Testing Library to test React apps.
Read moreTesting 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 moreLots of tools allow you to write high-quality code such as ESLint and Prettier. Find out in this post how to integrate them into your React apps and make your codebase more robust.
Read moreEver felt unproductive? Do you feel like you struggle to make progress? Learn how you can better manage your time and profoundly increase your productivity.
Read moreWhat makes a good developer? His technical skills only? Not really. Soft skills are essential! Discover which soft skills make a great developer.
Read moreEver wondered how to handle languages and translations in your app? Dive into Airbnb's internationalization library source code to better understand how the whole thing works.
Read moreArrays are data structures that JavaScript developers always use. Learn in this post everything you should know about JavaScript arrays.
Read moreIf you're on a Discord server, I bet you already encountered one of these bots. Ever wondered how to make one? That's what you'll learn by reading this post!
Read moreEvery now and then, front-end developers rant about CSS. But it doesn't have to be that way! Find out how you can improve your CSS skills.
Read moreMaybe 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