In this post, I will share my notes on handling SQL queries in GoLang, especially complex queries. This is a work in progress, so I will continue to update my notes here.
Golang HTTP Notes
This post covers various notes taken from the Golang HTTP package, touching upon topics such as pprof.go, the ServeMux struct, and the ServeHTTP function. Additionally, it discusses the Serve, ServeTLS, and ListenAndServe functions, as well as the different HTTP status codes registered with IANA. The post also explores the Request struct and the MultipartForm field, along with the validMethod function.
Google SDK Notes
In this post, I'm sharing my notes from a recent experience installing and configuring the Google Cloud SDK for a development task.
Online Regex Tool
In this post, I will add my notes related to regex use in day to day development.