Below you will find pages that utilize the taxonomy term “Devexp”
Posts
read more
Why Great PRs Are Great: Pull Requests Templates
Have you ever seen a pull request that seems to completely explain itself? It’s a real artifact. I don’t know the project, yet I understand it. How can we get results like this on every pull request, from every developer on the team, every time?
Posts
read more
The Joy of JavaScript Absolute Imports
Absolute imports are an essential developer experience feature for me in any JavaScript application. In this post, I’ll explain what they are and why they matter.
Posts
read more
Autoformat Your Code
Auto-formatting code is good, and you should be doing it all the time. Why? It helps you write better code in real-time, preempt trivial discussions, and maybe even democratize programming.