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

Send email with GO + AWS SES for multiple recipents and many attached files
go2023-06-15
Rafael FirminoRafael Firmino

Send email with GO + AWS SES for multiple recipents and many attached files

This is a simple example how send email for many recipients and add many attachments using...

Data Structures: Singly Linked List
datastructure2023-05-25
Promise FemiPromise Femi

Data Structures: Singly Linked List

Original article is available on my website:...

GO... Golang Programming
programming2023-05-16
INDTechverseINDTechverse

GO... Golang Programming

What is Golang? Golang, also known as Go, is a compiled programming language developed by Google in...

Set up a Stripe Checkout REST API (+ metadata) using Go and Gin Framework.
go2023-06-14
Benard MsetiBenard Mseti

Set up a Stripe Checkout REST API (+ metadata) using Go and Gin Framework.

Implementing payment APIs for a go backend may be a struggle not only for gin framework developers...

[Golang 03/30] Go: data types commonly used
go2023-05-25
Xun ZhouXun Zhou

[Golang 03/30] Go: data types commonly used

Learning Golang 30 days searies

[Go] Accessing PostgreSQL with Bun 1
go2023-06-14
Masui MasanoriMasui Masanori

[Go] Accessing PostgreSQL with Bun 1

Intro This time, I will try accessing PostgreSQL with Bun. Bun: SQL client for...

[Golang 02/30] Go declare variables
go2023-05-25
Xun ZhouXun Zhou

[Golang 02/30] Go declare variables

Learning Golang 30 days searies

Optimizing Logs Utilizing Logrus to Record Logs to a File
go2023-06-14
SuharxxxxSuharxxxx

Optimizing Logs Utilizing Logrus to Record Logs to a File

Logrus is a logging library for Go programming language that simplifies the process of...

3.Design and Implementation of the Zinx Framework's Routing Module
go2023-06-14
AceldAceld

3.Design and Implementation of the Zinx Framework's Routing Module

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

Drops #05: Meu guia para você aprender Go!
go2023-06-13
William QueirozWilliam Queiroz

Drops #05: Meu guia para você aprender Go!

Foto de Heidi Fin na Unsplash Introdução E ae dev, tudo bem com você? Nesses últimos...

How I Implemented a Cost-Effective and Scalable AWS Alternative to Kafka in Golang
go2023-06-13
Dsysd DevDsysd Dev

How I Implemented a Cost-Effective and Scalable AWS Alternative to Kafka in Golang

Pre-requisites To understand this post, you will need to understand the differences...

Understanding Structs in Go: A Comprehensive Guide for Beginners
programming2023-06-13
Avinash ChodavarapuAvinash Chodavarapu

Understanding Structs in Go: A Comprehensive Guide for Beginners

Introduction Welcome to this beginner-friendly guide to one of Go's most powerful...

Simplify Logging in Go Applications Configuration Logrus
go2023-06-13
SuharxxxxSuharxxxx

Simplify Logging in Go Applications Configuration Logrus

Logrus is a structured logger for Go (golang), completely API compatible with the standard...

A Step-by-Step Guide to Building a Scalable Distributed Crawler for Scraping Millions of Top TikTok Profiles
tiktok2023-06-12
Tony WangTony Wang

A Step-by-Step Guide to Building a Scalable Distributed Crawler for Scraping Millions of Top TikTok Profiles

Support me on (Patreon)[https://www.patreon.com/tonywang_dev] to write more tutorials like...

Construindo um serviço de log distribuido: Write-Ahead log
go2023-06-12
Guilherme MarcialGuilherme Marcial

Construindo um serviço de log distribuido: Write-Ahead log

Introdução Sistemas distribuídos é um dos temas do qual tenho muito interesse, para...

Configure CORS for a Go backend
go2023-06-11
Benard MsetiBenard Mseti

Configure CORS for a Go backend

According to mozilla.org, Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that...