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

# Golang Profiling
go2022-02-22
muruganmurugan

# Golang Profiling

Golang Profiling Profiling is a form of analyzing the program for optimizable code or...

Introduction to Go
go2022-02-22
ZammaCodeZammaCode

Introduction to Go

Go is a systems-level programming language for large, distributed systems and highly-scalable...

First Developer Job!
go2022-02-18
bashbunnibashbunni

First Developer Job!

I'm so excited to announce that I've accepted a position at charm! I'll be hacking away at their...

packagemain #23: Fuzz Testing in Go
go2022-02-21
Alex PliutauAlex Pliutau

packagemain #23: Fuzz Testing in Go

Fuzzing or fuzz testing is a method of giving random unexpected input to your programs to test for possible crashes or edge cases. Fuzzing can shed a light on some logical bugs or performance problems, so it's always worth adding to a code where stability and performance matter. In this video we’ll review recently added fuzz testing support in Go 1.18.

In-Depth: Harness Feature Flags Relay Proxy
featureflags2022-02-21
Dave NielsenDave Nielsen

In-Depth: Harness Feature Flags Relay Proxy

The Relay Proxy is a lightweight Go application that runs within your infrastructure and handles all...

Blockchain DevOps on AWS with The Hyperledger Fabric Model and Golang (1)
blockchain2022-02-20
MacBobby ChibuzorMacBobby Chibuzor

Blockchain DevOps on AWS with The Hyperledger Fabric Model and Golang (1)

The Blockchain The Blockchain is an encrypted database of transactions stored in a...

Using AWS Blockchain Templates for Hyperledger Fabric Development in Go (2)
go2022-02-20
MacBobby ChibuzorMacBobby Chibuzor

Using AWS Blockchain Templates for Hyperledger Fabric Development in Go (2)

Components and Frameworks All the software to be used for Hyperledger Fabric Blockchain...

LeetCode - Single Number II
programming2022-02-20
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Single Number II

LeetCode - Find the number that appears only once in an array using C++, Golang, and Javascript.

Mock Database Unit Test with Mockery in Go
tutorial2022-02-20
yanoandriyanoandri

Mock Database Unit Test with Mockery in Go

Introduction Hi everyone, in this article, we will learn how to create unit test in Go,...

Air: Live reload on Golang applications
go2022-02-19
Breno AlvesBreno Alves

Air: Live reload on Golang applications

Go is a programming language with advanced features and clean syntax. It has a robust and...

Introducing Convoy
webhooks2022-02-18
Subomi OluwalanaSubomi Oluwalana

Introducing Convoy

Hi dev.to, I’d like to show you Convoy. Convoy is an open-source webhooks service. You can think...

Data Structures and Algorithms with Go (2): Growing Your Go Skills with Trees
algorithms2022-02-19
MacBobby ChibuzorMacBobby Chibuzor

Data Structures and Algorithms with Go (2): Growing Your Go Skills with Trees

Trees Trees are non-linear data structures used mainly for searching. Trees have maximum...

⌛️ Manage time specified operations with Go in easy way.
go2022-02-19
Yusuf Turhan PapurcuYusuf Turhan Papurcu

⌛️ Manage time specified operations with Go in easy way.

In programming we need specifying time for our code. Sometimes we wait until our crush end her...

How to Write Unit Test Cases for Golang
go2022-02-17
Ankit malikAnkit malik

How to Write Unit Test Cases for Golang

What is Unit Test? Unit test is a way to test a unit. A unit can be a function or multiple...

Strategy Design Pattern in Go
go2022-02-16
Rahul sawraRahul sawra

Strategy Design Pattern in Go

According to Wikipedia, The strategy pattern (also known as the policy pattern) is a behavioral...

Middleware in Go
go2022-02-16
Colin DugganColin Duggan

Middleware in Go

Middleware is a powerful idea that allows us to decompose complex systems into layers of...