Explore

practices × People ×
  • First Come First Served: The Impact of File Position on Code Review

    Abstract: The most popular code review tools (e.g., Gerrit and GitHub) present the files to review...

  • screenshot

    Mastering Observability: How We Solved a Major Bug in Just 15 Minutes

    Today I've got a story of how Observability really saves time! Our Observability improvements enabled us...

  • What makes a great technical blog | notes.eatonphil.com

    I want to explain why the blogs in My favorite technical blogs are my favorite. That...

  • screenshot

    LXer: Best Practices and Strategic Insights to Dockerizing Your Linux Applications

    Published at LXer: This guide delves deep into the world of Dockerizing applications on Linux, covering...

  • Enforcing conventions in Django projects with introspection

    Naming conventions can make a big difference to maintenance issues in software projects. This post is...

  • screenshot

    Recompiling ffmpeg best practices?

    I've been trying to run AlienBOB's ffmpeg6 script on Slackware 15 Stable, and I've been running...

  • Which Build Tool For A Bootstrappable Project? | Blog | jackkelly.name

    I have a nascent side project which is intended to participate in a bootstrap chain. This...

  • screenshot

    The remoteness of remote work - Zerodha Tech Blog

    TL;DR Like numerous other orgs, we transitioned (actually, flipped overnight) to being fully remote during the...

  • screenshot

    Engineering a culture / Oxide

    We ran into an interesting issue recently. On the one hand, it was routine: we had...

  • Decision logs

    Let's say you need to choose some technology for your project, or you already have problems...

  • Cross-referencing code & specs for maintainability

    You’re implementing a network protocol. You read the specs, make a mental model and a design...