Crafting a Cutting-Edge Cab Booking Service with Golang: An In-Depth ExplorationIntroductionSep 1Sep 1
Boosting GORM Potential with Plugin via Callbacks: A GuideGORM, the fantastic Go language ORM (Object-Relational Mapping) library, provides a robust framework for interacting with databases. With…Feb 17Feb 17
Unlocking the Power of Generic Programming in Go: Exploring Workarounds and Best PracticesIn this blog post, we will explore the basics of generics in Go and how they can be used to write more expressive and reusable code.Apr 6, 2023Apr 6, 2023
Maximising Code Quality with Git Hooks in Golang Part 1Git hooks are scripts that Git can execute before or after specific events occur, such as a commit, push, or merge. These hooks can be used…Mar 20, 2023Mar 20, 2023