• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Building a fully Type-Safe Event-Driven Backend in Go
go2023-11-10
Marcus KohlbergMarcus Kohlberg

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,...

How I Learned Generics in Go
go2023-11-12
Calvin McLeanCalvin McLean

How I Learned Generics in Go

Introduction Added in Go 1.18, generics were a controversial and long-awaited addition to...

(Golang Triad)-I-Understanding the Golang Goroutine Scheduler GPM Model
go2023-11-13
AceldAceld

(Golang Triad)-I-Understanding the Golang Goroutine Scheduler GPM Model

Author: discord: https://discord.gg/xQ8Xxfyfcz zinx: https://github.com/aceld/zinx github:...

Real-time Image Analysis with AWS Step Functions and Amazon Rekognition - (Let's Build 🏗️ Series)
serverless2023-11-12
awedisawedis

Real-time Image Analysis with AWS Step Functions and Amazon Rekognition - (Let's Build 🏗️ Series)

Let's build a Real-time image analysis using AWS Step Functions and Amazon Rekognition. The main...

Abstract to Go: Lets create our own Ansible (Part 2)
go2023-11-13
Kshitij (kd)Kshitij (kd)

Abstract to Go: Lets create our own Ansible (Part 2)

In the previous post I shared what ansible is, how our code would look when it comes to parsing the...

"How to improve Docker build from minutes to seconds for Golang apps."
go2023-11-13
AnastasiaAnastasia

"How to improve Docker build from minutes to seconds for Golang apps."

Hey, folks! I wanted to share an interesting article that could be useful for Go developers and...

Do whatever you want with your files, and do it quickly
go2023-11-13
AntonAnton

Do whatever you want with your files, and do it quickly

File processing is a very common task in software development and data management. During my...

How to use hot reload in Go
go2023-11-11
Vitor VargasVitor Vargas

How to use hot reload in Go

When I took my first steps into studying Golang, I chose to use Chi to manage the routes of my first...

Como deixar o Swagger com tema dark mode usando Swaggo e Golang
go2023-11-11
Wiliam V. JoaquimWiliam V. Joaquim

Como deixar o Swagger com tema dark mode usando Swaggo e Golang

Recentemente criei um port mostrando como deixar o Swagger com tema dark mode utilizando NestJS,...

Goroutines por baixo dos panos
go2023-11-11
Mateus ViníciusMateus Vinícius

Goroutines por baixo dos panos

Goroutine é a implementa do Go de uma corrotina, que é uma solução que existe em diversas linguagens...

Fundamentals of Go - FARMISS
go2023-11-10
Prarup GurungPrarup Gurung

Fundamentals of Go - FARMISS

"Journey With Go - A Blog Series" about the basics of Go Go Basic, advanced concepts in Go Go Beyond...

Golang or Rust: Which one to choose?
go2023-11-09
Sreeju SSreeju S

Golang or Rust: Which one to choose?

Golang or Rust: Which one to choose? Golang and Rust are two modern programming languages that have...

Building LangChain applications with Amazon Bedrock and Go - An introduction
go2023-11-10
Abhishek GuptaAbhishek Gupta

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
react2023-11-08
Marcus KohlbergMarcus Kohlberg

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 and a Go backend....

Creating Real-Time WebSockets with Go and WebAssembly
webassembly2023-11-09
arifarif

Creating Real-Time WebSockets with Go and WebAssembly

Dive into the world of full-stack development with this tutorial on building real-time applications using WebSockets, Go, and WebAssembly. From setting up the server to coding in Go and compiling to WebAssembly, this post covers all the steps to create a dynamic and interactive web experience. Visit the GitHub repository to explore the code and contribute to the project.

Top IDEs & Tools for Golang Development in 2024
golangdevelopment2023-11-09
Prashant PujaraPrashant Pujara

Top IDEs & Tools for Golang Development in 2024

Golang has become popular among developers since its introduction in 2007 due to its modern...