YashAI Meets Go: How Genkit is Changing the Game for DevelopersFor years, Go has been a top choice for developers seeking a blend of simplicity, speed, and concurrency. When we initially debuted Genkit…Jan 223Jan 223
InDev GeniusbyCheikh seckVideo Streaming with GoA brief guide about implementing a video stream with GoDec 30, 20241Dec 30, 20241
Jeffrey RennieI wish Go were a Better Programming LanguageI recently wrote and deployed my first Go application.Nov 2, 202420Nov 2, 202420
InLevel Up CodingbyPhuong Le (@func25)Go Singleflight Melts in Your Code, Not in Your DBWhat singleflight does is ensure that only one of those goroutines actually runs the operation, like getting the data from the database. It…Nov 5, 20242Nov 5, 20242
Seno WijayantoSecuring Your Go Backend: Encryption, Vulnerability Prevention, and More!If you’re building a backend in Go (Golang), security should be a top priority. The good news? It’s totally achievable to implement solid…Sep 27, 20243Sep 27, 20243
MazleyouImplementing Automatic Versioning in Go ProjectsImplementing Automatic Versioning in Go ProjectsSep 16, 20241Sep 16, 20241
Mufraggi HugoGo Dependency Injection: Practical Tips for Better CodeAfter my last article, “Master Python: 5 Tips for Writing Efficient and Maintainable Code,” and Donia asked me to apply the same principles…Sep 6, 2024Sep 6, 2024
InLevel Up CodingbyAryan MehrotraDon’t Use Golang Frameworks! But Use GoFr — it is different.Go Developers often prefer not using any Golang framework, but GoFr isn’t one of the older frameworks, it is New, Different, Better and I…Aug 22, 202410Aug 22, 202410
Sandeep2024’s Fastest Golang FrameworkIn 2024, one of the fastest and most efficient Golang frameworks is Fiber. Fiber is inspired by the Express framework for Node.js and is…Jun 22, 20242Jun 22, 20242
InDev GeniusbyKostiantyn IllienkoTemporal and Go: Implement onboarding flow in banking applicationsThis article explains how a powerful combination of Temporal’s workflow orchestration and Go SDK can help us build onboarding/card opening…Jul 3, 2024Jul 3, 2024
InITNEXTbyAlex PliutauCentrally Collecting Events from Go MicroservicesMicroservices, Events, gRPC, BigQuery, Metabase.Sep 12, 2024Sep 12, 2024
InITNEXTbyDavid CampbellWhy Take Home Tests Suck: A Developer’s Perspective on Hiring PracticesI guess I’m just a fan of the “not-so-hot” takes. I recently posted Beyond ‘Gotcha’ Questions: The LRU Cache Challenge for Real-World…Jun 17, 202411Jun 17, 202411
InLevel Up CodingbyPhuong Le (@func25)Go Maps Explained: How Key-Value Pairs Are Actually StoredHave you ever set a ‘hint’ for a map and wondered why it’s called a ‘hint’ and not something simple like length, like we do with slices?Sep 8, 2024Sep 8, 2024
InGo GolangbyYaswanthWhy 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, 20241Sep 2, 20241
InFAUN — Developer Community 🐾byMundhraumangGoFr vs Echo: A Performance and Ease of Use ComparisonGo is a compiled, statically typed programming language gaining significant traction for web development. Its efficiency and ease of use…Apr 17, 20242Apr 17, 20242
Moutaz ChaaraStreamline Your Go (Golang) Development with GoForge: A Comprehensive GuideIntroductionAug 21, 2024Aug 21, 2024
InStackademicbyMiah Md ShahjahanIntegrating Multiple Databases Seamlessly in GoLang with PostgreSQLIn today’s data-driven landscape, many applications rely on multiple databases to store different types of information. For instance, a…Apr 21, 2024Apr 21, 2024
InStackademicbyAkshay NanavareBoosting Performance: GoLang Worker Pool Unleashed!If you’ve found yourself on this page, chances are you’re already familiar with Go and eager to elevate your skills to the next level. We…Mar 24, 20241Mar 24, 20241
InWith Code ExamplebyHarendraRevealing The Crucial Questions I’ve Asked In Go InterviewsBalanced Brackets, Interface, Channels, Panic Recovery, and GoroutineAug 23, 20242Aug 23, 20242