Sundaram Kumar Jhasundaram2023.hashnode.dev·Sep 4, 2024Building a RESTful API in Go with Gin Framework: CRUD Operations for a Recipe Management SystemIntroduction This blog will guide you through building a RESTful API using the Gin framework in Golang to manage recipes and orders. We'll cover various CRUD operations like creating, reading, updating, and deleting orders. This API reads data from a...Discussgin-restapi
Timothy Olaleketimtech4u.hashnode.dev·Sep 1, 2024Building a Secure API Gateway with Go, Gin, and Cloudflare Zero TrustIntroduction In today’s world of micro services, managing multiple APIs securely and efficiently is a key challenge. API Gateways have become an essential component of modern infrastructure, acting as a reverse proxy to accept all application program...Discussgin-gonic
Uttkarshuttkarsh.hashnode.dev·Aug 15, 2024FeaturedWhat Is a Load Balancer? A Comprehensive Golang Tutorial for Building Your OwnIntroduction A load balancer is a crucial component of modern infrastructure. It serves as a traffic manager that distributes incoming network requests across multiple servers to ensure no single server gets overwhelmed. By intelligently routing traf...Aditya Singh and 2 others are discussing this3 people are discussing thisDiscuss·63 likes·573 readsgolang
Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Aug 5, 2024FeaturedBuilding A Custom Payroll System: MongoDB, Go, and Yellowcard API Series - Part 1It took an entire day to decide on a project for an assessment test. I kept going back and forth between my flatmate's room and mine, explaining the benefits of building a currency rate tracker instead of a payroll system to showcase my technical ski...Discuss·36 likes·498 readsgolang
Teddy MorinforScalable Backendblog.scalablebackend.com·Jul 7, 2024Performance Testing a Real-World Back-End: NodeJS vs GoTo be more precise, I'm about to compare two Back-End apps made with NestJS (configured with Fastify) and Gin. Why this specific choice you may ask? NestJS and Gin are both used extensively and are great solutions for building production-ready Back-E...Discuss·90 readsNode.js
Hongtech.mrleong.net·May 6, 2024Gin vs. Fiber: A Quick 2-Minute ComparisonBoth Gin and Fiber claim to be high-performance web frameworks. This is a quick comparison for busy developers. Fiber Strengths: Performance: Fiber boasts excellent performance, often exceeding Gin in benchmarks, especially for simple use cases. It...Discuss·85 readsProTipsGo
Uttkarshuttkarsh.hashnode.dev·Apr 4, 2024Proxy Servers : Golang ImplementationIntroduction A Proxy Server is an intermediary or a middle man server that retrieves data from Internet sources on behalf of the user. They act as a protective barrier by adding an extra layer of security to shield users from potential internet threa...Discuss·246 readsgolang
Dhyan Amit Shahdhyanshah.hashnode.dev·Mar 11, 2024Building a Robust Web Server using Go and Gin 🚀Introduction Hello, developers! Today we are going to embark on a journey of development with my current favourite Golang. Today, we will make a Library Management server using Go and Gin. If you are new to Go and are curious about Go, you are in for...Discuss·25 likes·131 readsGo Language
Harsh Kumar Raghavraghavharsh012.hashnode.dev·Feb 18, 2024Building a Conversational WebSocket Server with Gin Gonic in GoWebSockets have become essential to modern web programming, allowing real-time communication between clients and servers. In this lesson, we’ll look at using the well-liked Gin Gonic framework to add WebSockets to a Go application. It would help if y...Discuss·1 like·147 readsGo Language
Yousif Azizblog.joeaziz.com·Feb 2, 2024Ensuring Smooth Operations with go-gin-graceful-shutdownIn the field of web development, it is essential to have an application that can be shut down gracefully, just as it is important to have a high performance during peak hours. The goal is to end on a positive note, ensuring that ongoing requests are ...Discuss·78 readsGo Language