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

SkemaBuild: Make gRPC Development Faster and Easier
grpc2022-06-08
likezhang-publiclikezhang-public

SkemaBuild: Make gRPC Development Faster and Easier

https://github.com/skema-dev/skemabuild I just finished the preview version for a toolkit to...

Functions. Learning Go - part 3.
go2022-06-07
Magda RosłaniecMagda Rosłaniec

Functions. Learning Go - part 3.

My today’s subject is functions. Functions are the core of programming in Go. We can declare our...

Go from the beginning - applying boolean logic
go2022-06-07
Chris NoringChris Noring

Go from the beginning - applying boolean logic

This is the third part of a series on Go, in this part we cover boolean logic, how to work if, else if and else and how that creates different execution paths in your program

Taming SQL and ORMs with sqlc
go2022-06-07
Marcus KohlbergMarcus Kohlberg

Taming SQL and ORMs with sqlc

Achieving something better than the best of both worlds with sqlc. Welcome to the very first post in...

Queues in Go
go2022-06-06
Jacob KimJacob Kim

Queues in Go

Welcome back to Introduction to Data Structures in Go! In this post, we will be looking at queues. We...

Go from the beginning - using variables
go2022-06-06
Chris NoringChris Noring

Go from the beginning - using variables

This is the second part of a series on Go, in this part we cover variables, how to create them, assign values and print them out

Restful CRUD with Golang for beginners
go2022-06-02
Sam ZhangSam Zhang

Restful CRUD with Golang for beginners

Hey guys, it's Sam Zhang. So in the previous post we finished a simple Hello World request using...

Tunnel between hosts without public IPs
go2022-06-05
Kirill ScherbaKirill Scherba

Tunnel between hosts without public IPs

There is Teonet news. The Teotun packet and application was published today by Teonet. The Teotun...

Introducing prosql.io!
mysql2022-06-05
Pankaj KargirwarPankaj Kargirwar

Introducing prosql.io!

Hello! Are you a developer? Do you use MySQL? Which client do you use? Probably one of MySQL...

Don't use routes grouping functionality: a chance to rethinking your mindset of code reuse
go2022-06-04
Max CianMax Cian

Don't use routes grouping functionality: a chance to rethinking your mindset of code reuse

Issue I've seen a lots of Go codes in my company's codebase, just like the example on...

Hexagonal Architecture in Go
go2022-06-03
Brayan NarváezBrayan Narváez

Hexagonal Architecture in Go

Hello everyone i recenlty written a TODO System with Hexagonal Architecture written in Go, with test...

Goroutines semaphores e pipeline pattern
beginners2022-06-04
Yan.tsYan.ts

Goroutines semaphores e pipeline pattern

O semáforo no Go é como se uma flag, que vai ser um channel que vai se comunicar com as routines,...

Go from the beginning - your first program
go2022-06-03
Chris NoringChris Noring

Go from the beginning - your first program

This is the first part of a series on Go. In this part, we cover why Go, where it's used and how to write your first program

Maps : In Go-lang and Python.
python2022-06-03
myk_okoth_ogodomyk_okoth_ogodo

Maps : In Go-lang and Python.

This will be my second article in my "data structures in Python and Go-lang series". In my first...

Twitter Leaderboard app with Redis and AWS Lambda (part 2)
programming2022-06-03
Abhishek GuptaAbhishek Gupta

Twitter Leaderboard app with Redis and AWS Lambda (part 2)

This is the second blog post of this two-part series that uses a practical application to demonstrate...

Using graphQL+gRPC+Golang to Create a Bike Rental Microservices, with persistence on ArangoDB.
arangodb2022-06-02
myk_okoth_ogodomyk_okoth_ogodo

Using graphQL+gRPC+Golang to Create a Bike Rental Microservices, with persistence on ArangoDB.

Enter fullscreen mode Exit fullscreen mode ...