© 2023 Hashnode
#developer-experience
TL;DR This article provides instructions on how to enable auto-completion and hover IntelliSense for TailwindCSS classes in VScode. To do this, users must add a regex to the VScode settings that match…
One of the processes I typically do in my daily work is interactive rebase.I commit a lot, and then before pushing the result, I try to make the history more readable. If you have to do that by CLI, y…
When you work with git, you want to get info about commits and who changed the codebase quickly. With GitLens, you can get much info about your current file without losing focus on it. First, at the t…
Last week, I was at the FOSDEM conference. FOSDEM is specific in that it has multiple rooms, each dedicated to a different theme and organized by a team. I had two talks: Practical Introduction to Op…
In my daily routine, I work with git, and I suppose it's the same for you.I know all the standard commands to work with it in my terminal, and I love them.I think every developer must know git and its…
Hey readers, This is a case study release of Gitpod, an Open Source project that has massively changed the developer experience. Our team of Junior Developer Evangelists (JDEs) in this cohort of the J…
The developer experience shapes a developer's perception of a product. It starts when they begin using a product and directly impacts their opinion and decision to stick with it or recommend it to oth…
Motivation Developers usually don’t care about updating their dependencies (especially small packages). And really it makes sense if the lifetime of your project is small enough to keep them without u…
React has established itself as a go-to framework for front-end development, thanks to its simplicity and flexibility which allows developers of all skill levels to learn and be productive with it. In…
Growth and learning: My Reflections on Being a Developer in 2022 In this article, I'll share my reflections on the changes and challenges of being a developer in 2022. I'll be exploring the gains and …