Docker for Web Developers: Getting Started with the Basics

  • Post author:
  • Post category:Web Runtime

Docker is known worldwide as a popular application containerization platform. But it also has a lesser-known and intriguing alter ego. It’s a popular go-to platform among web developers for its speed, flexibility, broad user base, and collaborative capabilities.  Docker has been growing as a modern solution that brings innovation to…

Continue ReadingDocker for Web Developers: Getting Started with the Basics

What’s in an (Alias) Name?

  • Post author:
  • Post category:Web Runtime

The Go Blog What's in an (Alias) Name? Robert Griesemer 17 September 2024 This post is about generic alias types, what they are, and why we need them. Background Go was designed for programming at scale. Programming at scale means dealing with large amounts of data, but also large codebases,…

Continue ReadingWhat’s in an (Alias) Name?