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

Writing Unit Test in Golang Easily
go2022-08-04
Muhammad AdamMuhammad Adam

Writing Unit Test in Golang Easily

Writing Unit Test in Golang Easily Unit testing is the most important thing in...

[Pion/WebRTC] Enabling and disabling the video track
typescript2022-08-03
Masui MasanoriMasui Masanori

[Pion/WebRTC] Enabling and disabling the video track

Intro When participating in an online meeting such as Microsoft Teams or Zoom, I can...

Build a Serverless URL shortener with Go
serverless2022-08-02
Abhishek GuptaAbhishek Gupta

Build a Serverless URL shortener with Go

Using AWS Lambda, DynamoDB and API Gateway This blog post covers how to build a Serverless URL...

Generics in Go Tutorial
go2022-08-01
nadirbasalamahnadirbasalamah

Generics in Go Tutorial

Introduction In the Go programming language with the version of 1.18 or later there is a...

Go Course: Context
go2022-08-01
Karan Pratap SinghKaran Pratap Singh

Go Course: Context

In concurrent programs, it's often necessary to preempt operations because of timeouts, cancellation,...

Go Course: Advanced Concurrency Patterns
go2022-08-01
Karan Pratap SinghKaran Pratap Singh

Go Course: Advanced Concurrency Patterns

In this tutorial, we will discuss some advanced concurrency patterns in Go. Often times these...

Go Course: Sync Package
go2022-08-01
Karan Pratap SinghKaran Pratap Singh

Go Course: Sync Package

As we learned earlier, goroutines run in the same address space, so access to shared memory must be...

How We Use Github Issues to Track Customer Feedback
github2022-07-31
Lane WagnerLane Wagner

How We Use Github Issues to Track Customer Feedback

Boot.dev has been my side-project for the last couple of years now. Being a learning path for backend...

LeetCode - Combination Sum
programming2022-07-31
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Combination Sum

LeetCode - return a list of all unique combinations of candidates where the chosen numbers sum to the target using C++, Golang, and Javascript.

深入解析Kubernetes admission webhooks
kubernetes2022-07-31
cyloncylon

深入解析Kubernetes admission webhooks

BACKGROUND admission...

Kubernetes调度
kubernetes2022-07-31
cyloncylon

Kubernetes调度

[toc] Overview kube-scheduler 是kubernetes控制平面的核心组件,其默认行为是将 pod...

kube-scheduler的调度上下文
kubernetes2022-07-31
cyloncylon

kube-scheduler的调度上下文

Scheduler结构 Scheduler 是整个 kube-scheduler 的一个 structure,提供了 kube-scheduler 运行所需的组件。 type...

彻底搞懂kubernetes调度框架与插件
kubernetes2022-07-31
cyloncylon

彻底搞懂kubernetes调度框架与插件

调度框架 [1] 本文基于 kubernetes 1.24 进行分析 调度框架(Scheduling Framework)是Kubernetes 的调度器...

深入解析kubernetes中的选举机制
go2022-07-31
cyloncylon

深入解析kubernetes中的选举机制

Overview 在 Kubernetes的 kube-controller-manager , kube-scheduler, 以及使用 Operator 的底层实现...

Go Course: Select
go2022-07-31
Karan Pratap SinghKaran Pratap Singh

Go Course: Select

In this tutorial, we will learn about the select statement in Go. The select statement blocks the...

Node vs Go: Which one to choose for Backend development in 2022?
node2022-07-29
Harshal SutharHarshal Suthar

Node vs Go: Which one to choose for Backend development in 2022?

What is Node? Node is an eminent JavaScript runtime environment that is often mistaken for...