Explore >> Select a destination


You are here

rohan.ga
| | kenan7.com
13.1 parsecs away

Travel
| | Domain-Driven Design (DDD) is an approach to software development that focuses on understanding and modeling the business domain. In this post, we'll explore how to implement DDD principles using Go, with practical examples and clear explanations. Wh...
| | www.marclittlemore.com
14.2 parsecs away

Travel
| | Writing software is hard. It's inherently complex. How do we make it simpler?
| | blog.owulveryck.info
14.3 parsecs away

Travel
| | Introduction C4 (Context, Containers, Components, and Code) is a powerful and flexible approach to visualizing software architectures. In a previous article I explained how I created a DSL to describe my C4 as data thanks to the CUE language. On Wardley's evolution axis the initial article was in stage I of evolution: making it work In this article, in a first part, we'll explore how I effectively use the C4 tool based on CUE to organize my code, handle tags, manage versioning, and integrate with Continu...
| | blog.martinig.ch
47.4 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to