• 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 Programming Language: A Comprehensive Introduction and History of Google’s Revolutionary Language
go2023-04-22
Kuldeep SinghKuldeep Singh

Go Programming Language: A Comprehensive Introduction and History of Google’s Revolutionary Language

Welcome to our Go programming language tutorial series! In this series, we will take a deep dive into...

Choosing dependencies using deps.dev
go2023-04-21
Elton MinettoElton Minetto

Choosing dependencies using deps.dev

Choosing a project's dependencies is something we sometimes overlook, but it can have a very relevant...

Methods vs. Functions: What's the difference?
todayilearned2023-04-20
ruthmoogruthmoog

Methods vs. Functions: What's the difference?

Explainer of how methods and functions differ from each other

Criando um monitor de logs em Go - parte 1
go2023-04-20
Vítor RoqueVítor Roque

Criando um monitor de logs em Go - parte 1

Esse é um post onde vou mostrar como eu desenvolvi esse monitor de logs, que você pode estar...

Unlocking the Power of Infrastructure “from” Code with Encore: A Developer-Friendly Solution
distributedsystems2023-04-20
Emmanuel OkanlawonEmmanuel Okanlawon

Unlocking the Power of Infrastructure “from” Code with Encore: A Developer-Friendly Solution

Infrastructure as Code & Serverless Computing. Infrastructure as Code (IaC) has been...

Example 1, Automatically generate a complete gin+gorm+redis+CRUD web service project without writing a line of Go code
go2023-04-20
gvisongvison

Example 1, Automatically generate a complete gin+gorm+redis+CRUD web service project without writing a line of Go code

Dependencies Import sql into mysql services. Installation tool sponge. After...

How I Made Twitter Back-end
go2023-04-15
Leo AntonyLeo Antony

How I Made Twitter Back-end

1. Introduction I am designing a back-end for Twitter using a micro-service architecture....

Introducing Rego: The Lightweight Task Orchestrator for Kubernetes
kubernetes2023-04-19
drorIvrydrorIvry

Introducing Rego: The Lightweight Task Orchestrator for Kubernetes

👋 Hey there! Today I want to introduce you to Rego - the blazingly fast API first task orchestrator...

Event Observer Pattern in Go
go2023-04-18
Elijah ZobenkoElijah Zobenko

Event Observer Pattern in Go

The Observer - is a behavioral design pattern that allows an object, called the subject, to notify a...

New Winner of Kafka Consumers: Scala to Go Journey 🚀
go2023-04-18
Elif Seray Dönmez ÇelikElif Seray Dönmez Çelik

New Winner of Kafka Consumers: Scala to Go Journey 🚀

350 Million Messages per Day Co-Authors: Abdulsamet Ileri, Nihat Alim In this article, you will...

Talking about performance, profiling, testing and other stuff
performance2023-04-18
Israel BlancasIsrael Blancas

Talking about performance, profiling, testing and other stuff

In this article I talk about performance in applications. What is performance testing? What is load testing? Is it worth it?

Kubernetes Event Aggregation and Spam Filtering in client-go
kubernetes2023-04-17
Shuhei KitagawaShuhei Kitagawa

Kubernetes Event Aggregation and Spam Filtering in client-go

Explains how the event aggregation and spam filtering works in client-go

How to mock the logger in Go?
tutorial2023-04-17
Maxime GuilbertMaxime Guilbert

How to mock the logger in Go?

Writing unit tests is always something really important, but it can be really long or complex....

Introduction to Generic Programming in Go: Filtering and Summing Numeric Types
genericsprogramming2023-04-17
SivaSiva

Introduction to Generic Programming in Go: Filtering and Summing Numeric Types

Go is a statically typed language with a strict type system, which means that each variable and...

Comment mocker le logger en Go?
go2023-04-17
Maxime GuilbertMaxime Guilbert

Comment mocker le logger en Go?

S'occuper des tests unitaires est toujours quelque chose de très important, mais aussi qui peut se...

Lessons learned from concurrency practices in blockchain projects
go2023-04-17
Dwarves FoundationDwarves Foundation

Lessons learned from concurrency practices in blockchain projects

This article covers some lessons learned from working on blockchain projects, with a team that was...