No Frills, Just Go: Standard Library Only Web Apps
Exploring how to build web applications in Go using only the standard library, without any external packages or dependencies.
Exploring how to build web applications in Go using only the standard library, without any external packages or dependencies.
Exploring Go middleware, request context, and database usage with the standard library, continuing a series on building web apps.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
A developer details debugging and fixing memory exhaustion bugs in their Golang file-sharing web app, PicoShare, using profiling tools.
A student requests help finding a Summer 2020 software engineering internship, sharing their skills and preferences for small teams or specific tech sectors.
A software engineering intern shares key lessons learned during their summer internship at ASAPP, including project management and teamwork.
A guide on efficiently checking for key existence in Go maps using the empty struct for minimal memory overhead.
Introducing Revive, a fast and extensible linter for Go that improves upon golint with configuration, custom rules, and better performance.