Articles by Tag #go

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Say Goodbye to WebSockets? Why SSE Might Be Your New Best Friend

Introduction Hey fellow devs! 👋 Today, let's dive into Server-Sent Events (SSE) and...

Learn More 248 51Feb 11

I Tried Every Hot Programming Language

In this post, I'll make an attempt to compare GoLang, Zig, and Rust. And why Rust wins this...

Learn More 245 36Dec 13 '24

Building a simple load balancer in Go

Load balancers are crucial in modern software development. If you've ever wondered how requests are...

Learn More 198 7Sep 7 '24

This is all what I've learned about Go in TWO Weeks!

What is your approach when you need to learn something new? I have a very specific one and once again...

Learn More 191 9Oct 25 '24

How I build simple Mac apps using Go

The latest and largest release of Go bindings to Apple frameworks

Learn More 161 7Jul 15 '24

Why Go is Popular Right Now and Why I Started Learning Go as a Node.js Developer

As a Node.js developer for over a decade, I've built countless web applications, APIs, and...

Learn More 139 25Oct 22 '24

Learn Golang in 2025, You Won't Regret It

As I explained in previous articles, we are working on building LiveAPI, a super-convenient auto-API...

Learn More 128 18Dec 29 '24

Why You Should Learn Go in 2025

Greetings Dev.to community and Merry Christmas! ❤️ Today I'd like to interest and motivate you in...

Learn More 120 29Dec 25 '24

How to Set Up Authorization in a Bookstore Management System with Go, HTMX, and Permit.io

Authorization is important when building applications, as it determines what actions and resources a...

Learn More 119 0Nov 29 '24

Go and MongoDB: Building a CRUD API from Scratch

Want to create a dynamic web application with a robust backend? Look no further than Go and MongoDB!...

Learn More 116 10Jul 7 '24

What is Rate Limiter and Why Use It?

In web systems, it is common for the same client (whether a user or a service) to make multiple...

Learn More 101 7Jan 7

Creating a Bot for Bluesky Social

How the bot will work We will develop a bot for the social network Bluesky, we will use...

Learn More 89 1Sep 13 '24

Authentication with Golang and AWS Cognito

What is cognito? The authentication of an application is something very important in the...

Learn More 89 2Aug 18 '24

How I Stopped Worrying and Learned to Love Go Interfaces

Hey there, fellow Go newbies (or should I say Gophers-in-training🕧)! 🌱 Interfaces seemed like one of...

Learn More 88 19Oct 23 '24

Monitoring Go Applications Using Prometheus, Grafana, and Docker

Monitoring is important for any application. It helps us ensure that our application is running...

Learn More 87 5Apr 21

Dockerizing a Golang API with MySQL and adding Docker Compose Support

Developing and testing APIs locally connected to a database is no joke. The database often becomes a...

Learn More 83 14Sep 4 '24

A Deep Dive into Gin: Golang's Leading Framework

Introduction Gin is a HTTP web framework written in Go (Golang). It features a...

Learn More 78 2Dec 28 '24

TypeScript vs Go: Choosing Your Backend Language

🤔 Picking between Go and TypeScript for your backend? Let's take a look at each language to see which...

Learn More 67 0Nov 8 '24

Go doesn't believe in frameworks, but teams still need them

Go is a powerful language known for its simplicity, speed, and concurrency model. But the Go...

Learn More 64 13Apr 30

How to deploy a backend application to DigitalOcean using Docker and Encore

💡 This guide shows you how to deploy an Encore application to DigitalOcean using the new encore build...

Learn More 62 0Oct 23 '24

A comparison of Go and Rust syntax

Leapcell: The Next - Gen Serverless Platform for Web Hosting A Comprehensive Comparison...

Learn More 61 9Mar 15

Top 5 Popular Frameworks and Libraries for Go in 2025

Hello everyone! Since the previous post (The Go Programming Language) was well received by the...

Learn More 60 10Dec 17 '24

Mastering Modern APIs with Go: From Basics to Best Practices🌐💻🚀

In today's interconnected digital world, APIs (Application Programming Interface) are the invisible...

Learn More 60 2Nov 23 '24

Writing a Windows Service in Go

Table Of Contents Introduction What exactly is a windows "service"? Why Golang? Writing a...

Learn More 59 8Aug 27 '24

EchoVault: Embeddable Redis Alternative in Go

I started working on an open-source project about a year ago to build an embeddable alternative to...

Learn More 58 0Jul 23 '24

TypeScript to Go: The Real Reasons Behind the 10x TypeScript

Leapcell: The Next-Gen Serverless Platform for Golang Hosting In-Depth Exploration of...

Learn More 57 2Mar 14

Why Big Tech Is Slowly Ghosting Golang

🦥 “Go” Away Already: Why Big Tech Is Slowly Ghosting Golang Ah, Go — the language that promised to...

Learn More 57 73May 4

Mastering Algorithms with Go: A Beginner's Guide to Sorting Small Data Sets 🔥

Algorithms are the backbone of problem-solving in programming. Whether you're organizing your tasks,...

Learn More 57 0Dec 12 '24

Build Go Serverless REST APIs and Deploy to AWS using the SAM framework (Amazon Linux 2 Runtime)

Why Another Go Tutorial AWS has been deprecating several services and runtimes recently....

Learn More 56 0Aug 22 '24

Why learn Golang?

I was diving deep into JavaScript for a while, but eventually, I hit that “meh” phase. You know the...

Learn More 56 14Nov 24 '24