Browsing Tag
go
115 posts
Building a fully Type-Safe Event-Driven Backend in Go
TL;DR This guide shows you how to build a fully Type-Safe event-driven backend in Go, implementing an Uptime…
Building LangChain applications with Amazon Bedrock and Go – An introduction
How to extend the LangChain Go package to include support for Amazon Bedrock One of our earlier blog…
Building a React Web App with a Go Backend
This is a quick guide on how to create and deploy a web app using a React frontend…
The Magic of Interfaces in Go
Introduction DRY, or Don’t Repeat Yourself, is one of the most well-known software development principles. Many engineers will…
Build an Event-Driven Uptime Monitor in Go 🚀
TL;DR This guide shows you how to build an uptime monitoring tool using Go and Encore. Get your…
🤔What to expect from a Backend Development Platform
Encore simplifies your backend development workflow to make development easier and faster. 🌴 No manual infra management You…
Create an AI Voice Generation App in 5 minutes 🧠✨
TL;DR This guide shows you how to build a web app in Go that uses ElevenLabs generative voice…
Diving into CORS with Nitric in GO
Understanding CORS Middleware in Web Applications CORS, or Cross-Origin Resource Sharing, is a crucial security feature implemented by…
12 Personal Go Tricks That Transformed My Productivity
Photo by Lucas Santos on Unsplash Author I typically share insights on System Design & Go at Devtrovert. Feel…
Creating Bucket (S3) Notifications on AWS with GO
In this tutorial, we’ll explore how to set up bucket notifications in Go, enabling your applications to react…