Some amazing work from @Vektah88, @mathewbyrne and the @99designs dev team - gqlgen is a next-level tool for creati… https://twitter.com/i/web/status/1058510560956796930
Twitter
Michael Tibben
Some amazing work from @Vektah88, @mathewbyrne and the @99designs dev team - gqlgen is a next-level tool for creating graphql servers in #golang https://t.co/c7AMe3DcJ6
survey - a go library for building interactive prompts #golang https://github.com/AlecAivazis/survey
GitHub
GitHub - AlecAivazis/survey: A golang library for building interactive and accessible prompts with full support for windows and…
A golang library for building interactive and accessible prompts with full support for windows and posix terminals. - AlecAivazis/survey
olivere/elastic (6.2.12): Elasticsearch client for #Golang https://mdy.io/gh/olivere/elastic
GitHub
olivere/elastic
Elasticsearch client for Go. Contribute to olivere/elastic development by creating an account on GitHub.
#Hackathon @theHackPhs at the #Princetion HS is going great! #ARK is running and helping out all the young curious… https://twitter.com/i/web/status/1059046637220360192
Twitter
ARK.io
#Hackathon @theHackPhs at the #Princetion HS is going great! #ARK is running and helping out all the young curious minds who want to learn and work on #blockchain #technology and $ARK. #opensource #development #hackathons #development #developers #javascript…
Let's learn "if statements" 💪
Slides explain
- What is Control Flow?
- if Statements
- if Statement Conditions
Int… https://twitter.com/i/web/status/1058899740429967360
Slides explain
- What is Control Flow?
- if Statements
- if Statement Conditions
Int… https://twitter.com/i/web/status/1058899740429967360
Twitter
Progate - coding made fun!
Let's learn "if statements" 💪 Slides explain - What is Control Flow? - if Statements - if Statement Conditions Interested in learning with slides like these? Visit here: https://t.co/F15pH0JQrP #100daysofcode #codenewbie #golang #python
★ vim-go v1.19 is released with unified job handling for Vim8 and Neovim, tons of bug fixes, preliminary support fo… https://twitter.com/i/web/status/1059101890946813952
Twitter
Billie Cleek
★ vim-go v1.19 is released with unified job handling for Vim8 and Neovim, tons of bug fixes, preliminary support for Go modules, performance improvements and lots of small enhancements. Read the changelog for all changes: https://t.co/q1oPdyf7Ej #golang #vim…
elliotforbes / oak: A Go Based WebAssembly framework for building frontend applications in Go! https://github.com/elliotforbes/oak #golang
GitHub
elliotforbes/oak
A Go Based WebAssembly framework for building frontend applications in Go! - elliotforbes/oak
I am looking for technical reviews of my #golang book. If you are interested, I have written a detailed blog post a… https://twitter.com/i/web/status/1058916551280099328
Twitter
Baiju Muthukadan
I am looking for technical reviews of my #golang book. If you are interested, I have written a detailed blog post about it. https://t.co/6DqSRjU4Zi
A distributed network that creates forum–like, anonymous and encrypted public spaces for its users.
#golang
https://github.com/nehbit/aether
#golang
https://github.com/nehbit/aether
GitHub
GitHub - aethereans/aether-app: Aether client app with bundled front-end and P2P back-end
Aether client app with bundled front-end and P2P back-end - GitHub - aethereans/aether-app: Aether client app with bundled front-end and P2P back-end
I wrote a blog post "uAdmin the #Golang Web Framwork #2 Managing Your Models"
https://medium.com/@twistedhardware/uadmin-the-golang-web-framwork-2-managing-your-models-22699db7dc92
https://medium.com/@twistedhardware/uadmin-the-golang-web-framwork-2-managing-your-models-22699db7dc92
Medium
uAdmin the Golang Web Framwork #2 Managing Your Models
In part one of this tutorial, I cheated to make my blog post shorter by putting my model inside main.go which is not a good idea. Think…
Hiring: #Go Developer (1+ years enterprise experience) at 24Metrics GmbH in #Berlin 🇩🇪 #golang #golangjob #linux… https://twitter.com/i/web/status/1059116568712495104
Twitter
golangprojects
Hiring: #Go Developer (1+ years enterprise experience) at 24Metrics GmbH in #Berlin 🇩🇪 #golang #golangjob #linux #gcp #react #kubernetes https://t.co/yk4ekqy2L6
5th Episode of #GoAfterDark. In this episode we start looking at 3D rendering in #golang. We will start with the v… https://twitter.com/i/web/status/1059063151591866368
Twitter
ΚLΛUS ΡΟST
5th Episode of #GoAfterDark. In this episode we start looking at 3D rendering in #golang. We will start with the very basics and end up rendering animated 3D dots in software. Watch it at: https://t.co/gAPiBnVPAp
Hey, check out Luna.
Luna - Handle websocket requests and events like rest api endpoints
https://github.com/adigunhammedolalekan/luna… https://twitter.com/i/web/status/1059002303309639680
Luna - Handle websocket requests and events like rest api endpoints
https://github.com/adigunhammedolalekan/luna… https://twitter.com/i/web/status/1059002303309639680
GitHub
adigunhammedolalekan/luna
Websocket over REST API - Handle websocket connections and events like rest api endpoints - adigunhammedolalekan/luna
Helm from the basics to the advanced - an intro and best practices guide based on our extensive experience with… https://twitter.com/i/web/status/1059458389946839041
Twitter
Banzai Cloud
Helm from the basics to the advanced - an intro and best practices guide based on our extensive experience with @HelmPack https://t.co/sH5udKCGbt #kubernetes #helm #golang
v0.1 of my #Golang random map generation library, dngn, is now out!
https://github.com/SolarLune/dngn
#gamedev #indie… https://twitter.com/i/web/status/1059283490162716672
https://github.com/SolarLune/dngn
#gamedev #indie… https://twitter.com/i/web/status/1059283490162716672
GitHub
GitHub - SolarLune/dngn: A Golang library for random map generation for games.
A Golang library for random map generation for games. - SolarLune/dngn
Useful #golang fact № 220. You have to use pointer receivers for methods on structs that contain Waitgroups or Mute… https://twitter.com/i/web/status/1059353702912442369
Twitter
Stefan Nilsson
Useful #golang fact № 220. You have to use pointer receivers for methods on structs that contain Waitgroups or Mutexes (they musn’t be copied after first use). https://t.co/5qiQq1wUm7
Our #opensource project Zap offers blazing fast, structured, leveled logging in #Golang. https://ubere.ng/2PKDi0Z
GitHub
uber-go/zap
Blazing fast, structured, leveled logging in Go. Contribute to uber-go/zap development by creating an account on GitHub.
Our #opensource project Zap offers blazing fast, structured, leveled logging in #Golang. https://ubere.ng/2PKDi0Z
GitHub
uber-go/zap
Blazing fast, structured, leveled logging in Go. Contribute to uber-go/zap development by creating an account on GitHub.