Nikhil Akkinikhilakki.in·Jul 13, 2024Go with the Flow: Navigating HTTP Services with chiIn Go (Golang), chi is a lightweight, idiomatic and composable router for building HTTP services. It's designed to offer the power and flexibility of the standard library net/http package while providing a clean API for building complex applications ...212 readsGohttp-router
Frankie Murillofrankiemurillo.hashnode.dev·Sep 21, 2023Learning Go (& Routers) Part 1Introduction Hey everyone, just began learning Go and wanted to create my first URL Shortener! It was very fun and also challenging! I learned many things along the way and would like to share a few of my learnings with you all. Hopefully, it helps s...45 readsGo Language