You are here |
www.baturin.org | ||
| | | |
journal.infinitenegativeutility.com
|
|
| | | | Something I've felt for a long time is that structural types are underused and underappreciated in modern programming languages. They... | |
| | | |
www.ccampo.me
|
|
| | | | If you say Go supports "duck typing" online, you'll probably get somepushback. The Go community often points out that Go doesn't support duck typingbecause i... | |
| | | |
www.creativedeletion.com
|
|
| | | | Five years ago Elixir code would usually have to call third party applications to handle date, time and time zones. And blog posts (including on this blog), ... | |
| | | |
www.softdevtube.com
|
|
| | The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a |