Explore >> Select a destination


You are here

kenan7.com
| | herbertograca.com
3.7 parsecs away

Travel
| | Domain-Driven Design was coined by Eric Evans in his fantastic bookDomain-Driven Design: Tackling Complexity in the Heart of Software, published in 2003. Eric Evans book was key in formalisingmany of the software development concepts that today we take for granted.
| | blog.chand1012.dev
2.9 parsecs away

Travel
| | Whether you call it agentic coding, vibe coding, or something else, it's a real thing. Here are some best practices for using it.
| | pragprog.com
2.1 parsecs away

Travel
| | Use domain-driven design to effectively model your business domain, and implement that model with F#.
| | tyrrrz.me
19.7 parsecs away

Travel
| A while ago I had to implement proper markdown parsing in DiscordChatExporter so that I could replace the brittle regular expressions I had been using. I had no idea how to approach this problem, so I spent days researching into this, eventually learning...