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

Git cheat sheet (Part 1)
go2022-11-17
 Adeola Ajiboso Adeola Ajiboso

Git cheat sheet (Part 1)

Have you ever been stucked while using git🤔? If your answer is yes, This article is for you. You dont...

Tree Maker __ Convert Markdown to tree!
webdev2022-11-18
Ochi DaikiOchi Daiki

Tree Maker __ Convert Markdown to tree!

The link to this website is https://ddddddo.github.io/gtree/ Usage is as follows. The symbols...

Buscador de vídeos con OpenSearch y React | Parte 2 | Recolección de datos
tutorial2022-11-18
Pedro Chaparro Pedro Chaparro

Buscador de vídeos con OpenSearch y React | Parte 2 | Recolección de datos

⚠️ Nota: La idea original de este proyecto surgió gracias al canal Soumil Shah, por lo que doy...

Web Development JWT Practices
beginners2022-11-17
baizebaize

Web Development JWT Practices

Foreword The previous post briefly introduced a high-performance Go HTTP framework -...

Build own Kubernetes  - ClusterIP and NodePort in code
kubernetes2022-11-17
Jonatan EzronJonatan Ezron

Build own Kubernetes  - ClusterIP and NodePort in code

I have been working on a new 'version' where the code is less coupled and more like Kubernetes where...

Slice of cake
go2022-11-18
Jorge ArayaJorge Araya

Slice of cake

Small commentary on Go array and slice types

Using Mutex with GO on a real-world project.
go2022-11-17
diardiar

Using Mutex with GO on a real-world project.

You will learn how the mutex library helps you prevent some of the issues in concurrent world.

An interpreted language you can try in my terminal website
webassembly2022-11-17
protiumprotium

An interpreted language you can try in my terminal website

A few weeks ago I started reading Writing An Interpreter In Go and while reading it and implementing...

A fun experiment: Create Azure resources using AWS CloudFormation (Built using GoLang)
aws2022-11-17
amlanamlan

A fun experiment: Create Azure resources using AWS CloudFormation (Built using GoLang)

Azure has quickly become one of the leading cloud providers in the market now. So I started having...

Introducing regroot🌱 : A recruitment platform.
go2022-11-17
Sidharth  SreejilSidharth Sreejil

Introducing regroot🌱 : A recruitment platform.

Hey Everyone, I'm so excited to participate in the MongoDB Atlas Hackathon 2022 on DEV. I've decided...

Write your Kubernetes Infrastructure as Go code - Combine cdk8s with AWS CDK
kubernetes2022-11-16
Abhishek GuptaAbhishek Gupta

Write your Kubernetes Infrastructure as Go code - Combine cdk8s with AWS CDK

In an earlier blog post you saw how to use cdk8s with AWS Controllers for Kubernetes (also known as...

Metadata Performance Comparison:HDFS vs S3 vs JuiceFS
hdfs2022-11-16
DASWUDASWU

Metadata Performance Comparison:HDFS vs S3 vs JuiceFS

Metadata is the core of storage system, of which performance is critical to the capability and...

Go 101: Variables, Constants and Scopes
go2022-11-15
Guillaume Jacobs Guillaume Jacobs

Go 101: Variables, Constants and Scopes

In programming, variables are placeholders holding values. A variable in Go is associated with four...

My first serverless function on DigitalOcean
digitalocean2022-11-14
Jonas BrømsøJonas Brømsø

My first serverless function on DigitalOcean

a story about getting started with DigitalOcean functions

Polymorphism in Golang
go2022-11-15
vinayvinay

Polymorphism in Golang

1. package main import "fmt" //creating class type PersonClass struct { name string age...

Go Series: Closure
go2022-11-15
Arthur ChristophArthur Christoph

Go Series: Closure

A closure is the combination of a function and the lexical environment within which that...