#software-engineering
Read more stories on Hashnode
Articles with this tag
Introduction In the world of software engineering, Continuous Delivery (CD) serves as a cornerstone for delivering software that is reliable, robust,...
Disclaimer: The views presented in this article are the opinion of the author and are meant to provoke thought and discussion. While some may find...
Introduction Using custom JREs (Java Runtime Environment) tailored to specific applications, instead of using the full JDK (Java Development Kit) or a...
Domain-Driven Design (DDD) is a set of practices and principles that enable developers to align software development with business requirements. When...
One of Spring Boot's great features is the extensive use of annotations which streamline development, improving readability and minimizing boilerplate...
In the software architecture world, monoliths and microservices represent two fundamentally different approaches to structuring applications. While...