Golang Sentinel Error
Sentinel errors use specific values to denote an error. This usually equates to performing an equality check to determine the error. Dave Cheney wrote …
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 ArticleBack in the day we use to host our personal websites on geocities or using some shared hosting. There are even some generous shared hosting where you …
Read ArticleI plan to add a theme to my Hugo site using Go modules instead of the usual Git submodules. Following guide on …
Read ArticleRSS, which stands for Really Simple Syndication, is a very powerful tool to publish and keep your readers updated with new content to your website. …
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 Article