nightwing1998.hashnode.devGolang and nil-interfacing gotchasI have been using Golang extensively in my role as an engineer at Couchbase for over three years.In this blog, Iโll cover a big big gotcha when using golang and interfaces which can lead to nasty bugs in prod! ๐ Interfaces in Golang Golang supports ...Jan 31ยท5 min read
nightwing1998.hashnode.devLazy Loading Your HTML pages using JavaScriptHi!๐ Modern websites today use a lot of different components. And loading them all together in one go, where a lot of unused or unnecessary components are loaded completely before the browser can display something, will decrease your FCP (First cont...May 12, 2021ยท5 min read