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

Fullstack GraphQL starter kit Fall-2021 update
javascript2021-11-09
Karan Pratap SinghKaran Pratap Singh

Fullstack GraphQL starter kit Fall-2021 update

Hi Dev.to community, I am excited to share the Fall-2021 major update which brings new things to the...

How to hash a password in Go
go2021-11-08
Sam NewbySam Newby

How to hash a password in Go

How to hash a password using the BCrypt algorithm in Go!

Map types in GO
go2021-11-07
BhanuReddyBhanuReddy

Map types in GO

A map is an unordered collection of key/value pairs, where each key is unique. If you are coming...

Deploy a Go API to AWS Lambda and API Gateway
go2021-11-07
Antonio SánchezAntonio Sánchez

Deploy a Go API to AWS Lambda and API Gateway

How to deploy a Go API to AWS Lambda and Amazon API Gateway in a few minutes.

Safely clean up your local branches
github2021-11-07
Seito TanakaSeito Tanaka

Safely clean up your local branches

If you squash-merge a branch, you can't delete it in the usual way, git branch -d, because there is...

UseEffect React Testing
react2021-11-07
ynwdynwd

UseEffect React Testing

This is a modification of the App.tsx and App.test.tsx CRAs. It uses useEffect to get the text from...

How To Install Go on Ubuntu 20.04
go2021-11-06
Maria YudinaMaria Yudina

How To Install Go on Ubuntu 20.04

Check Ubuntu version First, run this command to make sure what version of Ubuntu you...

Go Variables
go2021-11-06
AI_DosageAI_Dosage

Go Variables

How to declare variables? There are 3 ways to declare variables: 1. Declare...

Introduction To Go Programming
go2021-11-06
AI_DosageAI_Dosage

Introduction To Go Programming

The Go programming language is an open source project to make programmers more productive. It is...

Auditing unsafe passwords
aws2021-11-03
Karan Pratap SinghKaran Pratap Singh

Auditing unsafe passwords

In this article, we'll look at how we can setup our own infrastructure for auditing passwords using...

Buildpacks with Go
buildpacks2021-11-03
Joel HolmesJoel Holmes

Buildpacks with Go

Take 35% off Continuous Delivery in Go by entering fccholmes4 into the discount code at checkout at...

เขียน Go ต่อ Oauth ทุกค่าย
go2021-11-02
Pallat AnchaleechamaikornPallat Anchaleechamaikorn

เขียน Go ต่อ Oauth ทุกค่าย

ก่อนหน้านี้เคยสงสัยว่าเวลาไปเขียน Frontend มันจะมี lib ให้ไปยิง Oauth2 กับ Facebook ง่ายๆเลย...

Merge files in a path with goMerge
go2021-11-02
Javad RajabzadehJavad Rajabzadeh

Merge files in a path with goMerge

goMerge Merge some files in a path with custom extension in golang ...

zlog: Secure logger in Go to prevent output of sensitive/secret values
go2021-11-01
Masayoshi MizutaniMasayoshi Mizutani

zlog: Secure logger in Go to prevent output of sensitive/secret values

TL; DR I created Go logger zlog that prevent outputting secret values to the...

Hey Marshal
go2021-11-01
burakburak

Hey Marshal

Hi everyone, Before creating a project, let's simply talk about other issue. What is Json, Struct,...

Golang with database operations
go2021-10-31
burakburak

Golang with database operations

Hi all, In this post I'm going to show you how to use PostgreSQL with GoLang. Briefly I'll introduce...