Testing Azure Functions: Unit Tests with Moq & Integration Tests with Testcontainers
Overview Test Azure Functions using Moq for unit tests mocked service interfaces and Testcontainers for integration tests real Azurite blob storage. This guide...
Overview Test Azure Functions using Moq for unit tests mocked service interfaces and Testcontainers for integration tests real Azurite blob storage. This guide...
Introduction In Parts 1 and 2 we covered FluentMigrator for schema management and CI/CD automation. In this part we’ll dockerize the entire stack—SQL Server, m...
!Cover image for DevPill 3: How to deploy a container to your Kubernetes cluster GKEhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=...
Introduction As containerized applications scale across teams and environments, organizations quickly discover that building containers is only the first step....
When Docker first arrived, it felt like magic. I was working at a fintech startup then, and containers instantly killed the dreaded 'works on my machine' proble...
Overview Ever wondered “why is my Docker image suddenly 500 MB bigger?” and had to git bisect through builds manually? I created Docker Time Machine DTM – a to...
!Cover image for Jenkins na AWS + Dockerhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-upload...
Engineering strategies to decouple data retrieval, reduce infra costs, and scale Node.js apps. 🇧🇷 Leia a versão em Português aqui Scenario Overview I recentl...
!Cover image for Building a Full-Stack App Shouldn’t Feel Like Starting From Zero Every Timehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,...
!Container Ship by Ian Taylorhttps://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads....
Introdução As imagens Docker são a base das aplicações containerizadas. Imagens grandes e ineficientes podem resultar em builds mais lentos, tempos maiores de...