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

Tips de Go: Cómo concatenar texto de forma eficiente
go2022-09-17
WakoWako

Tips de Go: Cómo concatenar texto de forma eficiente

Solución más óptima para concatenar texto utilizando Go

How to use GoLang, Hugo, and Lambda for a Single Page Application
beginners2022-09-15
ToulToul

How to use GoLang, Hugo, and Lambda for a Single Page Application

Intro In this post, I'll show how I built the website Free Resume Scanner with Hugo and...

Extending kubectl Utility With Plugins
kubernetes2022-09-15
Neelanjan MannaNeelanjan Manna

Extending kubectl Utility With Plugins

Introduction We can all agree on the fact that Kubernetes is quite expansive. It has...

graph: A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
showdev2022-09-14
DBDB

graph: A library for creating generic graph data structures and modifying, analyzing, and visualizing them.

graph is a Go library for creating generic graph data structures and modifying, analyzing, and...

A small, self-contained, cross-platform web server for development
go2022-09-03
Volker SchukaiVolker Schukai

A small, self-contained, cross-platform web server for development

A small web server that allows to monitor and deliver files written in go.

I am learning how linux handles file changes
go2022-09-03
Volker SchukaiVolker Schukai

I am learning how linux handles file changes

linux uses inotify to communicate changes to the userland.

LeetCode - Path Sum
programming2022-09-03
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Path Sum

LeetCode - return true if the tree has a root-to-leaf path such that adding up all the values along the path equals targetSum using C++, Golang, and Javascript.

goent code base walkthrough
go2022-09-03
thuan1412thuan1412

goent code base walkthrough

Hi everyone, I just found an awesome ORM in Go, that is ent (go-ent). This library provides a code...

Goast: Generic static analysis for Go Abstract Syntax Tree by OPA/Rego
go2022-09-13
Masayoshi MizutaniMasayoshi Mizutani

Goast: Generic static analysis for Go Abstract Syntax Tree by OPA/Rego

TL; DR Go language has various static analysis tools, but to check your own rules, you...

message brokers, a brief walk-through
microservices2022-09-12
salem ododasalem ododa

message brokers, a brief walk-through

In an ever changing world of software development,utilizing microservices and distributed systems is...

Golang Blazing Fast Unit Tests - Fiber/fasthttp/http Internals and Optimizing HTTP Server Tests
go2022-09-12
Emre SavcıEmre Savcı

Golang Blazing Fast Unit Tests - Fiber/fasthttp/http Internals and Optimizing HTTP Server Tests

Greetings, in this article, I will tell you how we can increase the test performance of our HTTP...

🔥 Dart 🔥 Bag-of-Tokens || Leetcode || Easy and Simple Solution || 100% Faster Code || Explained Line By Line
dart2022-09-12
SenseiSensei

🔥 Dart 🔥 Bag-of-Tokens || Leetcode || Easy and Simple Solution || 100% Faster Code || Explained Line By Line

Solution - 1 Sorting class Solution { // Time Complexity : O(nlogn) // Space...

🚀 | Use Custom Handlers For Go
beginners2022-09-12
Nitya Narasimhan, Ph.DNitya Narasimhan, Ph.D

🚀 | Use Custom Handlers For Go

Join @MelonyQ and go from #ZeroToHero as we build Custom Handlers in @AzureFunctions for a #ServerlessSeptember @golang app

Serverless Go with Azure Functions and GitHub Actions
azure2022-09-11
SahanSahan

Serverless Go with Azure Functions and GitHub Actions

In this article, we are going to learn how to host a serverless Go web service with Azure Functions...

How to Build API with Go and QuestDB
tutorial2022-09-09
Miftahul ArifinMiftahul Arifin

How to Build API with Go and QuestDB

QuestDB is a relational column-oriented database designed for time series and event data. It uses SQL...

Follow Up: Establishing A Better Pattern
go2022-09-09
Wesley PowellWesley Powell

Follow Up: Establishing A Better Pattern

Takeaways Errors as uint64 for better performance Use enums to define error cases By...