Smaller Files, Load WASM Faster with TinyGo
It’s been some time since I last made any changes to the mortgage calculator tool which I initially developed in Golang and compiled as …
Read ArticleIt’s been some time since I last made any changes to the mortgage calculator tool which I initially developed in Golang and compiled as …
Read ArticleWe can override Golang JSON marshalling and unmarshalling to encode and decode JSON payload even if the payload does not match the object’s data …
Read ArticleSentinel errors use specific values to denote an error. This usually equates to performing an equality check to determine the error. Dave Cheney wrote …
Read ArticleContext in Golang can be use to carry deadline, cancellation signals and other request-scoped values across API boundaries and between process. …
Read ArticleError handling and management have always been a hot topic for debate in Golang. Software developers coming from different programming background has …
Read ArticleGolang is an amazing language for many reasons. One of the success developers find working with Go is the time taken to onboard a new developer to the …
Read ArticleI have been busy recently with house hunting and one of the many problems I face is, how much is my mortgage and how can I best manage my finance? I …
Read Article