Browsing Tag
go
115 posts
Go Panic and Recover: A Deep Dive into Error Handling
Leapcell: The Next-Gen Serverless Platform for Golang Hosting, Async Tasks, and Redis Detailed Explanation of the panic and…
Building a Goroutine Pool in Go
Leapcell: The Next – Gen Serverless Platform for Golang app Hosting 0. Introduction Previously, it was mentioned that…
Transactions in Microservices: Part 1 – SAGA Patterns overview.
Distributed systems are powerful yet challenging, especially when it comes to ensuring consistency across multiple services. In a…
Orbit: A Journey Through the Solar System
Last October, my team Masons embarked on an exciting journey to create something truly out of this world…
Real-Time Web Application demo with WebSocket – Backend
Introduction In this article, I will explore the backend implementation of my real-time WebSocket application. Built using Gin…
A Peek Behind Go’s Entry Point – From Initialization to Exit
When we first start with Go, the main function seems almost too simple. A single entry point, a…
Fetching Advent of Code Inputs Dynamically in Go
Advent of Code is a fun way for programmers to test and improve their problem-solving skills. While solving…
Cómo escribir archivos de log en Go
Logging en sistemas UNIX UNIX tiene sus propios archivos de log para escribir información que viene de los…
Top Backend Libraries
Nodejs Check awesome nodejs Express Koa Fastify Encore (typescript based, newly hearing this, watch traversy media video) Nextjs…
What is Go lang? and why would you use it?
Go is an open-source programming language developed by Google.Its a relatively new programming language it was developed in…