Save request-scoped values to parent context in Golang
Context in Golang can be use to carry deadline, cancellation signals and other request-scoped values across API boundaries and between process. …
Read ArticleA Senior Software Developer from Singapore that gets tired after writing few lines of code. Coding professionally in Golang, I work on developing efficient and scalable backend systems. My interest and experience in Full-stack development drive me into building and exploring new cutting edge web technology in the industry.
Context 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 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 ArticleUsing custom domain for your email address provides branding and professionalism. However there are very few services out there providing email with …
Read ArticleVisual Studio Code (VS Code) is one of the most popular code editor. It has many developer-friendly features like IntelliSense, debugging and is …
Read ArticleCSS are usually save in a separate css file and loaded with the link tag in html. This provides many benefits including the likes of browser caching …
Read ArticleThere are times where you need a headless browser to run some test suite or run some jobs to generate files like critical css. This guide will show …
Read ArticleDark themes are a godsend. They save and keep the eyes of many tired developers healthy. They are probably one of the best invention in the past …
Read Article