Golang Jobs
golang.jobs
Golang Jobs
@golang.jobs
🌟 A job board focused on making Golang jobs accessible.
💎 https://golang.jobs
No, Go does not support enums by default, but there are ways to go about implementing type-safe enums. Have a look at the following article:

"Safer Enums in Go" - Miłosz Smółka

https://buff.ly/2YKusq4 #go #golang
January 28, 2025 at 8:35 AM
CockroachDB, Dgraph, immudb, and rqlite, well-known databases built from scratch in Go.

Just in case you ever decide to roll-your-own database, James Smith has got you covered with "Build Your Own Database From Scratch in Go".

#golang #database #databaseengineering
Build Your Own Database From Scratch in Go | Build Your Own Database From Scratch in Go
Build Your Own Database From Scratch in Go - From B+Tree To SQL
buff.ly
January 13, 2025 at 2:30 PM
Let's write a database driver in Go, from scratch. Shall we?

"Writing a SQL database from scratch in Go: 4. a database/sql driver" - @eatonphil.bsky.social

https://buff.ly/4gPYV94 #golang
Writing a SQL database from scratch in Go: 4. a database/sql driver | notes.eatonphil.com
Writing a SQL database from scratch in Go: 4. a database/sql driver
buff.ly
January 12, 2025 at 8:35 AM
Gophers trying to learn, relearn or brush up on their existing knowledge of Kubernetes, I present to you: "Fast Kubernetes".

A repository with more than exercises for you to get comfortable with Kubernetes.

https://buff.ly/4h4mHy8 #k8s #kubernetes #golang #cloudnative #cloudcomputing #devops
GitHub - omerbsezer/Fast-Kubernetes: This repo covers Kubernetes with LABs: Kubectl, Pod, Deployment, Service, PV, PVC, Rollout, Multicontainer, Daemonset, Taint-Toleration, Job, Ingress, Kubeadm, Helm, etc.
This repo covers Kubernetes with LABs: Kubectl, Pod, Deployment, Service, PV, PVC, Rollout, Multicontainer, Daemonset, Taint-Toleration, Job, Ingress, Kubeadm, Helm, etc. - omerbsezer/Fast-Kubernetes
buff.ly
January 7, 2025 at 8:35 AM
Reposted by Golang Jobs
Minder OSS has a number of good first issues
github.com/mindersec/mi... #GoodFirstIssue #golang #openssf
January 3, 2025 at 7:48 PM
Fellow gophers, can Postgres cover your NoSQL needs?

For most cases it surely can, but take your own conclusions from the post "Can Postgres cover your NoSQL needs?" authored by David Buchmann.

https://buff.ly/3W4xAYF #postgres #golang #softwarearchitecture #systemdesign
Can Postgres cover your NoSQL needs? · Blog · Liip
Learn more about our Custom Development service.
buff.ly
January 2, 2025 at 2:30 PM
How do you check if an executable binary compiled from Golang code is static or dynamically linked?

Do you know the side effects of using the os/user, and net packages?

"Statically compiling Go programs" --- Authored by @arp242.bsky.social #golang

www.arp242.net/static-go.ht...
Statically compiling Go programs
www.arp242.net
December 26, 2024 at 1:49 PM
Golang + Server-sent Events + HTMX = Live updates implemented in a succinct manner.

threedots.tech/post/live-we... #golang
Live website updates with Go, SSE, and htmx
Want to add live updates to your website without building a complex SPA? Learn how we implemented Server-Sent Events using Go, htmx, and Watermill in multiple projects. We break down the entire proces...
threedots.tech
December 18, 2024 at 6:27 PM