Setting Up a Simple Go Fiber Project

In this tutorial, we will go step by step to set up a basic web server using Go Fiber. By the end of this guide, you will have a running Go Fiber application that responds with "Hello, World!" when...
0 Read More

Using Logger Middleware in Go Fiber

Middleware in Go Fiber allows you to process requests before they reach your route handlers. In this tutorial, we'll focus on using the Logger middleware to log request details such as method, path...
0 Read More

NodeJS vs GoLang #1

NodeJS vs GoLang #1
Stress Testing a Nodejs and Go Server using the hey CLI tool. 📝 Case • 1000 online users • 2000 concurrent requests • on a AWS t3.micro EC2 instance • get a request with a simple Select q...
0 Read More