Entity or Value Object: that is the questionIn Domain-Driven Design (DDD), one of the key decisions you’ll encounter is whether a particular concept should be modeled as an Entity or…Oct 3, 2023Oct 3, 2023
Introduction to Domain-Driven Design pt. 2: Understanding Complex DomainsDomain-Driven Design (DDD) is a software development approach that focuses on understanding and modeling the problem domain. In his book…Mar 2, 2023A response icon1Mar 2, 2023A response icon1
Introduction to Domain-Driven Design (DDD)Designing software nowadays can be such a tough job, we know. Software complexity has raised and it is still raising reaching summits above…Jan 19, 2023A response icon2Jan 19, 2023A response icon2
For comprehension in ElixirThe for comprehension is a powerful language construct in Elixir that allows developers to express complex iterations and conditional logic…Dec 21, 2022Dec 21, 2022
Rust: fear => love => hate => love => disillusionMy journey through Rust was very tortuous and tormented. During this article, I want to retrace my steps towards the discovery of RustJan 31, 2022A response icon13Jan 31, 2022A response icon13
Find duplicates using PythonDuring this post, we will try solving this problem using different algorithms, showing the differences between each one.Jan 19, 2022Jan 19, 2022
Understanding Linux Containers: explore User Space, cgroups and NamespacesWhat is a container? Actually, it is not a real thing.Apr 10, 2021A response icon1Apr 10, 2021A response icon1
//go:embed unleashedOne of the reasons why I love Go is that Go compiler creates static binaries by default unless you use cgo to call C code, in which case…Apr 3, 2021Apr 3, 2021
False Sharing — An example with GoHow to slow down your Golang programsMar 27, 2021A response icon3Mar 27, 2021A response icon3