DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Karan Pratap SinghFullstack 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...

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

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

Antonio SánchezDeploy 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.

Seito TanakaSafely 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...

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

Maria YudinaHow To Install Go on Ubuntu 20.04
Check Ubuntu version First, run this command to make sure what version of Ubuntu you...

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

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

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

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

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

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

Masayoshi Mizutanizlog: 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
Hi everyone, Before creating a project, let's simply talk about other issue. What is Json, Struct,...

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