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

I generated my CV using Go templates
go2023-09-23
charly3pinscharly3pins

I generated my CV using Go templates

Introduction If you need to present any kind of data in a structured and formatted way you...

Leetcode - Palindrome Number (Go)
tutorial2023-09-23
Robby AuziqniRobby Auziqni

Leetcode - Palindrome Number (Go)

This post is the first in a series of Golang-based answers to some code challenges on Leetcode....

What is ULID and why should you start using it?
ulid2023-09-23
Nenba JonathanNenba Jonathan

What is ULID and why should you start using it?

A brief overview of ULID and how to use it.

Creating a Calculator with Golang
go2023-09-23
1amkaiz3n1amkaiz3n

Creating a Calculator with Golang

Creating a Calculator with Golang In this tutorial, we'll guide you through creating a simple...

How to Hosting a Golang Project on Railway
go2023-09-23
1amkaiz3n1amkaiz3n

How to Hosting a Golang Project on Railway

Hosting a Golang Project on Railway Railway is a powerful platform for hosting and...

How to build a Slack Bot in Go
go2023-09-22
Marcus KohlbergMarcus Kohlberg

How to build a Slack Bot in Go

🚀 Need a Slack bot but don't want to waste time? You've come to the right place! In this tutorial...

Mastering Golang Statements: Unknown to Expert
go2023-09-22
SenseiSensei

Mastering Golang Statements: Unknown to Expert

Introduction In Go programming, The statements are the voice of your code. They serve as...

16. Online Location Information Synchronization
go2023-09-22
AceldAceld

16. Online Location Information Synchronization

[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Integration Test MySQL Store (Go)
testing2023-09-21
Kashif SoofiKashif Soofi

Integration Test MySQL Store (Go)

This is a continuation of an earlier post REST API with Go, Chi, MySQL and sqlx. In this tutorial I...

Making Dynamic Website Thumbnail
go2023-09-21
JackTTJackTT

Making Dynamic Website Thumbnail

Look at this article's thumbnail; it's generated dynamically when this post receives new reactions or...

Stop LLM/GenAI hallucination fast: Serverless Kendra RAG with GO
llm2023-09-20
Gernot GlaweGernot Glawe

Stop LLM/GenAI hallucination fast: Serverless Kendra RAG with GO

RAG is a way to approach the "hallucination" problem with LLM: A contextual reference increases the...

Variables, types and Keywords in go
go2023-09-20
vasanthkumarvasanthkumar

Variables, types and Keywords in go

In the blog, I want to look into variables, basic types, keywords and control structures of our go...

Error handling in Go: defer, panic, and recover
go2023-09-19
Honeybadger StaffHoneybadger Staff

Error handling in Go: defer, panic, and recover

This article was originally written by Salem Olorundare on the Honeybadger Developer Blog. In this...

Building telegoGPT: A Telegram Bot powered by ChatGPT API using Golang
go2023-09-20
1amkaiz3n1amkaiz3n

Building telegoGPT: A Telegram Bot powered by ChatGPT API using Golang

Hello, Dev Community! 👋 In this article, I'd like to introduce you to telegoGPT, a Telegram bot I...

How we made our Go microservice 24x faster
go2023-09-14
John McBrideJohn McBride

How we made our Go microservice 24x faster

Using Postgres batching strategies for extreme optimization in Go services

Generating migrations for gorm with Atlas
go2023-09-18
Amal ShajiAmal Shaji

Generating migrations for gorm with Atlas

For those unfamiliar with gorm, it is the most popular orm for Go, which lets you define Go structs...