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

Illustrating Istio⛵
devops2022-12-02
Pratik SinghPratik Singh

Illustrating Istio⛵

This article will cover the introduction, basics, and uses of a Istio. Prerequisites ✅ I...

Goroutine Race Condition
go2022-12-02
I P U L   D E VI P U L D E V

Goroutine Race Condition

What is race conditions ?... A race condition is a condition when more than one goroutine accesses...

Comment corriger : File is not `gofmt`-ed with `-s` (gofmt)
go2022-12-02
Maxime GuilbertMaxime Guilbert

Comment corriger : File is not `gofmt`-ed with `-s` (gofmt)

Quand vous effectuer le lint de votre projet, vous pouvez tomber sur l'erreur suivante...

Explaining my standard golangci-lint configuration (.golangci.toml)
go2022-12-02
Jonathan HallJonathan Hall

Explaining my standard golangci-lint configuration (.golangci.toml)

In this video I walk you through my default .golangci.toml file (which you can download here), to...

Rest API to upload images Golang
go2022-12-02
Sudipto BiswasSudipto Biswas

Rest API to upload images Golang

In this article we are going to learn about how we can create a rest api to upload image, we’ll also...

Simple XDP Firewall with Golang
xdp2022-12-01
Hasan BehbahaniHasan Behbahani

Simple XDP Firewall with Golang

For almost 20+ years, the traditional security features of a Linux system were centered around...

Concurrencia en Golang II
go2022-12-01
Tomas Francisco LingottiTomas Francisco Lingotti

Concurrencia en Golang II

|1. | Modelo de concurrencia |2. | Goroutines y canales |3. | Wait Groups |4. | Select y Worker...

Golang useful links
go2022-11-30
Srinivas KandukuriSrinivas Kandukuri

Golang useful links

Golang General recommendations from the Go website Enter fullscreen mode Exit...

Comenzando en la Ciberseguridad
go2022-11-30
AlbertoAlberto

Comenzando en la Ciberseguridad

Buenas noches. Estoy comenzando en el mundillo de la ciberseguridad con HTB. Quiero utilizar esta...

Passing multiple arguments to golang sub-templates
go2022-11-28
MoniqueLiveMoniqueLive

Passing multiple arguments to golang sub-templates

Have you ever wanted to pass multiple arguments to a go sub-template? If you google it you'll be...

Limit the Go Routines
go2022-11-30
sai tejasai teja

Limit the Go Routines

A easy way to limit the go routines without impacting the performance Yes,It’s true GO takes less...

AWS Resource Explorer
go2022-11-30
Learn2SkillsLearn2Skills

AWS Resource Explorer

To start using Resource Explorer, I need to turn it on so that it creates and maintains the indexes...

Ch. 3 Flow Control
beginners2022-11-29
ToulToul

Ch. 3 Flow Control

In the previous chapter, we covered the basics of GO data types and, in a few examples, used flow...

Rest api to upload images in Go
go2022-11-29
Kuldeep SinghKuldeep Singh

Rest api to upload images in Go

In this article we are going to learn about how we can create a rest api to upload image, we'll also...

How to work with paths join or change directories in Golang
programming2022-11-18
Mohamed AllamMohamed Allam

How to work with paths join or change directories in Golang

Path join in Golang Manipulating filename paths in a way that is compatible with the any...

Form Validation with JS and Tailwind
go2022-11-26
Shubham TiwariShubham Tiwari

Form Validation with JS and Tailwind

Hello today i will share with you the form validation i created using HTML,Javascript and...