Go Web Frameworks Compared: Gin, Echo, and Chi

A practical, side-by-side look at Gin, Echo, and Chi — strengths, weaknesses, code style, performance, and which framework is right for your next Go API.

April 28, 2026 · 6 min · 1090 words · Manvendra Rajpoot

Building a REST API in Go with net/http (No Framework)

A practical, end-to-end tutorial for building a REST API in Go with only the stdlib — routing, middleware, JSON, validation, structured errors, and graceful shutdown.

April 28, 2026 · 8 min · 1592 words · Manvendra Rajpoot

Building a REST API with Django REST Framework: A Practical Tutorial

End-to-end DRF tutorial — build a real CRUD API with serializers, viewsets, JWT auth, permissions, filtering, and pagination.

April 28, 2026 · 6 min · 1221 words · Manvendra Rajpoot