Explore >> Select a destination


You are here

www.code4it.dev
| | wahibhaq.com
4.2 parsecs away

Travel
| | [AI summary] The author shares their interview response detailing a Clean Architecture design for a mobile financial app, emphasizing its benefits for scalability, testability, and agile team structures.
| | effectivesoftwaredesign.com
4.8 parsecs away

Travel
| | In his book "Antifragile: Things That Gain From Disorder", Nassim Taleb introduces the concept of Antifragility, which is the opposite of Fragility.Antifragile things are able to benefit from volatility. In a previous post, I explained how in the field of software development the main source of volatility are the changes in requirements, and how it...
| | blog.owulveryck.info
2.7 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...
| | martinfowler.com
13.9 parsecs away

Travel
| The microservices architecture can be useful, but to know if it's suitable in your context you need to understand its costs and benefits.