A Better Way
Shifting the focus to a comprehensive, continuously updated article for a deeper and more engaging experience.
Kafka & Go
Bridging Kafka with Go: Insights into building scalable and resilient data-driven applications.
Go Concurrency Essentials
From seamless green thread collaboration to the utilization of channels and other fundamental Go primitives, this article offers a grounded overview of Go's parallel execution. No frills, just a straightforward exploration of the foundations of Go concurrency.
Mastering Model
In the digital tapestry of web apps, models are the threads that weave functionality into form. They organize data, simplify databases, protect integrity, and define APIs. Let's delve into their role in shaping the backbone of web applications.
Architecting the Application
Building our dependency tree directly in main? Not bad, but there's a better way. Dive into this chapter to discover how.
Config Chronicles
A web app may require numerous parameters to be set, making a robust configuration mechanism essential. Today, we'll tackle this requirement head-on.
Logging Lessons
In our latest update, we explore Go's logging capabilities, beginning with the standard library before leveling up to our custom solution. Discover also how dependency injection streamlines integrating these resources into our entities.
Twists of Templates
In this practical installment, we embrace the Standard Go Project Layout, harness the power of Go Templates, and supercharge our board handler with the enchantment of Tailwind CSS
RESTful Routing Revealed
In this chapter, we explore efficient routing with Gorilla Mux, emphasizing clear and concise route names.
Go for Gold: A Classic Warm-Up Exercise
Welcome back! In this second installment, we'll set up our environment and use Gorilla libraries to create a Hello World web app, laying essential groundwork for Plykan, our Kanban Board project.