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

What are methods in golang
go2022-04-14
Abdulrahman MasoudAbdulrahman Masoud

What are methods in golang

Hi, I'm Abdulrahman I'm glad to share this blog, in this blog we will talk about methods in...

How to Develop REST API using Go and Test using various methods
go2022-04-26
Saravanan GnanaguruSaravanan Gnanaguru

How to Develop REST API using Go and Test using various methods

Table of Contents Introduction Objective What is REST API? What makes a RESTful...

About Optimizing for Speed: How to do complete AWS Security&Compliance Scans in 5 minutes
aws2022-04-14
Gernot GlaweGernot Glawe

About Optimizing for Speed: How to do complete AWS Security&Compliance Scans in 5 minutes

The project steampipe uses a fast programing language and an intelligent caching approach outrunning...

Golang: Structs
go2022-04-14
Meet Rajesh GorMeet Rajesh Gor

Golang: Structs

Introduction Moving on to the 9th part of the series, we will be understanding structs in...

Build an awesome CLI using GO
go2022-04-14
Dipankar MedhiDipankar Medhi

Build an awesome CLI using GO

CLI in go Go is great for building CLI applications. It provides two very powerful tools...

Unit testing in go with MySQL
mysql2022-04-14
RakshaRaksha

Unit testing in go with MySQL

Tests are stories we tell the next generation of programmers on a project. — Roy osherove Unit test...

Golang: Functions
go2022-04-13
Meet Rajesh GorMeet Rajesh Gor

Golang: Functions

Introduction In the eighth part of the series, we will be exploring functions in golang....

Golang Working With Files...
go2022-04-13
taijidudetaijidude

Golang Working With Files...

Today a short one again. I have played around with some go again and wanted to write it down. There...

Deploy Infrastructure using CDK for Terraform with Go
devops2022-04-13
Michael LinMichael Lin

Deploy Infrastructure using CDK for Terraform with Go

I joined Sourcegraph earlier this year to the team responsible for our on-prem deployment and cloud...

Benchmark with Go
benchmark2022-04-13
Myoungjin JeonMyoungjin Jeon

Benchmark with Go

Credit This article is based on the Official Document Go Built-in Benchmark...

Less verbose, better maintenance
go2022-04-13
Marcos FilhoMarcos Filho

Less verbose, better maintenance

All the codes that you will see in this post you can check here In the last post we delivered the...

Serverless Testing Pyramid
serverless2022-04-12
prozzprozz

Serverless Testing Pyramid

The most common question about serverless I get lately is how to test applications in a local...

Thoroughly understand Events in Kubernetes
kubernetes2022-04-12
Jintao ZhangJintao Zhang

Thoroughly understand Events in Kubernetes

Hi everyone, this is Jintao Zhang. Before I wrote an article "A More Elegant Kubernetes Cluster...

Golang: Maps
go2022-04-12
Meet Rajesh GorMeet Rajesh Gor

Golang: Maps

Introduction In the seventh part of the series, we will be covering Maps. We have covered...

A Better Pattern than OutBox - 2-Phase Message
programming2022-04-12
yedf2yedf2

A Better Pattern than OutBox - 2-Phase Message

This article proposes an alternative pattern to OutBox: 2-phase message. It is not based on message...

Implement a timing wheel for millions of concurrent tasks.
go2022-04-11
Kevin WanKevin Wan

Implement a timing wheel for millions of concurrent tasks.

For systems that contain lots of delayed in-process tasks. If we use lots of timers to handle the...