#devtip
Read more stories on Hashnode
Articles with this tag
Want to know what a real coding interview experience is like? Let me share with you my most recent experience and key takeaways I walked away...
The Pragmatic Programmer is a great resource I just started to read! Summary Over the last few days I've started to read the book, The Pragmatic...
Automated testing provides confidence! Summary When I say testing I actually mean automated testing through code in this post. I don't mean having...
I've had a lot of ideas lately, in fact, so many that I've been a little overwhelmed with what route I should take next for learning. I wanted to...
It is not uncommon to come across code that looks very similar to other bits of code, but it's hard to pick out exactly what is duplicate and what is...
A lot of time over the course of my career has been spent de-duplicating code. I want to go over a few different kinds of duplication that I've seen....