Blockchains are basically distributed SQL databasesHow to build a blockchain using traditional SQL componentsOct 191Oct 191
Published inNibiru Chain | PublicationRedirecting Firebase Subdomains, Including Path and QueriesToday, I was playing around with Firebase hosting configurations and was trying to do something a simple web server could do:Apr 16, 2023Apr 16, 2023
Published inNibiru Chain | PublicationAmbassador Program 🎉 | Nibiru Chain #6The team at Nibiru Chain is looking for enthusiastic and engaged community members to spread the word about Nibiru and build community.Feb 27, 20233Feb 27, 20233
Golang Embedded StructsGolang doesn’t have the concepts of objects and inheritance. The design of the language is strongly opinionated and follows object-oriented…May 29, 2022May 29, 2022
C++ Rvalues, Move Semantics, and Copy Elision.After writing my first article on C++on passing arguments by value, pointer and reference, I received many requests to write about rvalues…May 30, 2019May 30, 2019
C++ Pass by Value, Pointer*, &ReferenceA while back, I was working with my college friends on a school project involving C++ function parameters. We were working with a function…May 6, 20194May 6, 20194