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

Create a Dockerized Go Application - With a Cron Job, Slack Messaging, and Test the Whole Thing
go2023-05-25
Chris FrewinChris Frewin

Create a Dockerized Go Application - With a Cron Job, Slack Messaging, and Test the Whole Thing

Docker, Golang, Cron Jobs, Slack messaging, AND Tests? Say no more, writing software doesn't get much better than this!

Migrating from Terraform Cloud to Amazon S3 and DynamoDB: A Guide
terraform2023-05-25
Utpal NadigerUtpal Nadiger

Migrating from Terraform Cloud to Amazon S3 and DynamoDB: A Guide

Terraform’s recent move to the resources under management pricing model has frustrated a lot of...

gRPC dynamic loadbalancing
go2023-05-24
Hitesh PattanayakHitesh Pattanayak

gRPC dynamic loadbalancing

gRPC gRPC has many benefits, like: Multiplexes many requests using same...

Building a Simple CRUD Application with Go: An Overview about the project
go2023-05-24
Marcos SilvaMarcos Silva

Building a Simple CRUD Application with Go: An Overview about the project

Introduction In the start of this month, I assigned the task of developing the Age Viewer Go...

Using sqlc Library for Golang Projects Will Make Your Life Easier
go2023-05-24
Fadhil RadhianFadhil Radhian

Using sqlc Library for Golang Projects Will Make Your Life Easier

What SQL database library to use for your Golang projects ? There are several popular...

Building Robust Applications in Go: Integrating Envconfig, Gorm, and OpenSearch
go2023-05-24
mikeyGlitzmikeyGlitz

Building Robust Applications in Go: Integrating Envconfig, Gorm, and OpenSearch

Learn how to build robust and scalable applications in Go by integrating essential tools and technologies such as Envconfig for configuration management, Gorm for data persistence, and OpenSearch for efficient data indexing. Explore step-by-step implementation and best practices to enhance your Go development skills.

[Go] Try excelize
go2023-05-24
Masui MasanoriMasui Masanori

[Go] Try excelize

Intro In this time, I will try reading MS Excel files by excelize. qax-os/excelize -...

[Golang 01/30] Go pointer and variable
go2023-05-24
Xun ZhouXun Zhou

[Golang 01/30] Go pointer and variable

Learning Golang 30 days searies

The Ups & Downs of Working With Go
go2023-05-24
Greg MateGreg Mate

The Ups & Downs of Working With Go

Go is the programming language that delivers no empty promises for cloud applications and DevOps...

Mastering Collections in Go: A Comprehensive Guide to Arrays, Slices, and Maps
beginners2023-05-23
Avinash ChodavarapuAvinash Chodavarapu

Mastering Collections in Go: A Comprehensive Guide to Arrays, Slices, and Maps

Go, a statically-typed and compiled programming language created at Google, is known for its...

Go Run vs Go Build: What’s the Best Tool for Your Project?
go2023-05-23
Divyanshu ShekharDivyanshu Shekhar

Go Run vs Go Build: What’s the Best Tool for Your Project?

As a Go developer, you have likely used the two commonly used commands, go run and go build, which...

Creating a TODO app in Fyne an Go
go2023-05-21
VincenzoVincenzo

Creating a TODO app in Fyne an Go

the usual tutorial on how to use a UI framework, but with Go and Fyne

Building a Go CI pipeline in an offline environment
devops2023-05-22
runitmisrarunitmisra

Building a Go CI pipeline in an offline environment

In today's interconnected world, the majority of software development and deployment processes...

Concurrency in Go: Goroutines, Mutexes and Channels
go2023-05-22
Adrian DYAdrian DY

Concurrency in Go: Goroutines, Mutexes and Channels

Go (Golang) is a popular programming language that has been designed to support concurrency by making...

Crack the Code: Go Programming Interview Questions to Sharpen Your Skills
go2023-05-22
Gervais Yao AmoahGervais Yao Amoah

Crack the Code: Go Programming Interview Questions to Sharpen Your Skills

Are you ready to put your Go programming skills to the test? Whether you're preparing for a job...

Approaches to manage concurrent workloads, like worker pools and pipelines
go2023-05-22
Dwarves FoundationDwarves Foundation

Approaches to manage concurrent workloads, like worker pools and pipelines

Introduction Go provides us great and convenient ways to write concurrent programs with...