#software-development
Read more stories on Hashnode
Articles with this tag
Most discussions on code style are a waste of time. There's rarely a compelling reason behind style suggestions other than personal preference. Tabs...
In this post, we’re going to talk about how testing can make your development experience faster. Sometimes a feature you’re developing is time-bound....
The job of a developer isn’t to write code. It’s to write code that works. That might sound silly, but the implications are big. It's important to put...
Unit test everything. I hear this advice a lot. Most people think you should focus most of your time on unit tests. There's nothing wrong with unit...
Did you google it? Did you check Stack Overflow? I've heard this advice parroted since I started my journey as a developer. To be fair it's not bad...
Improve your developer experience by using ripgrep, jq and bat · As a developer, I spend a lot of time thinking about how to improve my...