Devon Burriss' Blog


Mostly explorations in code

Automating Agentic Code Migrations

Managing agents at scale with GitHubAutomationAIAgenticSocial image

One of the promises of AI is freedom from the drudgery of boring work. At work I have had some success in using Copilot to migrate some AWS Lambdas off of some deprecated observability tooling. In this post I will go over how I am using agentic workflows and leave some tips at the end.

Read more


Social image

My Terminal Helper

Asking for help without leaving the terminal

AutomationAgentsOpenCode

Social image

Automation Heuristics

Some rules of thumb for automation

Automation

Social image

You ain't gonna need YAGNI

You ain't gonna notice it

Extreme ProgrammingAgileGeneral

Social image

Telemetry tips

Some tips to keep your telemetry data and code clean

DatadogObservability

Social image

Choosing a telemetry platform

A look at some of the non-obvious points to consider

DatadogObservability

Social image

Tools for architecture documentation

Using devcontainers to enable easy developer documentation

ArchitectureDiagramsModelingVS CodeC4

Social image

A simple FP architecture

How do I build a production application in a functional language?

ArchitectureF#FunctionalProgrammingFsAdvent

Social image

Useful FP language features

Making functional programming more productive

F#FunctionalProgramming

Social image

What is Functional Programming?

...and why should you care?

F#FunctionalProgramming