#programming
Read more stories on Hashnode
Articles with this tag
One of my recent reads was "The Pragmatic Programmer" by Andrew Hunt and David Thomas. This guide helps software developers improve their craft. Even...
"Clean Code: A Handbook of Agile Software Craftsmanship" by Robert Martin, often affectionately referred to as "Uncle Bob" in the software community,...
If you've ever wondered about design patterns in software, 'Dive into Design Patterns' by Alexander Shvets is a great place to start. Shvets makes the...
What is the Command Pattern In object oriented programming, the command pattern is a behavioral design pattern in which an object is used to...
Most mobile and distributed applications have an API to plug into quickly, and almost every application uses at least one. Everyone is doing it! But...
Many developers distance themselves from Test-Driven Development (TDD). There is a notion that writing tests is a waste of time. In my experience, I...