PinnedCoding Guy8 Golang Performance Tips I Discovered After Years of CodingThese have saved me a lot of headaches, and I think they’ll help you too. Don’t forget to bookmark them for later!Oct 17, 2024A response icon9Oct 17, 2024A response icon9
Coding GuyBuilding Efficient Worker Pools with RabbitMQ and Go’s ConcurrencyIn today’s fast-paced software landscape, the ability to handle concurrent tasks efficiently is crucial. Combining RabbitMQ, a robust…Dec 7, 2024A response icon3Dec 7, 2024A response icon3
Yaswanth5 Go Concurrency Patterns I Wish I’d Picked Up SoonerRecently I have joined a new company which was working on high scale searches, There I have realised the importance of Design patterns in…Oct 14, 2024A response icon2Oct 14, 2024A response icon2
YaswanthBuilding a Comprehensive Astrological Report Generator with GoIntroductionSep 14, 2024Sep 14, 2024
YaswanthWhy Mockery is essential to learn for every Golang DeveloperHey there! So, you’re learning Go (or maybe you’re already a pro, who knows?) and you’ve heard about “mocking” in tests. But what even is…Sep 2, 2024A response icon1Sep 2, 2024A response icon1
Coding GuyTop Golang Interview Questions Related to GoRoutines — Part 2Welcome to Part 2 of our series on Go interview questions, focusing on goroutines and concurrency. If you’ve made it this far, you’re…Aug 16, 2024Aug 16, 2024
Coding GuyDesign a Chess Board in Golang Following the Composition PrincipleYou might have came across the famous design solution that is often asked in Java System design Interviews where they are asked to design a…Nov 1, 2023Nov 1, 2023
Coding GuyWhy did Golang Choose Composition as it’s base rather than Inheritance?Inheritance (is-a relationship):Sep 15, 2023A response icon1Sep 15, 2023A response icon1
Coding GuyTop Golang Interview Questions Related to GoRoutines- Part 11) What is a goroutine in Go, and how does it differ from a traditional thread?Sep 7, 2023A response icon3Sep 7, 2023A response icon3