https://hashnode.com/posts/building-the-go-engineer-teaching-go-as-a-software-engineering-discipline/69fb2f8750ecad45331fa021
Discussion on "Building The Go Engineer: Teaching Go as a Software Engineering Discipline" |...
go engineersoftware engineeringdiscussionbuildingteaching
https://mortenvistisen.com/
Morten Vistisen — Go Engineer, Freelancer & Bootstrapper
I'm Morten, a software engineer from Denmark living in Spain. I write a lot of Golang while trying to build online businesses.
go engineermortenfreelancerbootstrapper
https://hashnode.com/posts/building-the-go-engineer-teaching-go-as-a-software-engineering-discipline/69fb2f8750ecad45331fa021/comment/69fc310d3d9a9c10196d12ad
Comment by Marcelloh on "Building The Go Engineer: Teaching Go as a Software Engineering...
It is an interesting read. If I have time, I will look at the code.
go engineercommentbuildingteachingsoftware
https://www.remotehiro.com/jobs/senior-go-engineer-5
On-site Senior Go Engineer (Starting €90K) at MiLaboratories| RemoteHiro
senior goengineer startingsiteremotehiro
https://muzz.com/us/en/careers/go-engineer/
Go Engineer - Muzz | Muzz
Come and join our backend team and design, build and support APIs that are requested tens of millions of times per day.
go engineermuzz
https://mrz1818.com/
MrZ - Go Engineer, Multi-Chain Architect & AI Innovator | Austin Rappaport
go engineermulti chainmrzarchitectinnovator
https://www.creativenucleus.com/
creativenucleus - Startup engineer, Creative Technologist - PHP, Node.js, Go; Newcastle, UK
engineer creativenode jsstartuptechnologistphp
https://www.jvt.me/posts/2023/05/02/serve-http-directory-go/
Serving the current directory over HTTP with Go · Jamie Tanna | Software Engineer
How to use Go's standard library to serve the current directory over HTTP.
jamie tanna softwarecurrent directoryservinghttpgo
https://www.jvt.me/posts/2023/08/31/go-list-module-versions/
What Go versions are my modules and dependencies targeting? · Jamie Tanna | Software Engineer
Without using `go mod vendor`, how you can look at the version of Go that each of your modules and dependencies target.
jamie tanna softwaregoversionsmodulesdependencies
https://www.jvt.me/posts/2025/04/24/go-testable-example-diff/
Rendering diffs for Go's testable examples · Jamie Tanna | Software Engineer
A somewhat hacky solution for providing rich diffs for expected-vs-actual comparisons for testable examples in Go.
jamie tanna softwarerenderingdiffsgotestable
https://www.jvt.me/posts/2023/10/28/private-gitlab-subgroup-go/
Getting Go modules to work with nested GitLab groups · Jamie Tanna | Software Engineer
How to get Go modules to work with nested groups in GitLab for public or private repos.
jamie tanna softwarego modulesgettingworknested
https://www.mickaelvieira.com/
Home - Mickaël Vieira - Software Engineer #go #javascript #python #rust
Mickaël Vieira - Software Engineer #go #javascript #python #rust
software engineervieiragojavascriptpython
https://k8s-security.com/
Simon Bäumer - Kubernetes Security Specialist & Go Engineer
security specialistsimonkubernetesgoengineer
https://www.jvt.me/posts/2022/04/12/buffer-array-to-string-go/
Converting a Byte Array to String from a Node.JS `Buffer`, in Go · Jamie Tanna | Software Engineer
How to convert an array of bytes to a string using Go.
jamie tanna softwarebyte arraynode jsconvertingstring
https://crypto.jobs/jobs/senior-fullstack-developer-go-react-blockchain-engineer-trading-infrastructure-at-10arx
Senior Fullstack Developer (Go + React) / Blockchain Engineer - Trading Infrastructure at 10arx |...
Senior Fullstack Developer (Go + React) / Blockchain Engineer - Trading Infrastructure at 10arx. О проекте ▫️10arx — AI-нативный торговый терминал для...
senior fullstack developerblockchain engineertrading infrastructuregoreact
https://www.jvt.me/posts/2024/08/08/go-time-openapi/
I'm on Go Time! · Jamie Tanna | Software Engineer
Announcing my first podcast appearance on Go Time, talking about OpenAPI, `oapi-codegen`, versioning, and some fun Unpopular Opinions.
jamie tanna softwarego timeengineer
https://www.thesimplifiedtech.com/
The Fastest Way to Go From Developer to AI Engineer | TheSimplifiedTech
No videos. Learn cloud engineering by doing. Interactive text lessons, in-browser terminal labs, and 68 real-world scenarios. Structured career paths for AWS,...
fastest waydeveloper aigoengineer
https://moosamuhyuddin.com/
Moosa MuhyUdDin – Software Engineer helping businesses go digital by creating beautiful websites.
software engineerhelping businessesgo digitalcreating beautifulmoosa
https://www.cloudp99.com/
Sergey Prokhorov | Platform Engineer, Cloud Architect, Go Developer
platform engineercloud architectsergeygodeveloper
https://www.jvt.me/posts/2022/02/28/go-segfault-http-newline/
Gotcha: Segfault when HTTP headers include newlines with Go · Jamie Tanna | Software Engineer
Why you may be receiving a segfault when using `http.Client` with HTTTP headers that include newlines.
jamie tanna softwarehttp headersgotchaincludeengineer
https://www.jvt.me/posts/2022/02/21/go-stdin/
Reading all of `stdin` on the command-line with Go · Jamie Tanna | Software Engineer
How to read the whole of `stdin`, up to EOF, with Go.
jamie tanna softwarecommand linereadinggoengineer
https://www.jvt.me/posts/2022/06/22/go-stub-http-client/
Stubbing out the Go `http.Client` to test an HTTP `HandlerFunc` · Jamie Tanna | Software Engineer
How to write a unit test to validate your router's HTTP handlers work, by stubbing out the `http.Client` implementation.
jamie tanna softwarehttp clientgotestengineer
https://jobs.ashbyhq.com/sentilink/6f1933aa-fb99-4393-9beb-8832ca9daa1e
Go-To-Market (GTM) Engineer @ SentiLink
SentiLink https://www.sentilink.com/ provides innovative identity and risk solutions, empowering institutions and individuals to transaction with confidence....
gomarketgtmengineer
https://www.jvt.me/posts/2022/03/22/go-argf-read/
Providing a basic implementation of Ruby's `ARGF.read` in Go · Jamie Tanna | Software Engineer
Creating a Go helper method to read from `stdin` or a file, inspired by Ruby's `ARGF.read` method.
jamie tanna softwareprovidingbasicimplementationruby
https://www.jvt.me/posts/2023/06/19/go-install-from-mod/
Using `go.mod` versions to `go install` a binary · Jamie Tanna | Software Engineer
How to use `go install` to install a binary from the version tracked in `go.mod`.
jamie tanna softwareusing gomodversionsinstall
https://www.jvt.me/posts/2022/08/30/gotcha-go-example-comment/
Gotcha: testable examples in Go need an `output` comment · Jamie Tanna | Software Engineer
Beware that your Go `Example` tests may not actually be running.
jamie tanna softwaregotchatestableexamplesneed
https://www.jvt.me/posts/2022/08/05/content-negotiation-go/
Releasing a Go library for content-type negotiation · Jamie Tanna | Software Engineer
Introducing a new Go library for performing server-driven content negotiation.
jamie tanna softwarecontent typereleasinggolibrary
https://robertasrudys.com/
Robertas Rudys | Senior Backend Engineer (.NET + Go)
Senior Backend Engineer with .NET depth and Go ramp-up. Focused on full-time engineering roles, system stabilization, and reliable delivery.
senior backend engineergo
https://mrahman.xyz/
Masudur Rahman - Senior Software Engineer (DevOps) · Pathao Ltd (Fintech Engineering) | Go ·...
Portfolio website of Masudur Rahman
senior software engineerrahmandevopsltdfintech