Robuta

https://dev.to/aibudaevv/building-an-ebpf-based-sip-monitor-in-go-3igk Building an eBPF-based SIP Monitor in Go - DEV Community I recently built a SIP monitoring service that uses eBPF to capture SIP traffic directly in the Linux... Tagged with go, monitoring, voip, prometheus. monitor ingo devbuildingebpfbased https://dev.to/clavinjune/create-flag-using-bitmask-and-bitwise-operator-in-go-4eo6 Create Flag Using Bitmask and Bitwise Operator in Go - DEV Community Introduction I revisit some of my college notes, and find that in my first year of... Tagged with go, beginners. bitwise operatorgo devcreateflagusing https://dev.to/inhere/lightweight-event-management-dispatch-tool-library-implemented-by-go-583p Lightweight event management, dispatch tool library implemented by Go - DEV Community event - Lightweight event management, dispatch tool library implemented by Go Support for custom... Tagged with programming, opensource, github, go. event managementtool libraryby golightweightdispatch https://go.dev/blog/pkgsite-search-redesign A new search experience on pkg.go.dev - The Go Programming Language Package search on pkg.go.dev has been updated, and you can now search for symbols! a newsearch experiencego devthe programming https://dev.to/evilcel3ri/append-data-to-json-in-go-5gbj Append data to JSON in Go - DEV Community Working on some projects, I needed to write continuous data to JSON files in Go. So as I found variou... Tagged with go, json, tutoral. go devappenddatajsoncommunity https://dev.to/taikedz/baby-steps-with-go-3ibl Baby steps with Go - DEV Community The first step is the hardest. Tagged with go, learning, devjourney. baby stepsgo devcommunity https://dev.to/oriiyx/implementing-log-rotate-in-go-2abo Implementing log rotate in Go - DEV Community Tools lumberjeack is the primary tool we will be using (optional)zerolog package... Tagged with log, go, logs. log rotatego devimplementingcommunity https://dev.to/bugfenderapp/one-year-using-go One Year Using Go - DEV Community From an internal experiment to a full-fledged startup. Here are our thoughts and experiences after using Go for one year, building Bugfender. Tagged with... one yearusing godevcommunity https://dev.to/boncheff/table-driven-unit-tests-in-go-407b Table Driven Unit Tests in Go - DEV Community Whether you have been writing code for some years, or just getting started in software engineering,... Tagged with go, testing, refactorit. table drivenunit testsgo devcommunity https://dev.to/dak425/my-second-programming-tutorial-go-concurrency-crash-course-24m0 Concurrency in Go - DEV Community My second programming tutorial on go, this time on the basics of its concurrency primitives. I... Tagged with go, tutorial, video. go devconcurrencycommunity https://dev.to/bugmagnet/codingame-another-learn-as-go-40k2 Codingame - another learn-as-you-go - DEV Community At CodinGame, our goal is to let programmers keep on improving their coding skills by solving the Wo... Tagged with todayilearned, languages, learning. as you gocodingameanotherlearndev https://dev.to/ashkamrip/concurrency-and-channels-in-go-546i Concurrency and Channels in Go - DEV Community Introduction Concurrency essentially makes a go program run faster by improving the... Tagged with career, productivity, resources. go devconcurrencychannelscommunity https://dev.to/rsiv/cloud-secrets-with-sdk-in-go-2jam Cloud Secrets with Nitric SDK in Go - DEV Community When developing applications, it's common to handle confidential data such as API keys, passwords,... Tagged with go, tutorial, cloudcomputing. go devcloudsecretsnitricsdk https://dev.to/yasaricli/getting-mongodb-id-for-go-4e05 Getting mongodb _id for go - DEV Community Get _id in a simple way. Tagged with go, mongodb. go devgettingmongodbidcommunity https://dev.to/deepsource/common-anti-patterns-in-go-fm7 Common anti-patterns in Go - DEV Community A list of anti-patterns you should avoid while writing code in Golang. Tagged with go, programming, tutorial. anti patternsgo devcommoncommunity https://dev.to/gerwert/calling-swift-from-go-5dbk Calling Swift from Go - DEV Community Both Swift and Go are modern compiled languages. They have their own typical use cases, strengths and... Tagged with go, swift, c. go devcallingswiftcommunity https://dev.to/idoshamun/my-2-cents-on-go-fjl My 2 Cents On Go - DEV Community Following my post, I decided to take on an action and learn Go. ... Tagged with go, webdev, devops. my 2 centsgo devcommunity https://dev.to/ghrabla/understanding-goroutines-and-channels-in-go-5f25 Understanding Goroutines and Channels in Go - DEV Community Concurrency is one of the biggest reasons developers choose Go. While many languages require complex... Tagged with programming, cleancode, backend. go devunderstandinggoroutineschannelscommunity https://dev.to/thomasmarcelis/building-a-replay-tested-interactive-brokers-client-in-go-c3i Building a Replay-Tested Interactive Brokers Client in Go - DEV Community I wanted an IBKR library that felt like Go and had testing I could trust. So I wrote one. Tagged with go, testing, ibkr, opensource. building ainteractive brokersgo devreplaytested https://dev.to/sourabpramanik/event-driven-services-using-kafka-surrealdb-rust-and-go-43k1 Event Driven services using Kafka, SurrealDB, Rust, and Go. - DEV Community Kafka? To understand the purpose of Kafka you need to experiment with it in various... Tagged with eventdriven, kafka, rust, go. event drivengo devservicesusingkafka https://dev.to/yanev/a-deep-dive-into-graceful-shutdown-in-go-484a A Deep Dive into Graceful Shutdown in Go - DEV Community When developing web services in Go, implementing proper shutdown handling is crucial for maintaining... Tagged with go, programming, coding. a deep divegraceful shutdowngo devcommunity https://dev.to/karanpratapsingh/understand-context-in-go-46em Understand Context in Go - DEV Community In concurrent programs, it's often necessary to preempt operations because of timeouts, cancellation,... Tagged with go. go devunderstandcontextcommunity https://dev.to/sheldonhull/filtering-results-in-go-4egh Filtering Results in Go - DEV Community Where Filtering I explored a bit on filtering objects with Go for the AWS SDK v1. Coming... Tagged with go. go devfilteringresultscommunity https://dev.to/jankaritech/demonstrating-bdd-behavior-driven-development-in-go-1eci Demonstrating BDD (Behavior-driven development) in Go - DEV Community In Demonstrating TDD (Test-driven development) in Go I've written about TDD and this time I want to... Tagged with testing, bdd, go, qa. behavior driven developmentdemonstratingbddgocommunity https://dev.to/bohdanstupak1/implementing-clean-architecture-in-go-5417 Implementing clean architecture in Go - DEV Community The holistic process of writing clean architecture API in Go. Starting from the well-tested domain, providing an API layer for it, documenting it using OpenAPI... clean architecturego devimplementingcommunity https://dev.to/codehakase/packages-in-go-4mf Packages in Go - DEV Community In this part, we look at what packages are, and how they work in Go. Tagged with go, programming. go devpackagescommunity https://dev.to/envitab/function-signatures-in-go-38ja function signatures in Go - DEV Community Functions are the foundations of software programs. APIs, and applications, are all built from... Tagged with go, functions, programming, building. go devfunctionsignaturescommunity https://dev.to/codehakase/constants-in-go-92o Constants in Go. - DEV Community In this part, we look at constants in Go, and how to use them. Tagged with go, programming. go devconstantscommunity https://dev.to/andyjessop/building-a-basic-http-server-in-go-a-step-by-step-tutorial-ma4 Building a Basic HTTP Server in Go: A Step-by-Step Tutorial - DEV Community Introduction Go (Golang) is a compiled language with a rich standard library, and is... Tagged with go, webdev, beginners, tutorial. building ahttp server https://dev.to/leapcell/go-124-released-massive-optimizations-key-upgrades-1mbn Go 1.24 Released: Massive Optimizations & Key Upgrades! - DEV Community Leapcell: The Best Serverless Platform for Golang Hosting Summary of Go 1.24 Release... Tagged with go, programming, gin. go 1key upgrades24releasedmassive https://dev.to/theredrad/udp-socket-manager-for-go-server-side-3boj UDP Socket manager for go server-side - DEV Community I'm working on a prototype online multiplayer game. As you know an online multiplayer game has a... Tagged with go, gamedev, encryption, udp. udp socketserver sidemanagergodev https://dev.to/vearutop/benchmarking-correctness-and-performance-of-go-json-schema-validators-3247 Benchmarking correctness and performance of Go JSON schema validators - DEV Community JSON schema is a popular technology to describe structured data in a programming language agnostic wa... Tagged with go, jsonschema, performance. json schemabenchmarkingcorrectnessperformance https://simonwillison.net/2024/Sep/27/some-go-web-dev-notes/ Some Go web dev notes Julia Evans on writing small, self-contained web applications in Go: In general everything about it feels like it makes projects easy to work on for 5 days,... go webdevnotes https://dev.to/andrewpillar/working-with-sql-relations-in-go-part-4-3j1 Working with SQL Relations in Go - Part 4 - DEV Community Previously, we implemented some new interfaces, and utility functions to aid in the loading and bindi... Tagged with go, sql, api. working withpart 4sqlrelationsgo https://go.dhairyashah.dev/ GO.DHAIRYASHAH.DEV - A Dub Custom Domain | Dub GO.DHAIRYASHAH.DEV is a custom domain on Dub - the modern link attribution platform for short links, conversion tracking, and affiliate programs. godevdubcustomdomain https://dev.to/crusty0gphr/understanding-synccond-in-go-synchronizing-goroutines-in-producer-consumer-scenarios-271i Understanding sync.Cond in Go: Synchronizing Goroutines in Producer-Consumer Scenarios - DEV... In concurrent programming, synchronization is key to preventing data races and ensuring threads or... Tagged with go, programming, tutorial. producer consumerunderstandingsynccondgo https://dev.to/takakd/go-safe-truncate-string-9h0 Go - Safe truncate string - DEV Community package main import ( "fmt" ) // Truncate string. func TruncateString(str string, length int)... Tagged with go. gosafetruncatestringdev https://dev.to/aaron_rose_0787cc8b4775a0/the-secret-life-of-go-error-handling-g5f The Secret Life of Go: Error Handling - DEV Community Sentinel Errors, Wrapping, and The String Trap Eleanor is a senior software engineer. Ethan is... Tagged with go, coding, programming, softwaredevelopment. the secret life oferror handlinggodevcommunity https://www.eclipse.org/lists/eclipse-dev/msg01408.html [eclipse-dev] GO from PDE for 12:15 build for 12eclipsedevgopde https://dev.to/colafanta/guide-to-go-opera-better-error-handling-in-go-but-less-boilerplate-2hf4 Effective error handling in Go with Rust-like Result and "?" - DEV Community Error handling in Go has been debated for years. Many developers appreciate the explicit and... Tagged with go, programming, functional,... error handling https://dev.to/geekyants-inc/advanced-navigation-in-flutter-web-a-deep-dive-with-gorouterpublished-false-deg Advanced Navigation in Flutter Web: A Deep Dive with go_router published: false - DEV Community Learn how to build scalable navigation in Flutter Web with go_router using ShellRoute, redirects, deep linking, URL state, and more. Tagged with flutter,... https://dev.to/aurelievache/learning-go-by-examples-introduction-448n Learning Go by examples: part 1 - Introduction & Installation - DEV Community Serie of article in order to learn Golang language by concrete applications as example. Tagged with go, beginners, tutorial. learning gopart 1examplesintroductioninstallation https://dev.to/faraazahmad/series/3167 Building a text editor in Go Series' Articles - DEV Community View Building a text editor in Go Series' Articles on DEV Community building atext editorgo seriesarticlesdev https://dev.to/vpalania/you-have-a-brilliant-product-idea-and-want-to-go-to-market-asap-can-you-do-it-1p43 You have a brilliant product idea and want to go to market ASAP. Can you do it? - DEV Community This conversation discusses the process of building a new restaurant or software solution and... https://dev.to/sinasafari/how-i-go-with-react-native-in-late-2022-44gp How I go with react native in late 2022 - DEV Community In the javascript world, there are more than a million tools and libraries for developing the... Tagged with python. how i goreact native https://www.eclipse.org/lists/cross-project-issues-dev/msg01346.html [cross-project-issues-dev] GO for Upload/rename project issuesfor uploadcrossdevgo https://dev.to/b0r/go-orchestration-patterns-27ll Go Channel Patterns - Wait For Result - DEV Community To improve my Go Programming skills and become a better Go engineer, I have recently purchased an... Tagged with go, programming, tutorial, beginners. go channelwait forpatternsresultdev https://dev.to/thecal714/grogue-a-roguelike-tutorial-in-go-part-3-1jf2 Grogue: A Roguelike Tutorial in Go (Part 3) - DEV Community Generating a Dungeon. Tagged with roguelike, go, tutorial, gamedev. part 3groguerogueliketutorialgo https://dev.to/vainkop/go-for-ai-agents-why-the-language-choice-matters-at-production-scale-1c86 Go for AI Agents: Why the Language Choice Matters at Production Scale - DEV Community Go for AI Agents: Why the Language Choice Matters at Production Scale This week Google... Tagged with go, agents, devops, ai. https://dev.to/nickytonline/rust-resources-1alb What's your go to Rust resources? - DEV Community We're getting close to the new year and I've heard from several folks in my circles that they're... Tagged with rust, discuss. what sgo torustresourcesdev https://dev.to/leapcell/mastering-go-error-handling-a-practical-guide-3411 Mastering Go Error Handling: A Practical Guide - DEV Community The error in Go is just a value, and error handling is essentially making decisions after comparing... Tagged with webdev, programming, backend, go. error handlingpractical guidemasteringgodev https://go.ajianaz.dev/ GO.AJIANAZ.DEV - A Dub Custom Domain | Dub GO.AJIANAZ.DEV is a custom domain on Dub - the modern link attribution platform for short links, conversion tracking, and affiliate programs. godevdubcustomdomain https://go.imbios.dev/ GO.IMBIOS.DEV - A Dub Custom Domain | Dub GO.IMBIOS.DEV is a custom domain on Dub - the modern link attribution platform for short links, conversion tracking, and affiliate programs. godevdubcustomdomain https://www.eclipse.org/lists/eclipse-dev/msg01412.html Re: [eclipse-dev] GO from VCM eclipsedevgovcm https://dev.to/sunnyb/why-i-didn-t-go-to-college-for-software-engineering-3dgd Why I Didn't go to College for Software Engineering - DEV Community The sounds of the keys clicked and clacked as I rushed my fingers across the laptop keyboard. I only... Tagged with career, firstyearincode, devjournal. go to college https://go.pinniped.dev/ go.pinniped.dev/ gopinnipeddev https://dev.to/antgubarev/distributed-locks-in-go-without-fix-the-app-4aj8 Distributed locks in go without changing the app - DEV Community Intro For processes that must always exist in only one instance in a distributed system,... Tagged with go, distributedsystems, lock, linux. the appdistributedlocksgowithout https://go.openpanel.dev/ GO.OPENPANEL.DEV - A Dub Custom Domain | Dub GO.OPENPANEL.DEV is a custom domain on Dub - the modern link attribution platform for short links, conversion tracking, and affiliate programs. goopenpaneldevdubcustom https://dev.to/opensite/stop-letting-ai-agents-go-rogue-on-large-codebases-the-large-scale-refactor-skill-5gc Stop Letting AI Agents Go Rogue on Large Codebases: The large-scale-refactor Skill - DEV Community A comprehensive guide to OpenSite AI's open-source skill that gives AI coding agents enterprise-grade... Tagged with ai, refactoring, devtools, opensource. https://dev.to/onurcinar/beating-tail-latency-a-guide-to-request-hedging-in-go-microservices-p81 Beating Tail Latency: A Guide to Request Hedging in Go Microservices - DEV Community In distributed systems, we often talk about "The Long Tail." You might have a service where 95% of... Tagged with go, microservices, performance,... a guide to https://dev.to/marknefedov/go-120-memory-arena-4kch Go 1.20 memory arena - DEV Community Enhancing Golang Memory Management with Memory Arenas One of the groundbreaking features... Tagged with go, performance, news. go 1memory arena20devcommunity https://www.eclipse.org/lists/eclipse-dev/msg01409.html [eclipse-dev] GO from SWT for 20021115 12:15 build 12 15eclipsedevgoswt https://dev.to/ckmtools/text-analysis-in-go-without-a-machine-learning-library-25fc Text Analysis in Go Without a Machine Learning Library - DEV Community Go's NLP ecosystem is sparse. No single package covers readability grades, sentiment, and TF-IDF keywords. Here is what the landscape looks like and one... text analysismachine learninggowithout https://dev.to/arshtechpro/wwdc-2025-go-further-with-mapkit-mapkit-javascript-a5l WWDC 2025 - Go further with MapKit & MapKit JavaScript - DEV Community The latest MapKit updates introduce powerful new capabilities that fundamentally change how we handle... Tagged with ios, swift, map, javascript. wwdc 2025go furthermapkitjavascriptdev https://dev.to/buarki/hexagonal-architectureports-and-adapters-clarifying-key-concepts-using-go-14oo Hexagonal Architecture/Ports And Adapters: Clarifying Key Concepts Using Go - DEV Community Disclaimer Before saying any words on such topic I must highlight some points: (1) The... Tagged with cleancode, programming, architecture, go. hexagonal architecture https://dev.to/joashxu/go-producer-consumer-problem-1m7c Go producer-consumer problem - DEV Community In the producer-consumer problem, a producer repeatedly generates data and writes it into a buffer.... Tagged with go, concurrency. producer consumer problemgodevcommunity https://dev.to/daholino/limit-concurrent-function-executions-using-go-channels-ceb Limit concurrent function executions using Go channels - DEV Community This article will explain how to limit concurrent function execution using Go channels. I worked on a... Tagged with go, channels. using golimitconcurrentfunctionexecutions https://reactos.org/archives/public/ros-dev/2005-May/003033.html [ros-dev] Both CMD Consoles Go Puff! rosdevcmdconsolesgo