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

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

Define Default URL for ActiveStorage to fix Mixed Content Error
go2022-11-29
Konstantin FiltschewKonstantin Filtschew

Define Default URL for ActiveStorage to fix Mixed Content Error

Using ActiveStorage with external services like AWS S3 for saving and surfing attachments like images...

Go Channels, Waitgroups, and Go Routines
go2022-11-29
diardiar

Go Channels, Waitgroups, and Go Routines

Go is a powerful and efficient programming language that has become increasingly popular in recent years.

Fast embedded templates in Go with quicktemplate
go2022-11-29
Andrew PillarAndrew Pillar

Fast embedded templates in Go with quicktemplate

Wrote a new post on my site about using quicktemplate in Go to generate efficient HTML documents. I...

Hertz how to use Opentelemetry for beginners
go2022-11-28
li-jin-ouli-jin-ou

Hertz how to use Opentelemetry for beginners

Introduction In the previous article we focused on the use of hlog in conjunction with...

An interesting process of solving an issue
webdev2022-11-28
LorainLorain

An interesting process of solving an issue

Foreword This article focuses on the process of solving an issue for Hertz. The link to...

How to debug : File is not `gofmt`-ed with `-s` (gofmt)
go2022-11-28
Maxime GuilbertMaxime Guilbert

How to debug : File is not `gofmt`-ed with `-s` (gofmt)

While linting your project, you can have the following error : pkg/apis/dogs.go:11: File is not...

Pub Sub model in golang
go2022-11-28
sai tejasai teja

Pub Sub model in golang

created a basic pub-sub model in GO please go thru it and let me know if any mistakes/suggestions...

soundproof server rack
go2022-11-30
soundproofsoundproof

soundproof server rack

The Soundproof server rack cabinet is designed to trap and absorb unwanted noise generated inside...

Making TUI kanban app with BubbleTea | MongoDB Atlas Hackathon 2022 on DEV
atlashackathon222022-11-26
Gabriel GrubbaGabriel Grubba

Making TUI kanban app with BubbleTea | MongoDB Atlas Hackathon 2022 on DEV

What I built A TUI(A terminal app with UI) Kanban app I've taken what I saw in this...

Introduccion a Golangci Lint
go2022-11-27
WakoWako

Introduccion a Golangci Lint

linter para lenguaje de programación Go

1000X faster two sum leetcode solution
go2022-11-25
Kuldeep SinghKuldeep Singh

1000X faster two sum leetcode solution

In this article you’re going to learn about the ways to solve two sum leetcode problem, In the...

Building a Headless WordPress Site With Vue.js
go2022-11-25
Pieces 🌟Pieces 🌟

Building a Headless WordPress Site With Vue.js

Take advantage of all of the benefits of a system like WordPress plus the performance and security benefits of Vue.js by using a Headless WordPress CMS.

Golang Reverse Proxy Practices
webdev2022-11-25
L2ncEL2ncE

Golang Reverse Proxy Practices

Hertz Hertz is an ultra-large-scale enterprise-level microservice HTTP framework,...

Data Streaming in Go Lang
go2022-11-25
sai tejasai teja

Data Streaming in Go Lang

we may need to do streaming for few things while working with large scale systems like calling...