#software-engineering
Read more stories on Hashnode
Articles with this tag
DTOs, or Data Transfer Objects, are used to move data between different parts of a software application. They are especially useful in...
I became a big fan of unit testing during my work on open source project OpenSwitch.net at Hewlett Packard Enterprise. The software development team...
Check-in or one-on-one meetings with your manager is one of the most important meetings on your calendar if not the most important. Even though the...
This blog post is different from the normal ones. This blog post does not talk about the programming language internals nor does it talk about how the...
Most of the modern software systems like consumer products (social media, advertisements) have data as one of the most important components in the...
Code review is one of the most important endeavors of software engineering. As a software engineer when you write code, the end goal is to take your...