abhik.hashnode.devRouting for Dummies in GoI have come across many developers who feel overwhelmed when trying to design a backend server in a language or a framework outside their comfort zone. Considering I was a fresher once who had similar problems, it is somewhat easy to empathize. One o...Mar 6, 2024·16 min read
abhik.hashnode.devModelling your Data Layer in GoThere are a few statements any Go dev would have heard like: There is no perfect programming language. Go is modular by design. In Golang, pass-by-value is faster than the pass-by-reference. Go is the perfect programming language And so on… In ...Feb 27, 2024·8 min read
abhik.hashnode.devPassword-less Auth in Go – Hands-on Part 1Picking up right where we left off, we will start with the packages before we come to the main package. This will mean taking a bottom-up approach to coding our Go server. So, without further ado… Utility Package Why are we choosing this one first? F...Feb 24, 2024·10 min read
abhik.hashnode.devPassword-less Login in Go from ScratchThis article is a follow-up to its long-lost brother which discussed what a password-less login method in Go might look like. In this one, we actually make one. As discussed in the previous article, we will have a server written in Go communicating w...Feb 21, 2024·6 min read
abhik.hashnode.devUnderstanding Chainlink CCIP in 15 bullet pointsSo, it has been quite some while now that Chainlink has gone live on testnet with Chainlink CCIP – its offering for cross-chain communication. I have had my eyes on it for quite some while now. At EthIndia’23, I finally had the chance to build with i...Dec 31, 2023·4 min read