
Weirdo!
Everything you
need is the right place to start!
Hi there 👋, I'm Azar M, a full-stack web developer and writer. Welcome to my blogs! I write blogs about technology, coding practices, untouched concepts of programming.
Featured Blogs
Recent Posts
Check All
Concurrency Patterns in Go: Fan-Out, Fan-In Explained
Concurrency patterns like
December 9, 2024
Exploring Neo4j: The Graph Database Revolution
In the realm of databases, the choice between relational and non-relational models often feels like choosing sides in an age-old debate. However, Neo4j, a graph database, offers a compelling alternative that brings together the best of both worlds. Over the past few weeks, I've had the pleasure of diving deep into Neo4j, and I’ve been impressed by its graph-based approach, ease of design, and rapid learning curve. This blog will explore the fundamentals of Neo4j, its advantages and disadvantages, and delve into a practical social media use case akin to Twitter.
June 10, 2024

Simplifying Documentation: Generate Swagger for Your Go-Gin Server Automatically with Swag
In the field of web development, API documentation is an essential but frequently time-consuming effort. Good documentation makes it easier for developers to integrate an API seamlessly and also helps them comprehend its functionality. However, it might be tedious and susceptible to error to manually document each endpoint, parameter, and answer. Tools that provide a standardized method for describing, documenting, and using RESTful APIs, like Swagger, come to the rescue in this situation.
April 22, 2024