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

Rust vs Go - Load testing  webserv (>400k req/s)
rust2020-11-16
Martin AndréMartin André

Rust vs Go - Load testing webserv (>400k req/s)

TLDR: Go can reach 270k req/s where Rust can hit 400k req/s. Go server Let's go straight...

09 - Token Creation
go2020-11-17
Jacob GoodwinJacob Goodwin

09 - Token Creation

Setting up an account server in Golang

The Complete Microservice Tutorial with GRPC, NodeJS, Go, Python & Ruby — [Part 0] Introduction
microservices2020-11-16
RafiRafi

The Complete Microservice Tutorial with GRPC, NodeJS, Go, Python & Ruby — [Part 0] Introduction

Project Link: https://github.com/Joker666/microservice-demo/ Part 1 - Building User Service with...

Compreendendo Templates
beginners2020-11-17
Wagner AbrantesWagner Abrantes

Compreendendo Templates

Um template nos permite criar um documento e em seguida, mesclar dados com ele. Estamos aprendendo s...

Creating an HTTP server in Go using gin
go2020-11-16
Udaya PrakashUdaya Prakash

Creating an HTTP server in Go using gin

Let's get straight to the business with some minimal introduction and motivation. A web framework ma...

Create a FREE GitHub Codescanner for Go (golang) [Getting Started]
go2020-11-16
Michael LevanMichael Levan

Create a FREE GitHub Codescanner for Go (golang) [Getting Started]

Hey All, I recently released a video on how to use GitHub Codescanner for Go code. If you're intere...

Go: Fiber vs Echo (a developer point)
webdev2020-11-15
Andrei DascaluAndrei Dascalu

Go: Fiber vs Echo (a developer point)

About go frameworks

Golang development environment in Docker
showdev2020-11-15
Erwan ROUSSELErwan ROUSSEL

Golang development environment in Docker

Why Installing development software was driving me crazy when I came up with this idea. If...

Searching Algorithms in Go
go2020-11-11
Adnan Babakan (he/him)Adnan Babakan (he/him)

Searching Algorithms in Go

Hey, Dev.to community! In this post, I am sharing with you the Go code I've written for some famous...

Face recognition with Golang
ukrainian2020-11-14
Yaroslav PodorvanovYaroslav Podorvanov

Face recognition with Golang

Привіт, мене звати Ярослав. Ця стаття буде про практичне використання face recognition в Golang. Ста...

Go Struct And Stack Data Structure
programming2020-11-14
Minh-Phuc TranMinh-Phuc Tran

Go Struct And Stack Data Structure

A byte-sized article that can teach or remind you of a programming concept and/or language in <2 m...

Building a Time Tracking Progress Application
twitter2020-11-14
TnvMadhav⚡TnvMadhav⚡

Building a Time Tracking Progress Application

"Progress is being made..." It would be really cool to stamp milestones for various types...

Create a serverless Telegram bot using Go and Vercel
serverless2020-11-13
Juan Julián Merelo GuervósJuan Julián Merelo Guervós

Create a serverless Telegram bot using Go and Vercel

A step by step guide to creating a single function that can act as a Telegram bot, and deploy it to Vercel

Build your own serverless subscriber list with Go and AWS
opensource2020-11-10
Victoria DrakeVictoria Drake

Build your own serverless subscriber list with Go and AWS

You can now subscribe to my email list on victoria.dev! Here’s how I lovingly built a subscription...

Tips I've learned over 10 years for maintainability of my code
hire2020-11-12
Igor TIgor T

Tips I've learned over 10 years for maintainability of my code

I've been writing code for over 10 years now, and although I've been doing more management lately, at...

08 - Implement Signup in Service and Repository Layers
go2020-11-12
Jacob GoodwinJacob Goodwin

08 - Implement Signup in Service and Repository Layers

Setting up an account server in Golang