19 followers
Software Engineer. Curious to learn and grow everyday. Breaking things to figure out how to fix them better.
Gaining trust faster? lighter? · Some time ago, I added an article on what Merkle Trees are and a simple implementation in Go. You can find the article...
The benchmark numbers · I shared some of the understandings about how memory is allocated in Go within a struct and how can we make minor tweaks and...
Optimizing the memory · All values and examples have been run on Go Playground using Go 1.21 In Golang the memory allocation follows a set of rules....
Generics arrive!!! · Go 1.18 arrived with the added support for "generics". Okay. But what are generics? So generics are a way of writing code that is...
Champs of Data Integrity · Most of the folks among us would have heard of the terms "encryption" , "security" , "safety" etc. and these mostly refer to...
Trees are non linear data structures in the world of computer science where each element is called a node and each node may or may not have children...