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.
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.
GenServer
GenServers in Elixir are your reliable spellbinding companions in the world of concurrency and state management. Today, we'll unveil how they act as the heart of our IoT system, seamlessly integrating and orchestrating all our devices.
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
Process and Agents
In our second series update, discover Elixir's Processes and Agents with 'Nectar' - our smart IoT gateway for streamlined sensor configuration and administration.
RESTful Routing Revealed
In this chapter, we explore efficient routing with Gorilla Mux, emphasizing clear and concise route names.