Tag microservices
Post details
Post details
Building evolvable software systems is a strategy, not a religion. And revisiting your architectures with an open mind is a must.
Post details
<div class="paragraph"> <p>When designing software systems, architects and developers have plenty of architectural options to choose from. Microservice-based systems have become ubiquitous in the last couple of years. However, the idea of monolithic, modular systems has also regained popularity recently. Independent of the architectural style ultimately selected, the individual applications comprising the overall system need their structure to be evolvable and able to follow changes in business requirements.</p> </div> <div class="paragraph"> <p>Traditionally, application frameworks have provided structural guidance by providing abstractions aligned with technical concepts, such as Spring Framework’s stereotype annotations (<code>@Controller</code>, <code>@Service</code>, <code>@Repository</code>, and so on). However, shifting the focus to <a href="https://dannorth.net/2022/02/10/cupid-for-joyful-coding/#domain-based">align code structure with the domain</a> has proven to lead to better structured applications that are ultimately more understandable and maintainable. Until now, the Spring team has given verbal and written guidance on how we recommend structuring your Spring Boot applications. We decided that we can do more than that.</p> </div>
Post details
The longer an engineer works in a monolith, the more they yearn to decompose it into micro-services. The longer an engineer works across a ton of micro-services, the more they yearn for the days of working in a monolith. The grass is always greener.Karthik Hariharan (@hkarthik)Fri, 10 Jun 2022 00:47 +0000
Post details
This is how I feel about microservices
Theo - t3.gg (@t3dotgg)Sun, 13 Feb 2022 04:38 GMT
Post details
OH: "Do you have microservices or do you have a monolith spread over hundreds of git repos?"
Kelly Shortridge (@swagitda_)Wed, 25 Aug 2021 17:47 +0000
Such a great, in-depth writeup! I'd not been able to make it to many of the sessions so this is super helpful
DevOpsDays London 2019 (63 mins read).
A writeup of the DevOpsDays London conference, and the talks and Open Spaces I attended.
Creating Microservices for my Static Website (2 mins read).
Exploring moving data out of my site's remit and into its own 'microservices' which can be consumed at build-time, as well as via client-side JavaScript.
DevOpsDays London 2018 (51 mins read).
My writeup of my first DevOpsDays conference, and the awesome talks and conversations I was part of.
You're currently viewing page 1 of 1, of 27 posts.