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

Releasing Gocial
go2022-12-15
Victor DorneanuVictor Dorneanu

Releasing Gocial

More than a year ago I started working on a side project born out of the furstration I had with...

How to use Apache Kafka in GO using Echo framework?
go2022-12-15
Possawat SanorkamPossawat Sanorkam

How to use Apache Kafka in GO using Echo framework?

To set up Kafka in a Go application using the Echo web framework, you would first need to install the...

Recursive Matrix Determinant Calculation Using Go
go2022-12-15
Reza AlipourReza Alipour

Recursive Matrix Determinant Calculation Using Go

A hands-on approach to implement the algorithm.

Top 5 Featured DEV Posts tag(#go) from the Past Week
go2022-12-15
Srinivas KandukuriSrinivas Kandukuri

Top 5 Featured DEV Posts tag(#go) from the Past Week

Use session middleware to implement distributed session solution based on...

DynamoDB Go SDK: How to use the Scan and Batch operations efficiently
database2022-12-15
Abhishek GuptaAbhishek Gupta

DynamoDB Go SDK: How to use the Scan and Batch operations efficiently

The DynamoDB Scan API accesses every items in a table (or secondary index). It is the equivalent of a...

Create and Seed Your Postgres Database in Minutes with Docker
go2022-12-14
Luke BabichLuke Babich

Create and Seed Your Postgres Database in Minutes with Docker

In this tutorial, we'll show you how to quickly create a Postgres database using Docker and Go. We'll also demonstrate how to seed your database with fake data using Go, which can be useful for testing and development purposes. By the end of this tutorial, you'll have a fully functional Postgres container that you can use for your next project.

How to use Object Oriented Programming in Go
go2022-12-13
ChandlerChandler

How to use Object Oriented Programming in Go

Go is not an Object Oriented Programming language. It is definitely aimed more at the functional...

Top Picks of Golang Web Frameworks For Your Crucial Project
go2022-12-16
Bharti5698Bharti5698

Top Picks of Golang Web Frameworks For Your Crucial Project

A simplified version of the Go programming language is called Golang. Since its introduction into the...

Go Source Code From AST Parser
parser2022-12-14
Jainta PaulJainta Paul

Go Source Code From AST Parser

I am trying to regenerate source code from ast of a go program. After regenerating the source code, I...

Sorting in Go(Golang) made easy
go2022-12-13
Mathias JiyaMathias Jiya

Sorting in Go(Golang) made easy

Hello there, In today's article, I will be talking about https://github.com/iqquee/sort, a Go library...

Java Create PDF (Without Losing Formatting)
python2022-12-13
Mehr Muhammad HamzaMehr Muhammad Hamza

Java Create PDF (Without Losing Formatting)

In this tutorial, we will learn to create pdf files in Java. We will first create a simple pdf file,...

Curso Kotlin | #8. Null Safety
go2022-12-13
Maximiliano BurgosMaximiliano Burgos

Curso Kotlin | #8. Null Safety

Bienvenido/a a otro capítulo del Curso de Kotlin! Podés consultar el curso completo desde este link...

How well does ChatGPT understand Go?
go2022-12-13
Jonathan HallJonathan Hall

How well does ChatGPT understand Go?

I quizzed ChatGPT on some Go-related topics. I found it did surprisingly well on some questions......

AoC Day 9 - Rope Bridge
go2022-12-13
Gal ElmalahGal Elmalah

AoC Day 9 - Rope Bridge

Rope Bridge Question AkA doing weird rope physics! You come across an old rope bridge and...

Options Pattern in Golang
go2022-12-13
Srinivas KandukuriSrinivas Kandukuri

Options Pattern in Golang

What ..? Option pattern very powerful in terms of modify the behaviour of the function without...

Build own Kubernetes  - Mid Sum up
kubernetes2022-12-12
Jonatan EzronJonatan Ezron

Build own Kubernetes  - Mid Sum up

I have been working on a new 'version' where the code is less coupled and more like Kubernetes where...