Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://github.com/aws/aws-lambda-go
GitHub
GitHub - aws/aws-lambda-go: Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Libraries, samples and tools to help Go developers develop AWS Lambda functions. - aws/aws-lambda-go
Golang drawer
https://rogchap.com/2019/07/26/in-process-grpc-web-proxy/
Rogchap
In Process gRPC-Web Proxy
From the official gRPC-Web docs:
“gRPC-Web clients connect to gRPC services via a special gateway proxy: the current version of the library uses Envoy by default, in which gRPC-Web support is built-in.”
For production we can just enable the envoy.grpc_web…
Golang drawer
https://blog.golang.org/module-mirror-launch
go.dev
Module Mirror and Checksum Database Launched - The Go Programming Language
The Go module mirror and checksum database provide faster, verified downloads of your Go dependencies.
Golang drawer
https://golang.org/doc/go1.13
go.dev
Go 1.13 Release Notes - The Go Programming Language
Golang drawer
https://onepage.nopub.io/p/Logging-HTTP-requests-in-Go-233de7fe59a747078b35b82a1b035d36
Golang drawer
https://m.youtube.com/watch?v=kNHo788oO5Y
YouTube
GopherCon 2019: Russ Cox - On the Path to Go 2
We're on the road to Go 2. But where exactly are we? Where are we headed? Come find out.
Golang drawer
https://rogchap.com/2019/07/26/in-process-grpc-web-proxy/
Rogchap
In Process gRPC-Web Proxy
From the official gRPC-Web docs:
“gRPC-Web clients connect to gRPC services via a special gateway proxy: the current version of the library uses Envoy by default, in which gRPC-Web support is built-in.”
For production we can just enable the envoy.grpc_web…
Golang drawer
https://samrapdev.com/capturing-sensitive-input-with-editor-in-golang-from-the-cli/
Sam Rapaport
Capturing input with $EDITOR in a Golang CLI program
When it comes to developer tooling and orchestration, the command line is still the name of the game. Whether you're developing front end web applications or building highly distributed systems, it is unlikely you don't interact with the command line on a…
Golang drawer
https://preslav.me/2019/08/27/reduce-struct-size-by-laying-out-attributes-accordingly/
Golang drawer
https://jasonraimondi.com/posts/create-a-secured-rest-api-for-a-next-js-application-using-jwt-and-golang/
Software Engineer
Create a secured REST Api for a Next.js application using JWT and Golang
Create a secured REST Api using JWT and Golang
Golang drawer
https://jasonraimondi.com/posts/create-a-secured-rest-api-for-a-next-js-application-using-jwt-and-golang/
Software Engineer
Create a secured REST Api for a Next.js application using JWT and Golang
Create a secured REST Api using JWT and Golang
Golang drawer
https://jasonraimondi.com/posts/secure-a-next-js-application-with-jwt-and-a-private-route-higher-order-component/
Software Engineer
Secure a Next.js application with JWT, and a private route higher order component
Authenticating and securing a Next.js application
Golang drawer
https://jasonraimondi.com/posts/add-pre-rendered-async-rest-api-calls-to-next-js-application-that-resolve-before-initial-page-load/
Add server side rendered async api calls to your Next.js application that resolve before the initial page load
Add api calls to your application that can all be resolved before the initial render, giving the user (or bot) a fully loaded page right from the get-go.
Golang drawer
https://carvesystems.com/news/reverse-engineering-go-binaries-using-radare-2-and-python/
Golang drawer
https://github.com/Masterminds/sprig
GitHub
GitHub - Masterminds/sprig: Useful template functions for Go templates.
Useful template functions for Go templates. Contribute to Masterminds/sprig development by creating an account on GitHub.
Golang drawer
https://medium.com/@c_bata_/the-internal-of-go-prompt-how-to-control-the-rich-terminal-ui-part-i-7d22bdfe6b9a
Medium
The internal of go-prompt: How to control the rich terminal UI (Part I).
Hello, I’m a creator of go-prompt. Fortunately, go-prompt reaches 2300 stars on Github. And many excellent open source softwares use this…
Golang drawer
https://youtu.be/VwPQKS9Njv0
YouTube
GopherCon 2019: Eric Chiang - PKI for Gophers
TLS is easy, PKI is hard. Learn about Go primitives for generating certificate hierarchies, instrumenting mTLS, hardware backed keys, and public infrastructure like Let’s Encrypt and Certificate Transparency. Along the way we’ll discuss roots of trust for…
Golang drawer
https://blog.mediocregopher.com/2019/08/02/program-structure-and-composability.html
Mediocre Blog
Program Structure and Composability
Discussing the nature of program structure, the problems presented by complex structures, and a pattern that helps in solving those problems.
Golang drawer
https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdDyspRTNBIKES1Y-P__59_#gophercon2019
YouTube
GopherCon 2019
Share your videos with friends, family, and the world
Golang drawer
https://preslav.me/2019/08/27/reduce-struct-size-by-laying-out-attributes-accordingly/
Golang drawer
https://dev.to/jimutt/how-to-write-go-code-and-make-it-run-on-adafruit-feather-or-arduino-m3c
The DEV Community
How to write Go code and make it run on Adafruit Feather or Arduino
Getting started with TinyGo - a Go compiler for microcontrollers.