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

Excelize 2.8.0 Released - Powerful open-source library for spreadsheet (Excel) document
go2023-08-27
xurixuri

Excelize 2.8.0 Released - Powerful open-source library for spreadsheet (Excel) document

Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

Como criar um Filtro no Amazon SNS para enviar um evento específico para o Amazon SQS
aws2023-08-27
Kaike CastroKaike Castro

Como criar um Filtro no Amazon SNS para enviar um evento específico para o Amazon SQS

Olá, pessoal! Hoje vamos explorar uma solução interessante utilizando os serviços da AWS. Vamos...

Complex Data Types in Golang (go)
go2023-08-27
Riley SageRiley Sage

Complex Data Types in Golang (go)

let's delve into the world of complex data types in Go: 1. Arrays: An array is a...

Integration Test Postgres Store (Go)
testing2023-09-07
Kashif SoofiKashif Soofi

Integration Test Postgres Store (Go)

This is a continuation of an earlier post REST API with Go, Chi, Postgres and sqlx. In this tutorial...

A great use case of golang channels
go2023-08-26
Dsysd DevDsysd Dev

A great use case of golang channels

In this post we will explore how we can use golang channels for doing a graceful shutdown. In the...

Advent of Code: Investigating performance improvements in Go
go2023-08-26
Georgios KampitakisGeorgios Kampitakis

Advent of Code: Investigating performance improvements in Go

I often enjoy trying to solve previous years' Advent of Code puzzles. If you don't know what Advent...

Part 4: Continuous Integration for Confidence: Running Tests in CI with GoLang RestAPI and MariaDB
go2023-08-26
Saunak SuraniSaunak Surani

Part 4: Continuous Integration for Confidence: Running Tests in CI with GoLang RestAPI and MariaDB

Continuous Integration (CI) is a development practice that involves automating the testing and...

Packages and Import in Go (Golang)
go2023-08-26
Riley SageRiley Sage

Packages and Import in Go (Golang)

Packages and Import in Go: Imagine you're cooking, and you have different boxes of...

Golang 1.21 is here (Part 1)
go2023-08-26
Pedro BertaoPedro Bertao

Golang 1.21 is here (Part 1)

Golang 1.21 arrived on August 8th with some performance improvements, the addition of native...

Introducing Sailhouse, the easiest way to send events ⛵️
javascript2023-08-24
Ed StephinsonEd Stephinson

Introducing Sailhouse, the easiest way to send events ⛵️

Yes it's out, yes people are using it, but now it's time for it to say hello! 👋 Introducing,...

Functions in Go (Golang)
go2023-08-25
Riley SageRiley Sage

Functions in Go (Golang)

Let's delve into functions. For simplicity, I will use Go (Golang) as the programming language for...

Mastering Concurrency: Unveiling the Power of Goroutines in Go.
programming2023-08-22
Hazar nenniHazar nenni

Mastering Concurrency: Unveiling the Power of Goroutines in Go.

In the realm of programming languages, Go shines as a standout contender when it comes to handling...

Best regexp alternative for Go. Benchmarks. Plots.
go2023-08-26
Rustem KamalovRustem Kamalov

Best regexp alternative for Go. Benchmarks. Plots.

Introduction "Don't use regular expressions, otherwise you'll have 2 problems instead of...

Go! - Dando os primeiros passos com a linguagem Go.
go2023-08-25
Augusto SilvaAugusto Silva

Go! - Dando os primeiros passos com a linguagem Go.

Nesse primeiro artigo, vamos falar sobre a linguagem Go e como dar os primeiros passos. Bom o motivo...

¡Go! - Tomando los primeros pasos con el lenguaje Go.
go2023-08-25
Augusto SilvaAugusto Silva

¡Go! - Tomando los primeros pasos con el lenguaje Go.

En este primer artículo, hablaremos sobre el lenguaje Go y cómo dar los primeros pasos. El motivo de...

Part 3: Ensuring Data Integrity: Unit and Integration Testing in GoLang RestAPI with MariaDB
go2023-08-25
Saunak SuraniSaunak Surani

Part 3: Ensuring Data Integrity: Unit and Integration Testing in GoLang RestAPI with MariaDB

Testing is a critical aspect of software development, ensuring that your application functions as...