Go - (5) Errors & Loops

Error Handling Languages like JS use try catch blocks for error handling. But in Go, it is a bit different. Check the example below. ⛶func getUser() (string, error) { // ... some code here...
0 Read More

Routing

Routing
In this blog, we’ll dive deep into how routing works — the mechanism that powers the journey of data packets across the internet. We'll also create a simple Static Router simulation using Go (Gola...
0 Read More

In-Depth Guide to Docker Images

In-Depth Guide to Docker Images
Leapcell: The Best of Serverless Web Hosting In-depth Analysis of Docker Images I. Overview of Docker Images As the foundation of containers, Docker images essentially represent the c...
0 Read More