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

Go select Statement
go2024-03-12
Kathurma KimathiKathurma Kimathi

Go select Statement

Introduction The select statement in Go is a powerful construct used with channels,...

High-Speed Packet Processing in Go: From net.Dial to AF_XDP
go2024-03-12
Andree ToonkAndree Toonk

High-Speed Packet Processing in Go: From net.Dial to AF_XDP

This post was originally published on my Personal blog at...

Solving the Baseball Game in Go
go2024-03-11
Munene NderebaMunene Ndereba

Solving the Baseball Game in Go

Below is an interpretation of how to solve the Baseball Game Challenge in Go. Below are the...

Understanding Go: part 5 – For
go2024-03-11
Aurélie VacheAurélie Vache

Understanding Go: part 5 – For

Serie of sketchnotes about Go. Explaining in a visual way Go/Golang concepts.

How to implement Oauth in Go?
go2024-03-11
BHARGAB KALITABHARGAB KALITA

How to implement Oauth in Go?

Hi guys, this article will guide you through the process of implementing OAuth in Go, leveraging the...

Golang Web: GET Method
webdev2024-03-10
Meet Rajesh GorMeet Rajesh Gor

Golang Web: GET Method

Introduction In this section of the series, we will be exploring how to send a GET HTTP...

I don't get the point of Golang - That's why I need help
go2024-03-05
Lucas ChitolinaLucas Chitolina

I don't get the point of Golang - That's why I need help

Hello everyone, I'm back. The past few days were crazy at my work, so many complicated tasks needed...

Learning Go by examples: part 12 - Deploy Go apps in Go with CDK for Terraform (CDKTF)
go2024-03-07
Aurélie VacheAurélie Vache

Learning Go by examples: part 12 - Deploy Go apps in Go with CDK for Terraform (CDKTF)

Serie of article in order to learn Golang language by concrete applications as example

Deploying Go To AWS using CDK in 2024
go2024-03-09
Caleb FriezeCaleb Frieze

Deploying Go To AWS using CDK in 2024

With go.1x being a deprecated runtime in AWS, we need to start using the PROVIDED_AL2023 runtime....

A different approach to developer tooling for startups
go2024-03-07
Marcus KohlbergMarcus Kohlberg

A different approach to developer tooling for startups

Yes, your team has the experience to put together a productive developer workflow (AKA developer...

How to Build and Document a Go REST API with Gin and Go-Swagger
go2024-03-08
Pieces 🌟Pieces 🌟

How to Build and Document a Go REST API with Gin and Go-Swagger

In this blog post, we will go over what an API is, how to build a basic Go REST API using the Gin...

Introducing Scaffold
go2024-03-07
dorian_devdorian_dev

Introducing Scaffold

What is Scaffold ? Scaffold is a powerful HTTP API generator designed to streamline...

Problemas com Variáveis Globais: Prós e contra
go2024-03-08
Thiago Zilli SarmentoThiago Zilli Sarmento

Problemas com Variáveis Globais: Prós e contra

Manutenção: Elas podem levar a código que é difícil de manter e testar. Variáveis globais podem ser...

Polaris: a workflow orchestrator in Go
go2024-03-08
Harshad ManglaniHarshad Manglani

Polaris: a workflow orchestrator in Go

Convert messy and lengthy business logic into neat little chunks of code with Polaris. Low...

Open Telemetry: Observing and Monitoring Applications
opentelemetry2024-03-08
Alejandro SosaAlejandro Sosa

Open Telemetry: Observing and Monitoring Applications

Introduction to OTEL (Open Telemetry) Open Telemetry, often abbreviated as OTEL, stands as...

Utilizing Locality-Sensitive Hashing (LSH) for Market Basket Analysis
datascience2024-03-07
Ahmad GanjtabeshAhmad Ganjtabesh

Utilizing Locality-Sensitive Hashing (LSH) for Market Basket Analysis

Market Basket Analysis is a powerful technique used in retail and e-commerce to uncover associations...