Learn
Engineering Insights
Deep dives, tutorials, and opinionated takes from our engineers.
DevOps
Apr 09, 2026
Featured
Deploying .NET Core to Shared Hosting (No CLI)
Publish profiles, web.config tricks, and EF Core migration automation on budget hosting.
10 min read
Read article →
AI
Apr 07
Integrating Claude into Your Dev Workflow
Practical tips for using LLMs to write tests, docs, and boilerplate without losing quality.
7 min read
Frontend
Apr 04
Tailwind CSS Without a Build Step
Using the Tailwind CDN in production with custom config — trade-offs and when it's fine.
4 min read
.NET
Mar 31
Clean Architecture in .NET 8: A Practical Guide
How we structure our MVC and minimal API projects for long-term maintainability.
12 min read
Performance
Mar 27
Shaving 200ms Off Every DB Query with EF Core
Index strategies, projection queries, and compiled queries that made a real difference in production.
6 min read
Security
Mar 21
Why We Switched All Our APIs to JWT + Refresh Tokens
A deep dive into stateless auth, token rotation, and how we handle 2FA across microservices.
8 min read