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

(Part 3)Golang Framework Hands-on - KisFlow Stream Computing Framework- Data Stream
go2024-04-25
AceldAceld

(Part 3)Golang Framework Hands-on - KisFlow Stream Computing Framework- Data Stream

Github: https://github.com/aceld/kis-flow Document:...

Implementing the repository pattern in Go with both in-memory and MySQL repositories
go2024-04-25
Santosh AnandSantosh Anand

Implementing the repository pattern in Go with both in-memory and MySQL repositories

- We define the User struct representing a user entity. - We define the UserRepository interface...

Create GPS Test Data In Go
go2024-04-24
Doug BridgensDoug Bridgens

Create GPS Test Data In Go

Many of the functions I'm working on consume arrays of points (GPS tracks) []float64{lng,lat} on...

Gin + Gorm Practical Guide, Implementing a Simple Q&A Community Backend Service in One Hour
go2024-04-24
gvisongvison

Gin + Gorm Practical Guide, Implementing a Simple Q&A Community Backend Service in One Hour

Q&A communities are a common type of social application that allows users to post questions,...

Write a Simple blockchain in Golang
go2024-04-24
Santosh AnandSantosh Anand

Write a Simple blockchain in Golang

Creating a full blockchain implementation in Golang can be quite complex, but here are some basic...

Built-in min() and max() methods in Go 1.21
go2024-04-24
Sergio MatoneSergio Matone

Built-in min() and max() methods in Go 1.21

I recently realized that in Go 1.21 the built-in methods min() and max() where introduced, which...

Go program pattern 02: Implementing Class Inheritance and Method Overriding through Composition
go2024-04-24
huizhou92huizhou92

Go program pattern 02: Implementing Class Inheritance and Method Overriding through Composition

In the previous tutorial, I have already introduced that Go language, unlike object-oriented...

Read csv file using Golang
go2024-04-24
Santosh AnandSantosh Anand

Read csv file using Golang

To read a CSV file in Go, you can use the encoding/csv package, which provides functionalities to...

Go program pattern 01: Functional Options Pattern
go2024-04-23
huizhou92huizhou92

Go program pattern 01: Functional Options Pattern

Go is not a fully object-oriented language, and some object-oriented patterns are not well-suited for...

Exploring Numeric Data Types in Rust and Go
rust2024-04-23
Baalateja KataruBaalateja Kataru

Exploring Numeric Data Types in Rust and Go

Introduction The comprehensive yet strict static type systems provided by Rust and Go,...

Setting up a Database Driver, Repository and Implementation of a transaction function for your Go App
go2024-04-22
OrololuwaOrololuwa

Setting up a Database Driver, Repository and Implementation of a transaction function for your Go App

Overview Databases are the foundation for building any app as it stores the data for...

Mastering Concurrency in Go: A Comprehensive Guide
goroutines2024-04-22
Santosh AnandSantosh Anand

Mastering Concurrency in Go: A Comprehensive Guide

Introduction: Concurrency lies at the heart of Go programming, empowering developers to...

(Part 2.2)Golang Framework Hands-on - KisFlow Stream Computing Framework - Project Construction / Basic Modules
go2024-04-22
AceldAceld

(Part 2.2)Golang Framework Hands-on - KisFlow Stream Computing Framework - Project Construction / Basic Modules

Github: https://github.com/aceld/kis-flow Document:...

Desenvolvendo um Bot do Telegram em Golang para Buscar Eventos da Comunidade Devs Norte no Sympla
go2024-04-21
Edson CostaEdson Costa

Desenvolvendo um Bot do Telegram em Golang para Buscar Eventos da Comunidade Devs Norte no Sympla

Este é um guia de como cria um bot para Telegram capaz de buscar e exibir eventos da Comunidade Devs...

Exploring ZKSync: A Journey through ZKSync with the Golang SDK
ethereum2024-04-22
tosynthegeektosynthegeek

Exploring ZKSync: A Journey through ZKSync with the Golang SDK

Introduction: Zero Knowledge Rollups & zkSync Zero Knowledge Rolups: A Quick Overview zkSync:...

Upload and Delete file from Amazon S3 Bucket in Go using Presigned URLs
go2024-04-22
seansean

Upload and Delete file from Amazon S3 Bucket in Go using Presigned URLs

Introduction This article will demonstrate how to securely upload and delete files from...