Tag: golang
All the articles with the tag "golang".
The Ultimate Guide to Go for Spring Developers
Published: at 12:00 PMA concern-by-concern translation guide for Spring Boot developers learning Go — the same production order service built twice, mapping DI, REST, validation, JPA, Flyway, OAuth2, Kafka, scheduling, configuration, and observability to their idiomatic Go equivalents.
Calling C from Python, Java, Rust, and Go
Published: at 12:00 PMOne tiny C library, four languages, the same set of calls. A from-scratch guide to foreign function interfaces — what's actually happening when your language reaches into C, and the best practices for doing it in Python, Java, Rust, and Go.
GraalVM Native Spring Boot vs Go — Build, Boot, and Benchmark
Published: at 12:00 PMA head-to-head comparison of GraalVM native Spring Boot 4 and Go, build time, startup time, and runtime throughput on a real HTTP + Kafka workload.