DSDhruvil Shahinnightwing1998.hashnode.dev·Jan 31 · 5 min readGolang 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 ...00
DSDhruvil Shahinnightwing1998.hashnode.dev·May 12, 2021 · 5 min readLazy 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...01P