Explore >> Select a destination


You are here

blog.cleancoder.com
| | sookocheff.com
5.4 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.
| | www.milanjovanovic.tech
1.1 parsecs away

Travel
| | If you were to glance at the folder structure of your system, could you tell what the system is about? Your architecture should communicate what problems it solves. This approach is called sreaming architecture.
| | www.planetgeek.ch
5.8 parsecs away

Travel
| | Active patterns make using a Regex in F# neat: The matched groups are returned in the list after the pattern. Here is an example from our codebase: Pattern found at Active Patterns - F# | Microsoft Learn: In this example, I use the regex active pattern to map JSON parsing errors to a Result with...
| | futurecoder101.wordpress.com
18.3 parsecs away

Travel
| There are different reasons and motivations that drew me to learn how to code and become a future software developer, the main ones are the opportunity to build and see something from scratch become important and useful to other people, and the sheer joy to find solutions to problems! If you're like me, someone searching...