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

GO kullanarak BASH üzerinde basitçe komut çalıştırma
go2020-07-21
Ali Orhun AkkirmanAli Orhun Akkirman

GO kullanarak BASH üzerinde basitçe komut çalıştırma

GO dili kullanarak bash üzerinde bir komut çalıştırıp, çıktısının veya hata çıktısının alınabilmesini...

Easter eggs in Go source code
go2020-07-21
Yoshi YamaguchiYoshi Yamaguchi

Easter eggs in Go source code

Last week I got to know the Easter eggs hidden in Go's source code, so I share them in this post.

Gopher Gold #1 - Tue Jul 21 2020
go2020-07-21
Dennis O'KeeffeDennis O'Keeffe

Gopher Gold #1 - Tue Jul 21 2020

Weekly nuggets of Golang Gold

Connect to an IRC server with Golang
go2020-07-21
manuelmanuel

Connect to an IRC server with Golang

In the last time, I really interested in learn Golang.I like to learn while I code things and don’t...

I made a cli on Golang
go2020-07-20
RubinRubin

I made a cli on Golang

So I recently started coding on golang. Though the learning was not hard as I was pretty familiar...

Eliminate the undocumented TODOs with todocheck
todocheck2020-07-19
Preslav MihaylovPreslav Mihaylov

Eliminate the undocumented TODOs with todocheck

A static code analyser for annotated TODO comments

Simple Slack Notification with golang
go2020-07-20
Arunachalam LakshmananArunachalam Lakshmanan

Simple Slack Notification with golang

A slack notification is useful when A long-running job is started When some critical error A specif...

Error Chains in Go 1.13
go2020-07-19
Donald FeuryDonald Feury

Error Chains in Go 1.13

Go added a neat feature in 1.13 that they call error chains Errors can now implement a method...

Concurrency in Go
go2020-07-18
Oluwatobi Oluwatobi

Concurrency in Go

A broad overview of Concurrency in Go

Testing a function that calls a goroutine
go2020-07-19
Fernando OcampoFernando Ocampo

Testing a function that calls a goroutine

"If you are using a third party framework to generate SQL your TDD tests should check that the framew...

Go Parser for Linear Equation Solver
go2020-07-19
DerrickDerrick

Go Parser for Linear Equation Solver

How to implement a linear equation solver with Go

How to build a Web Scraper using golang with colly
go2020-07-18
vianelvianel

How to build a Web Scraper using golang with colly

I have seen a lot of examples of how to build a web scraper in lots of programming languages mostly i...

A terminal-based client for Clockify time tracker
go2020-07-18
Temuri TakalandzeTemuri Takalandze

A terminal-based client for Clockify time tracker

Here's my first work on Golang. goclockify - a terminal-based client for Clockify time...

CORS Reverse Proxy (cors-reverse-proxy)
showdev2020-07-18
kaishuu0123kaishuu0123

CORS Reverse Proxy (cors-reverse-proxy)

Github: https://github.com/kaishuu0123/cors-reverse-proxy Docker Hub: https://hub.docker.com/r/kais...

Rust vs Go in Backend Web Development
go2020-07-17
Lane WagnerLane Wagner

Rust vs Go in Backend Web Development

The post Rust vs Go in Backend Web Development appeared first on Qvault. Rust and Go are two huge...

Generate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx, sqlc
go2020-07-13
TECH SCHOOLTECH SCHOOL

Generate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx, sqlc

Welcome back to the backend master class! In the last lecture, we have learned how to write...