Explore >> Select a destination


You are here

softwarepatternsdemystified.wordpress.com
| | sookocheff.com
3.1 parsecs away

Travel
| | Microservices have become part of the software engineering cultural zeitgeist to the extent that alternative approaches to architecture and development are treated as somehow inferior. Given the challenges that running microservices present, I usually recommend beginning development of new projects and systems as a single deployable unit - the monolith. Sam Newman, in the book "Building Microservices", agrees with this approach. He recommends leveraging microservices only if you can become convinced of the benefits for your system, not as a default for every project.
| | youryblog.wordpress.com
2.8 parsecs away

Travel
| | Separation of Concerns Posted by Hayim Makabee on February 5, 2012 on http://effectivesoftwaredesign.com/2012/02/05/separation-of-concerns/#print Separation ofConcerns Posted on February 5, 2012 The most important principle in Software Engineering is the Separation of Concerns (SoC): The idea that a software system must be decomposed into parts that overlap in functionality as little as possible. It is so...
| | nuculabs.wordpress.com
3.5 parsecs away

Travel
| | Hello ?? I'm a software developer by profession but I also enjoy photography, this is my first blog post related to photography, here are some photos I took with the Canon R6 and the EF 15-35mm F4L lens in Timisoara train station. I've taken the photos underexposed at 1/60, 6400 ISO and F4. It was...
| | www.fosskers.ca
22.2 parsecs away

Travel
| [AI summary] The post explores the distinction between Programming Languages and Software Development Languages, emphasizing the importance of choosing the right tool for the task, with examples of how different languages suit various stages of the software development lifecycle.