~/ emre.cavunt_
Tag

#Software-Development

16 essays tagged #Software-Development. All tags

2026-09-20

Tomas Reimers: Code Review in the Agent Era | Compile London

Tomas Reimers on code review after agents: validation, manageable changes, shared context, and reviewing the actual output.

#AI#Software-Development#Developer-Experience
4 min
2026-09-20

Pablo Santos Luaces: How File Merges Work | Compile London

Pablo Santos Luaces session notes: two-way comparisons, three-way merges, best common ancestors, criss-cross history, and Origin performance.

#Software-Development#Developer-Experience#Tools
4 min
2026-09-20

David Gomes: Git Worktrees for Agents | Compile London

David Gomes on agent worktrees: finish setup first, track where agents work, and make cleanup part of the harness.

#AI#Developer-Experience#Software-Development
4 min
2026-09-20

Pauline Brunet: AI Deployments at Scale | Compile London

Pauline Brunet session notes: use-case selection, forward deployed engineers, production ownership, evaluations, permissions, and outcomes.

#Platform-Engineering#Developer-Experience#Software-Development
5 min
2026-09-20

Cursor Compile London: Six Talks on Working With Agents

Notes and photos from six Cursor Compile London sessions: AI deployments, worktrees, diagrams, merges, code review, and Grok Bot.

#AI#Developer-Experience#Platform-Engineering
3 min
2026-06-29

AI Tool Gateways: Sandboxing Agent Access in Kubernetes

AI agents have unlimited ambition and undefined access boundaries. You have sandboxed everything else. Here is how to sandbox your agents too.

#Security#Software-Development#Kubernetes
9 min
2026-06-22

Observing LLM Inference: The Metrics That Actually Matter

TTFT is your SLO, not throughput. Here is what to measure for LLM inference, and what Google ADK, LangChain, and LangGraph give you out of the box.

#Observability#Software-Development#Platform-Engineering
8 min
2026-03-24

The M5 Pro Setup: Same Mac, Different Era

Why 48GB changes a Mac from coding laptop into an AI workstation for local models, parallel agents, and platform engineering.

#Developer-Experience#macOS#Setup
12 min
2026-03-22

SSH Git Commit Signing for Busy Engineers

A clean SSH commit signing setup on macOS, with separate auth and signing keys, local verification, and none of the usual GPG hassle.

#Security#Developer-Experience#Setup
8 min
2026-02-22

Google's GAIL Certification: Useful Strategy, Thin Engineering

Notes on Google's GAIL certification from a platform engineer: useful for strategy conversations, thin on the messy reality of shipping AI.

#Software-Development#GCP#Books
12 min
2025-07-01

7 Books That Shaped How I Build Platforms Developers Actually Use

Seven books that shaped how I build platform products people trust, adopt quickly, and keep using.

#Books#Software-Development#Platform-Engineering
10 min
2025-06-22

Boost Your Productivity: My Zshrc Configuration for Platform Engineers

A deep dive into my zshrc configuration, featuring shortcuts for Kubernetes, Cloud Platforms, and AI tools to streamline your daily workflow.

#Developer-Experience#Software-Development#Tools
4 min
2021-11-10

Writing a Go Client Library Worth Using

Most Go client libraries are a pain to use, test, or extend. How to write one that isn't: functional options, context propagation, rich errors, retries.

#Golang#Software-Development#Developer-Experience
9 min
2021-08-05

Running Deep Learning Models at the Edge with Intel OpenVINO

A practical guide to deploying deep learning and computer vision models on Intel edge hardware with OpenVINO, from IR conversion to device trade-offs.

#AI#Architecture-Patterns#Software-Development
10 min
2021-06-15

SUSE Cloud Native Foundations: My Study Notes

Structured study notes from the SUSE Cloud Native Foundations scholarship. Covers cloud native design, Docker, Kubernetes basics, and open source PaaS.

#Kubernetes#Architecture-Patterns#CI-CD
14 min
2021-03-01

gRPC on Cloud Run

Cloud Run supports gRPC out of the box, once you understand how it handles TLS and HTTP/2. Here's the full picture, in Go.

#GCP#Golang#Developer-Experience
3 min