Articles in this series
This Week I Learned How to instrument an Elixir/Phoenix app with Prometheus and Grafana, hosted in fly.io. Build it in production Recently I started...
This Week I Learned ...about AWS Lambda cold and warm starts, and the implications they have on dependency injection. What is a cold start? What is a...
Dependency Detective Work · This Week I Learned How to analyze an npm package's inclusion in a project. Context I had a situation recently where I was...
This Week I Learned How to easily create portable API tests in .NET Core, using WebApplicationFactory. What is an API test? There are lots of...
This Week I Learned How to containerise a SQL Server database project with dacpac. Why do we want to do this? A challenge I have faced multiple times...
This Week I Learned It’s possible to build a SQL Server Database project down to a dacpac on Mac or Linux. What is a SQL Server Database project? A...