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

Extending Python with Go
go2020-01-27
Andrea StagiAndrea Stagi

Extending Python with Go

One of the most interesting features of CPython is the ability to add new built-in modules to Python...

How were my first 10 days of the 100DaysOfCode challenge?
daysofcode2020-01-28
NanaNana

How were my first 10 days of the 100DaysOfCode challenge?

What was my motivation? Before explaining more about my motivation, I will share with you...

Como foram os meus primeiros 10 dias do desafio 100DaysOfCode?
daysofcode2020-01-28
NanaNana

Como foram os meus primeiros 10 dias do desafio 100DaysOfCode?

Qual foi a minha motivação? Antes de explicar melhor sobre a minha motivação vou compartil...

Databricks Operator load testing
kubernetes2020-01-28
EliiseEliise

Databricks Operator load testing

This blog will provide an high level overview of the methodology we're using when load testing, using...

Go Notes: Auth0 validation for AWS Lambda
go2020-01-28
Roberto GuerraRoberto Guerra

Go Notes: Auth0 validation for AWS Lambda

I found myself migrating a serverless service written in node to Go, and needed to write a lambda aut...

How to use Amazon SQS and SNS for inter-service communication - Part 1
aws2020-01-26
James EasthamJames Eastham

How to use Amazon SQS and SNS for inter-service communication - Part 1

It's been a busy week this week, so further development on the league manager application has been sl...

Implementing Custom Dapr State
dapr2020-01-27
Ivan GIvan G

Implementing Custom Dapr State

Implementing Custom Dapr State

Go for PHP or Any Other Developer
go2020-01-27
Sasha BlagojevicSasha Blagojevic

Go for PHP or Any Other Developer

I’m of the opinion that each language should be written in its idiomatic way, that is the way to get the most out of the language and in addition your code will be easily understandable by the wider community and new developers that might join you or replace you later on. I highly recommend covering these resources if you’re considering learning GO.

A Working Solution to JWT Creation and Invalidation in Golang
go2020-01-25
Steven VictorSteven Victor

A Working Solution to JWT Creation and Invalidation in Golang

Discovering how to invalidate a JWT after logout

Tutorial: Building a Twitter Bot using IPFS Cluster 🤖
ipfs2020-01-25
vasavasa

Tutorial: Building a Twitter Bot using IPFS Cluster 🤖

This article was first published on our open-source platform, SimpleAsWater.com. If you are intereste...

Go variables: the bare minimum knowledge
go2020-01-25
Runo-saduwaRuno-saduwa

Go variables: the bare minimum knowledge

learn about Go variables quick and easy!

Essential Resources to Learn About Go
go2020-01-23
Thomas De MoorThomas De Moor

Essential Resources to Learn About Go

Go the third-most wanted programming language after Python and JavaScript. Here are some of the best Go resources for you to read, listen to, or subscribe to.

Bongo Pagination
go2020-01-24
Yaşar İÇLİYaşar İÇLİ

Bongo Pagination

In our previous article, we made a collection with bongo. If you haven't read it, you can look here...

Host your Git on Glitch with Gogs
git2020-01-22
Melissa McEwenMelissa McEwen

Host your Git on Glitch with Gogs

Gogs is a self-hosted Git service written in Go (gee... that's a lot of of Gs), this is how we made it run on Glitch

Make the collection find using Go bongo.
go2020-01-24
Yaşar İÇLİYaşar İÇLİ

Make the collection find using Go bongo.

For example, we have a collection of users and we want to find all users from this collection. If yo...

A few Golang notes
go2020-01-24
Frank LiFrank Li

A few Golang notes

I've taken a liking for Golang's no-frills and elegant approach to programming. Compared to C, Golang...