Browsing Tag
go
115 posts
Managing Firecracker microVMs in Go
This article is the second iteration of the “Orchestrating MicroVMs, from first principles” series about the creation of…
How we made our Go microservice 24x faster
As data intensive backend applications scale and grow, with larger data sets scaled out to higher availability, performance…
Building a distributed workflow engine from scratch
I’ve been somewhat obsessed with creating workflow engines for the better part of a decade. The idea of…
Getting Started with Go: A Quick Guide.
Go, also known as Golang, is a statically typed, compiled programming language designed for simplicity, efficiency, and ease…
Implementing Enums in Golang
Introduction Enums, short for enumerations, are a powerful concept in programming that allow developers to define a set…
Caching Git Repos: A Deep Dive into OpenSauced’s ‘Pizza Oven’ Service
Over the last few weeks, the OpenSauced engineering team has been building a service we’re calling the “pizza…
Ingesting Data into OpenSearch using Apache Kafka and Go
There are times you might need to write a custom integration layer to fulfill specific requirements in your…
I made Software News Wallpaper in pure GO!
check out my new design for only software news wallpaper (no politics, no ads) https://github.com/norflin321/os-pulse 😁
SQS Re-Drive with Golang and Step Functions
Earlier this week a new set of APIs were released for working with Dead-Letter-Queues and re-drives back to…
Authentication system using Golang and Sveltekit – Dockerization and deployments
Introduction Having built out all the features of our application, preparing it for deployment is the next step…