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

Box CLI Maker 📦: Highly Customized Terminal Box Creator
go2020-05-05
Swastik BaranwalSwastik Baranwal

Box CLI Maker 📦: Highly Customized Terminal Box Creator

Box CLI Maker is a Highly Customized Terminal Box Creator written in Go. It is also my first module e...

Writing cleaner Go web servers
go2020-05-01
Chidi WilliamsChidi Williams

Writing cleaner Go web servers

Tips for writing clean, effective Go web servers

The first experience with k3s (lightweight Kubernetes). Deploy your first app!
introduction2020-05-04
Francisco Javier Sánchez FuentesFrancisco Javier Sánchez Fuentes

The first experience with k3s (lightweight Kubernetes). Deploy your first app!

Hi everyone! Today, I talk about k3s. It's a lightweight version of Kubernetes (k8s) and you can use...

Simple Go HTTP Server Starter in 15 Minutes
go2020-05-04
Adron HallAdron Hall

Simple Go HTTP Server Starter in 15 Minutes

In this post I cover a simple http server with a video on creating the http server, setting a status code, which provides the basic elements you need to further build out a fully featured server. This post is paired with a video I've put together which I have included.

Getting started with Golang: a tutorial for beginners
go2020-04-29
Amanda FawcettAmanda Fawcett

Getting started with Golang: a tutorial for beginners

Golang, also known as Go, is an open-source programming language created by Google developers Robert...

altenv: Powerful CLI Environment Variable Manager
go2020-05-04
Masayoshi MizutaniMasayoshi Mizutani

altenv: Powerful CLI Environment Variable Manager

I just created a tool to manage environment variables in CLI: altenv https://github.com/m-mizutani/...

Handling Slow Third-Party API
go2020-05-03
Badewa kayodeBadewa kayode

Handling Slow Third-Party API

How I handled a slow third-party API

What Editor are YOU Using for Go Programming??
go2020-05-01
Jeremy MorganJeremy Morgan

What Editor are YOU Using for Go Programming??

I'm running a poll to see which editors Go programmers on Dev.To are using

is-thirteen in Go
showdev2020-05-01
Stanley NguyenStanley Nguyen

is-thirteen in Go

A Golang module to check if a number or a string is 13

Range Over Ticker In Go With Immediate First Tick
engineering2020-04-30
Lane WagnerLane Wagner

Range Over Ticker In Go With Immediate First Tick

The Go standard library has a really cool type – Ticker. Tickers are used when you want to do...

Embedding Types in Go Reduces Noise
php2go2020-04-30
Paweł ZarembaPaweł Zaremba

Embedding Types in Go Reduces Noise

My previous post was about one of the concurrency patterns that can be achieved with go. I immediatel...

Connecting To RabbitMQ In Golang
go2020-04-29
Lane WagnerLane Wagner

Connecting To RabbitMQ In Golang

RabbitMQ is a message broker that’s great for pub-sub systems in a micro-services architecture. At...

Writing REST API Client in Go
go2020-04-27
Alex PliutauAlex Pliutau

Writing REST API Client in Go

API clients are very helpful when you're shipping your REST APIs to the public. And Go makes it...

Algorithms part 1
computerscience2020-04-29
mohaned mashalymohaned mashaly

Algorithms part 1

One of the main reasons why i love computer science or programming is problem solving, back to school...

Which backend programming language should I choose?
go2020-04-25
Kevin WoblickKevin Woblick

Which backend programming language should I choose?

PHP and Javascript are my current tools as a web developer. I made some first steps with Python and....

My journey optimizing the Go Compiler
go2020-04-28
Assel MeherAssel Meher

My journey optimizing the Go Compiler

Original post: https://segflow.github.io/post/go-compiler-optimization/ At EDGE we write a lot of...