🎉 Go 1.25.2 and 1.24.8 are released! 📢 Announcement: groups.google.com/g/golang-annou… ⬇️ Download: go.dev/dl/#go1.25.2 #golang

golang's tweet image. 🎉 Go 1.25.2 and 1.24.8 are released!

📢 Announcement: groups.google.com/g/golang-annou…

⬇️ Download: go.dev/dl/#go1.25.2

#golang

🎉 Welcome @pipeopshq as Community Sponsor for #GopherConAfrica2025 PipeOps helps you deploy apps in minutes by automating complex DevOps workflows—from code to cloud effortlessly. Check them out: pipeops.io Tickets: gophers.africa/#tickets #Golang

gophers_africa's tweet image. 🎉 Welcome @pipeopshq  as Community Sponsor for #GopherConAfrica2025

PipeOps helps you deploy apps in minutes by automating complex DevOps workflows—from code to cloud effortlessly.

Check them out: pipeops.io
Tickets: gophers.africa/#tickets
#Golang

October 24–25 is gonna be 🔥 I’m finally attending GopherCon Africa 2025 in Lagos (Gbagada)! 🇳🇬 Been waiting since last year when it was in Kenya — this time I’m going as a volunteer 🦦 #GopherConAfrica #Golang @gophers_africa

obadafidi_dada's tweet image. October 24–25 is gonna be 🔥
I’m finally attending GopherCon Africa 2025 in Lagos (Gbagada)! 🇳🇬
Been waiting since last year when it was in Kenya — this time I’m going as a volunteer 🦦

#GopherConAfrica #Golang @gophers_africa

Thanks to all who came to watch me talk about colors, images and gifs! I really can't wait to see your artistic creations with Go! #golang 😍 Here is the link to the slides: mcaci.github.io/golab25-Colors… 🌟 and the code that produced them (+ images and gifs): github.com/mcaci/golab25-…

goMicheleCaci's tweet image. Thanks to all who came to watch me talk about  colors, images and gifs! I really can't wait to see your artistic creations with Go! #golang 😍

Here is the link to the slides: mcaci.github.io/golab25-Colors… 🌟
and the code that produced them (+ images and gifs): github.com/mcaci/golab25-…

Nice keynote from @danicat83 at @golab_conf talking about the present and the future of development in the AI era. If you want to understand better how it looks like the future of software development from someone that is ahead of the curve, take a look. #golab2025 #golang

jespinog's tweet image. Nice keynote from @danicat83 at @golab_conf talking about the present and the future of development in the AI era. If you want to understand better how it looks like the future of software development from someone that is ahead of the curve, take a look. #golab2025 #golang

First messages working! Building a binary protocol library for the P2P file transfer system. Got PING/PONG working with concurrent request handling. It's just two message types so far, but the foundation is solid. #BuildInPublic #Golang


In Go, ExampleXxx functions double as docs & tests. ✅ Tests verify code is working by comparing the output. 📖 godocs embed runnable examples, making it easier for devs to get started. #golang #testing

joncalhoun's tweet image. In Go, ExampleXxx functions double as docs & tests. 

✅ Tests verify code is working by comparing the output.
📖 godocs embed runnable examples, making it easier for devs to get started.

#golang #testing
joncalhoun's tweet image. In Go, ExampleXxx functions double as docs & tests. 

✅ Tests verify code is working by comparing the output.
📖 godocs embed runnable examples, making it easier for devs to get started.

#golang #testing
joncalhoun's tweet image. In Go, ExampleXxx functions double as docs & tests. 

✅ Tests verify code is working by comparing the output.
📖 godocs embed runnable examples, making it easier for devs to get started.

#golang #testing

Day 31✔️ Project: - Worked on 2FA using go lang #100DaysOfCode #2FA #golang #project


Did you know that Go's encoding/json package isn't case-sensitive when parsing JSON keys? This is one of the defaults proposed to change in Go's new json/v2 package. #golang #json

joncalhoun's tweet image. Did you know that Go's encoding/json package isn't case-sensitive when parsing JSON keys? 

This is one of the defaults proposed to change in Go's new json/v2 package.

#golang #json

What’s really happening in your goroutines? @goinggodotnet live-codes with Go’s trace tooling to explore concurrency and performance like never before. 🧵 Go’s Trace Tooling and Concurrency #golang #golab2025

golab_conf's tweet image. What’s really happening in your goroutines?
@goinggodotnet live-codes with Go’s trace tooling to explore concurrency and performance like never before.
🧵 Go’s Trace Tooling and Concurrency
#golang #golab2025

Day 2 learning Go 🦫 by solving the Two Sum problem on LeetCode 💻✨ Loving Go’s simplicity! ⚡💚 #Golang #LearnInPublic #100DaysOfCode 🤓 Tried both Brute Force and HashMap optimized solutions 🧠🔍 👇💡 Check out the results and runtime comparison below 📊📸

M_S_o_up's tweet image. Day 2 learning Go 🦫 by solving the Two Sum problem on LeetCode 💻✨
Loving Go’s simplicity! ⚡💚
#Golang #LearnInPublic #100DaysOfCode
🤓 Tried both Brute Force and HashMap optimized solutions 🧠🔍

👇💡 Check out the results and runtime comparison below 📊📸
M_S_o_up's tweet image. Day 2 learning Go 🦫 by solving the Two Sum problem on LeetCode 💻✨
Loving Go’s simplicity! ⚡💚
#Golang #LearnInPublic #100DaysOfCode
🤓 Tried both Brute Force and HashMap optimized solutions 🧠🔍

👇💡 Check out the results and runtime comparison below 📊📸

SSH tunnels made simple: Launch and monitor SSH tunnels from a single YAML config and your existing OpenSSH setup. #golang github.com/strandnerd/tunn

golangch's tweet image. SSH tunnels made simple: Launch and monitor SSH tunnels from a single YAML config and your existing OpenSSH setup.
#golang

github.com/strandnerd/tunn

⚡️ Go Tip: If you’re inserting thousands of records one-by-one into Postgres then you’re doing it wrong 😅 Batch them. ✅ Use COPY for bulk ✅ Or batched INSERTs inside a single tx Result: 10x faster writes & happier DB 🐘 #Golang #PostgreSQL @postgres @golang @golangch @MySQL

piyushverma013's tweet image. ⚡️ Go Tip:
If you’re inserting thousands of records one-by-one into Postgres then you’re doing it wrong 😅
Batch them.
✅ Use COPY for bulk
✅ Or batched INSERTs inside a single tx
Result: 10x faster writes & happier DB 🐘 #Golang #PostgreSQL @postgres @golang @golangch @MySQL

Decided to try out golang I've already been building with Python & TypeScript now, and i'm curious to see what i can do with Go. If you're also interested, you can check out my repo and follow along Repo: github.com/wavedidwhat/go… #golang #buildinpublic #backenddev @golang

wavedidwhat's tweet image. Decided to try out golang
I've already been building with Python & TypeScript now, and i'm curious to see what i can do with Go.
 
If you're also interested, you can check out my repo and follow along
Repo: github.com/wavedidwhat/go…

#golang #buildinpublic #backenddev
@golang

🦫 Day 1 building Insightly — an AI-assisted notes app! Set up Go + Gin with a clean project layout, versioned routes (/api/v1/notes), and dotenv config. Starting small and building for scale. #Golang #Backend #LearnInPublic

M_S_o_up's tweet image. 🦫 Day 1 building Insightly — an AI-assisted notes app!
Set up Go + Gin with a clean project layout, versioned routes (/api/v1/notes), and dotenv config.
Starting small and building for scale. #Golang #Backend #LearnInPublic
M_S_o_up's tweet image. 🦫 Day 1 building Insightly — an AI-assisted notes app!
Set up Go + Gin with a clean project layout, versioned routes (/api/v1/notes), and dotenv config.
Starting small and building for scale. #Golang #Backend #LearnInPublic
M_S_o_up's tweet image. 🦫 Day 1 building Insightly — an AI-assisted notes app!
Set up Go + Gin with a clean project layout, versioned routes (/api/v1/notes), and dotenv config.
Starting small and building for scale. #Golang #Backend #LearnInPublic

Google is searching for: Software Engineer III, Dataform in #Warsaw 🇵🇱 golangprojects.com/golang-go-job-… #golang #scala #go


Day 31✔️ Project: - Worked on 2FA using go lang #100DaysOfCode #2FA #golang #project


#golang features I actually used last 3 months: goroutines + select for SSE/RAG fan-out context for cancel/deadline sync: WaitGroup, RWMutex, atomic.Bool generics for typed tool runners interfaces + embedding for DI net stack: net/http, gRPC, timeouts, retries, exp backoff pprof

C++ features I used at my Bloomberg job in the last 3 months: Lambdas HOFs std::variant std::visit std::optional std::string_view std::ranges std::shared_ptr std::unique_ptr constexpr constinit consteval auto decltype decltype(auto) Template Metaprogramming Concepts Forwarding…

ChShersh's tweet image. C++ features I used at my Bloomberg job in the last 3 months:

Lambdas
HOFs
std::variant
std::visit
std::optional
std::string_view
std::ranges
std::shared_ptr
std::unique_ptr
constexpr
constinit
consteval
auto
decltype
decltype(auto)
Template Metaprogramming
Concepts
Forwarding…


⚡️ Concurrencia en Go: Para tareas no bloqueantes, usa go antes de tu función. ¡Tan fácil como eso! 🚀 La velocidad de Go se basa en esto. ¿Qué concurrencia has logrado hoy? #Golang #GoDev #Concurrency


Routine is it's own currency GoRoutine is it's own concurrency #golang #dadjoke #humor


🚀 LaunchDarkly hires Staff Engineer – Distributed Systems (Remote) to build its global edge network delivering sub‑10 ms feature‑flag updates. Tech: Go, Rust, AWS/GCP, Redis, Kafka, Varnish, CDN. Salary $209k‑$287k. #DistributedSystems #GoLang aihackerjobs.com/company/launch…


TIL: For #Golang programs built with the official standard toolchain, the minimum stack size is 8KiB on Windows platform, instead of the well-known 2KiB (which is the minimum stack size on other platforms).


Follow us on Bluesky to make sure you don't miss the latest #golang #jobs: bsky.app/profile/golang…


Day 2 learning Go 🦫 by solving the Two Sum problem on LeetCode 💻✨ Loving Go’s simplicity! ⚡💚 #Golang #LearnInPublic #100DaysOfCode 🤓 Tried both Brute Force and HashMap optimized solutions 🧠🔍 👇💡 Check out the results and runtime comparison below 📊📸

M_S_o_up's tweet image. Day 2 learning Go 🦫 by solving the Two Sum problem on LeetCode 💻✨
Loving Go’s simplicity! ⚡💚
#Golang #LearnInPublic #100DaysOfCode
🤓 Tried both Brute Force and HashMap optimized solutions 🧠🔍

👇💡 Check out the results and runtime comparison below 📊📸
M_S_o_up's tweet image. Day 2 learning Go 🦫 by solving the Two Sum problem on LeetCode 💻✨
Loving Go’s simplicity! ⚡💚
#Golang #LearnInPublic #100DaysOfCode
🤓 Tried both Brute Force and HashMap optimized solutions 🧠🔍

👇💡 Check out the results and runtime comparison below 📊📸

🔒 Protect sensitive info with ease using Golang! Whether you’re handling contracts, reports, or records, PDF redaction makes it simple to permanently hide private details. 👉 Read more: eu1.hubs.ly/H0nhms90 👉 Free trial: eu1.hubs.ly/H0nhhZl0 #Golang #PDFSecurity

UniDocLib's tweet image. 🔒 Protect sensitive info with ease using Golang! 

Whether you’re handling contracts, reports, or records, PDF redaction makes it simple to permanently hide private details.

👉 Read more: eu1.hubs.ly/H0nhms90

👉 Free trial: eu1.hubs.ly/H0nhhZl0

#Golang #PDFSecurity

I want to start my Go Lang journey any advice for me #golang #BackEndDeveloper #fullstackdev


🎉 Welcome @pipeopshq as Community Sponsor for #GopherConAfrica2025 PipeOps helps you deploy apps in minutes by automating complex DevOps workflows—from code to cloud effortlessly. Check them out: pipeops.io Tickets: gophers.africa/#tickets #Golang

gophers_africa's tweet image. 🎉 Welcome @pipeopshq  as Community Sponsor for #GopherConAfrica2025

PipeOps helps you deploy apps in minutes by automating complex DevOps workflows—from code to cloud effortlessly.

Check them out: pipeops.io
Tickets: gophers.africa/#tickets
#Golang

My very niche article is out on InfoQ: Go Channels: Understanding Happens-Before for Safe Concurrency infoq.com/articles/go-ch… #golang #concurrency #programming


💻 Day 77 of my 90 Days GoLang Challenge Topic: Logging ✅Use the log package: log.Println, log.Fatalf, etc. ✅Logging = essential for debugging, monitoring & stable apps 💻Github Link - github.com/surajprojects/… 📺Watch here - youtube.com/shorts/-Bhe76b… #GoLang #tigerxinsights

tigerxinsights's tweet card. Logging in GoLang 😎 | Day 77 of 90 Days Challenge 💻

youtube.com

YouTube

Logging in GoLang 😎 | Day 77 of 90 Days Challenge 💻


🤯 Go 1.25.1 and 1.24.7 are released! 🔐 Security: Includes a security fix for net/http (CVE-2025-47910). 📣 Announcement: groups.google.com/g/golang-annou… ⬇️ Download: go.dev/dl/#go1.25.1 #golang

golang's tweet image. 🤯 Go 1.25.1 and 1.24.7 are released!

🔐 Security: Includes a security fix for net/http (CVE-2025-47910).

📣 Announcement: groups.google.com/g/golang-annou…

⬇️ Download: go.dev/dl/#go1.25.1

#golang

A high-performance image transformation service built in Go, providing a URL-based API for real-time image processing. An open-source alternative to Cloudflare Images and ImageKit. #golang github.com/kritihq/kriti-…

golangch's tweet image. A high-performance image transformation service built in Go, providing a URL-based API for real-time image processing. An open-source alternative to Cloudflare Images and ImageKit.
#golang

github.com/kritihq/kriti-…

October 24–25 is gonna be 🔥 I’m finally attending GopherCon Africa 2025 in Lagos (Gbagada)! 🇳🇬 Been waiting since last year when it was in Kenya — this time I’m going as a volunteer 🦦 #GopherConAfrica #Golang @gophers_africa

obadafidi_dada's tweet image. October 24–25 is gonna be 🔥
I’m finally attending GopherCon Africa 2025 in Lagos (Gbagada)! 🇳🇬
Been waiting since last year when it was in Kenya — this time I’m going as a volunteer 🦦

#GopherConAfrica #Golang @gophers_africa

A Go library for creating rich text tables in ASCII, Unicode, Markdown, HTML, and colorized terminals. Ideal for CLI tools, logs, and web apps. #golang github.com/olekukonko/tab…

golangch's tweet image. A Go library for creating rich text tables in ASCII, Unicode, Markdown, HTML, and colorized terminals. Ideal for CLI tools, logs, and web apps.
#golang

github.com/olekukonko/tab…

A library for building resilient, fault tolerant Go applications. It works by wrapping functions with one or more resilience policies, which can be combined and composed as needed. #golang github.com/failsafe-go/fa…

golangch's tweet image. A library for building resilient, fault tolerant Go applications. It works by wrapping functions with one or more resilience policies, which can be combined and composed as needed.
#golang

github.com/failsafe-go/fa…

A robust, dependency-free go library that provides simple, thin, and user-friendly pub-sub kind of in-process event system for your Go applications #golang github.com/maniartech/sig…

golangch's tweet image. A robust, dependency-free go library that provides simple, thin, and user-friendly pub-sub kind of in-process event system for your Go applications
#golang

github.com/maniartech/sig…

A cross platform 2D/3D graphics runtime for Go suitable for building native mobile apps, gdextensions, multimedia applications, games and more #golang github.com/quaadgras/grap…

golangch's tweet image. A cross platform 2D/3D graphics runtime for Go suitable for building native mobile apps, gdextensions, multimedia applications, games and more
#golang

github.com/quaadgras/grap…

A Go-based task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make #golang github.com/go-task/task

golangch's tweet image. A Go-based task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make
#golang

github.com/go-task/task

Heh, I just recreated my old #golang #Ethereum log styling in #Grafana for #Cloudflare workers 🥰

peter_szilagyi's tweet image. Heh, I just recreated my old #golang #Ethereum log styling in #Grafana for #Cloudflare workers 🥰

A language-specific tool that provides holistic repository context and helps developers build and maintain Go projects using LLMs #golang github.com/piqoni/vogte/

golangch's tweet image. A language-specific tool that provides holistic repository context and helps developers build and maintain Go projects using LLMs
#golang

github.com/piqoni/vogte/

👏 Thanks to Raphael Amorim for “Unchaining Charm: Making Developer Tools Speak Every Language”. Great insights into building tools that feel native across ecosystems! #golang #golab2025

golab_conf's tweet image. 👏 Thanks to Raphael Amorim for “Unchaining Charm: Making Developer Tools Speak Every Language”. Great insights into building tools that feel native across ecosystems!
#golang #golab2025
golab_conf's tweet image. 👏 Thanks to Raphael Amorim for “Unchaining Charm: Making Developer Tools Speak Every Language”. Great insights into building tools that feel native across ecosystems!
#golang #golab2025
golab_conf's tweet image. 👏 Thanks to Raphael Amorim for “Unchaining Charm: Making Developer Tools Speak Every Language”. Great insights into building tools that feel native across ecosystems!
#golang #golab2025
golab_conf's tweet image. 👏 Thanks to Raphael Amorim for “Unchaining Charm: Making Developer Tools Speak Every Language”. Great insights into building tools that feel native across ecosystems!
#golang #golab2025

🎉 Go 1.25.2 and 1.24.8 are released! 📢 Announcement: groups.google.com/g/golang-annou… ⬇️ Download: go.dev/dl/#go1.25.2 #golang

golang's tweet image. 🎉 Go 1.25.2 and 1.24.8 are released!

📢 Announcement: groups.google.com/g/golang-annou…

⬇️ Download: go.dev/dl/#go1.25.2

#golang

Another great @golab_conf this year! I'm just sad to go back home without the iconic free t-shirt of the past years... #golang

ejfhp's tweet image. Another great @golab_conf this year! 

I'm just sad to go back home without the iconic free t-shirt of the past years... 

#golang

SSH tunnels made simple: Launch and monitor SSH tunnels from a single YAML config and your existing OpenSSH setup. #golang github.com/strandnerd/tunn

golangch's tweet image. SSH tunnels made simple: Launch and monitor SSH tunnels from a single YAML config and your existing OpenSSH setup.
#golang

github.com/strandnerd/tunn

Thanks to all who came to watch me talk about colors, images and gifs! I really can't wait to see your artistic creations with Go! #golang 😍 Here is the link to the slides: mcaci.github.io/golab25-Colors… 🌟 and the code that produced them (+ images and gifs): github.com/mcaci/golab25-…

goMicheleCaci's tweet image. Thanks to all who came to watch me talk about  colors, images and gifs! I really can't wait to see your artistic creations with Go! #golang 😍

Here is the link to the slides: mcaci.github.io/golab25-Colors… 🌟
and the code that produced them (+ images and gifs): github.com/mcaci/golab25-…

Loading...

Something went wrong.


Something went wrong.


United States Trends