Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/mvdan/sh
GitHub
GitHub - mvdan/sh: A shell parser, formatter, and interpreter with bash support; includes shfmt
A shell parser, formatter, and interpreter with bash support; includes shfmt - mvdan/sh
Golang drawer
https://github.com/go-task/task
GitHub
GitHub - go-task/task: A task runner / simpler Make alternative written in Go
A task runner / simpler Make alternative written in Go - go-task/task
Golang drawer
https://bunrouter.uptrace.dev/
Golang drawer
https://github.com/inbucket/inbucket
GitHub
GitHub - inbucket/inbucket: Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB…
Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB required. - inbucket/inbucket
Golang drawer
https://www.youtube.com/watch?v=UlLIvDLKHIU&t=11s
YouTube
Concurrency primitives of Golang: how to use and how not to - Piyush Verma
🔔
FOLLOW GOLAB CHANNEL
🔔
Every marginally, sophisticated Golang code that I write needs refactoring to solve race and deadlocks. The concurrency primitives like atomic, sync, channels, and waitGroups have their uses and fail. The lack of understanding ends…
Golang drawer
https://gosamples.dev/capacity-and-length/
gosamples.dev
Capacity and length of a slice in Go (Golang) | gosamples.dev
Learn what is the difference between length and capacity of a slice
Golang drawer
https://www.youtube.com/watch?v=_cL-OwU9pFQ
YouTube
Reversing in action: Golang malware used in the SolarWinds attack. Part 1
Earlier this year, Kaspersky introduced an online course on Targeted Malware Reverse Engineering from GReAT’s Senior Security Researchers. The training covered 10 real-life APT cases in several programming and scripting languages (C, .NET, Delphi, Powershell…
Golang drawer
https://philpearl.github.io/post/perf_time/
philpearl.github.io
Faster time parsing · Phil Pearl's Blog
A story in 3 acts
Golang drawer
https://changelog.com/gotime/200
Changelog
Gophers Say What!? (Go Time #200)
We're celebrating our 200th episode with a crazy game of _Gophers Say_! Mat Ryer hosts two epic teams including Go Time OGs Carlisia, Erik, and Brian!
Golang drawer
https://www.pragprog.com/titles/d-gobrain/go-brain-teasers/
Pragprog
Go Brain Teasers
Get ready for 25 teasers that will hone your Go skills and challenge your brain.
Golang drawer
https://www.youtube.com/watch?v=Xw_qbJp52cY
YouTube
Github Copilot MAKES A CLI GAME IN GOLANG FROM SCRATCH?!?!
Yes the dang AI MAKES A GAME!!! I could not believe it and the ending just blew me away.
### Links
Linode: https://linode.com/prime
Discord: https://discord.gg/3ujcVMe
Twitch: https://twitch.tv/ThePrimeagen
Insta: https://instagram.com/ThePrimeagen
Twitter:…
Golang drawer
https://www.youtube.com/watch?v=dQIUpqPh-8w
YouTube
Peter Wang on why the "State of Data Science" survey revealed that Go and Rust aren't commonly used
From the "Practical AI" podcast. Listen
👉
https://practicalai.fm/147
Subscribe for more!
👇
Apple: https://practicalai.fm/apple
Spotify: https://practicalai.fm/spotify
Android: https://practicalai.fm/android
Overcast: https://practicalai.fm/overcast
Email:…
Golang drawer
https://betterprogramming.pub/three-things-go-needs-right-now-more-than-generics-a6225d62f76b
Medium
3 Things Go Needs Right Now More Than Generics
My suggestions to make Go an even better language
Golang drawer
https://www.alexedwards.net/blog/which-go-router-should-i-use
www.alexedwards.net
Which Go router should I use? - Alex Edwards
Golang drawer
https://ebiten.org/blog/v2.2.0.html
Ebitengine - A dead simple 2D game engine for Go
v2.2.0 is released - Ebitengine
Ebitengine is an open source game engine for the Go programming language. Ebitengine's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.
Golang drawer
https://eli.thegreenplace.net/2021/rewriting-go-source-code-with-ast-tooling/
Golang drawer
https://www.gowestconf.com/
Go West
Go West Conference | Regional Go Programming Language Conference | Utah
The GoWest Conference was created with two main goals: to highlight the local talent and expertise in engineering with the Go programming language, and to bring world-renowned Go speakers to the area. This conference is meant to service the Rocky Mountain…
Golang drawer
https://www.samlewis.me/2021/07/creating-mesh-vpn-tool-for-fun/
www.samlewis.me
Sam Lewis
Sam Lewis is a Melbourne based geek who develops cool bits of code. He likes data, embedded stuff and AFL.
Golang drawer
https://betterprogramming.pub/how-to-use-structured-json-logging-in-golang-applications-7fc5e2751dbd
Medium
How To Use Structured JSON Logging in Golang Applications
Structured logs are important for software debugging. Gladly, it is super easy to implement in Golang
Golang drawer
https://dev.to/googlecloud/finding-and-fixing-memory-leaks-in-go-1k1h
DEV Community
Finding and fixing memory leaks in Go
This post reviews how I found a memory leak, how I fixed it, how I fixed similar issues in Google's...