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

Squeezing the Most Out of Every Byte: Go's Memory Packing Secrets Unpacked!
go2024-04-14
SumitSumit

Squeezing the Most Out of Every Byte: Go's Memory Packing Secrets Unpacked!

Go is renowned for its straightforward design, favored for cloud-native applications. It boasts...

Understanding Go: part 8 – Map
go2024-04-02
Aurélie VacheAurélie Vache

Understanding Go: part 8 – Map

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

Learning Go in 2024; From Beginner to Senior
learning2024-03-31
araguaciaraguaci

Learning Go in 2024; From Beginner to Senior

NOTE: Save here for study later... Yes, I copy this because it's important... sorry...... ...

A testable Go API using Gin + MongoDB + Testcontainers
go2024-04-02
Eric SantanaEric Santana

A testable Go API using Gin + MongoDB + Testcontainers

At my day-to-day, I work mainly with Node.js. Installing npm packages, using webpack to bundle stuff...

Rust vs. Go, NO!, It's Rust and Go
rust2024-04-01
Muneeb HussainMuneeb Hussain

Rust vs. Go, NO!, It's Rust and Go

Comparing Learning Experiences: Go vs Rust Learning about Go can feel like Formula 1...

Portr: open-source self-hosted tunnel designed for teams
showdev2024-03-31
Amal ShajiAmal Shaji

Portr: open-source self-hosted tunnel designed for teams

Portr is an open-source, self-hosted tunnel designed for teams. It lets you expose your local...

Why Should Devops/SRE learn Golang?
devops2024-03-31
Nitish RawatNitish Rawat

Why Should Devops/SRE learn Golang?

Why Golang? Go was created to specifically answer the following objectives: Concurrency:...

Preventing SQL Injection with Golang
go2024-03-26
Wiliam V. JoaquimWiliam V. Joaquim

Preventing SQL Injection with Golang

What will we cover? SQL injection is one of the most used techniques to carry out attacks...

JWT, JWS, JWE and how to cook them
webdev2024-03-28
MykolaMykola

JWT, JWS, JWE and how to cook them

Hello there! It's been a while since I wrote here - all of a sudden, 2024 became way busier than I...

Deploy a Golang serverless function for a demo form with htmx
webdev2024-03-30
YPChenYPChen

Deploy a Golang serverless function for a demo form with htmx

The boilplate I begin with is the production of the tutorial by BugBytes on Youtube in the video:...

Getting Started with Go Programming Language
go2024-03-29
Luqman ShabanLuqman Shaban

Getting Started with Go Programming Language

Introduction Go, a statically typed, high-level programming language developed by Google in 2009, is...

Interacting with Solana in Go: A Beginner's Guide
blockchain2024-03-27
Benjamin BourgeoisBenjamin Bourgeois

Interacting with Solana in Go: A Beginner's Guide

Solana is a high-performance blockchain platform gaining traction for its scalability and developer...

Build your own curl in Golang
curl2024-03-27
Eric SantanaEric Santana

Build your own curl in Golang

In this tutorial, we'll walk through the process of creating a simple command-line tool similar to...

Don't panic!
go2024-03-28
Jonathan HallJonathan Hall

Don't panic!

This post comes from my daily email list: Boldly Go! Daily. Sign up to learn a bit more about Go...

Introducing CricLang 🏏: A programming language for cricket enthusiasts
programming2024-03-17
Manthan GuptaManthan Gupta

Introducing CricLang 🏏: A programming language for cricket enthusiasts

CricLang is a fun programming language created for cricket enthusiasts. If you look at the initial...

It’s time to start validating your project’s configuration files as part of your CI/CD pipeline
cicd2024-03-26
dev264dev264

It’s time to start validating your project’s configuration files as part of your CI/CD pipeline

Configuration files are often an overlooked part of the code base but syntax errors in config files...