Songs for the Month of March 2026
Work remains incredibly demanding, but I've been working off hours on a project that has been a nice comprehensive check on my ability to architect, engineer,build, deploy, and monitor production web applications as well as do operationally efficient change management (don't have to bring down prod, hot swaps with good symbolic linking).
Iβm concerned weβre about to enter an oil crisis, but fortunately now that I live in town, Iβm just a ten minute walk from the grocery store as long as supply chains are otherwise mostly uninterrupted. I donβt think I can really even say anything about the state of the world right now- just that I hope the moral arc of the universe is going to start bending again, and soon.
I promised myself I would make time to go on some dates starting this spring, so Iβm trying to hype myself up a little: not really sure how to prepare for a string of dissapointing meetups with women my age (who would rather not be there, just as I would rather do a 5 hour long public speech to be honest) but I figure if I donβt get a move on Iβm going to be 40 and not have been in a significant relationship throughout my entire 30s: not a good position to be in it would seem.
I am probably another two weeks out from taking the side-project Iβve been working on live (currently pending some hardware acquisition, third-party service integration approvals, et c.) but as an idea here is some high-level architecture and the tech stack:
Architecture
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Docker Containers
β
β ββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββββββββββ β
β β Mobile App β β Admin Dashboard β β
β β (Ionic + nginx:8080) β β (Angular + nginx:8080) β β
β β β β β β
β β β’ Quick item capture β β β’ Inventory management β β
β β β’ Barcode scanning β β β’ Multi-channel listings β β
β β β’ Location scanning β β β’ Reports & analytics β β
β β β’ Google Lens handoff β β β’ User & group management β β
β βββββββββββββ¬βββββββββββββ ββββββββββββββββββ β¬ββββββββββββββββββ β
ββββββββββββββββΌββββββββββββββββββββββββββββββββββββββΌβββββββββββββββββββββ
β β
βΌ βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β REST API β
β (.NET 9 Web API + Docker) β
β β
β β’ JWT Authentication β’ EF Core + PostgreSQL β
β β’ Role-based access β’ JSONB for flexible data β
β β’ eBay Integration β’ Label printing (DYMO) β
βββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββ
β
βββββββββββββββββ΄ββββββββββββββββ
βΌ βΌ
ββββββββββββββββββ ββββββββββββββββββ
β PostgreSQL β β Azure Blob β
β (Flexible) β β Storage β
ββββββββββββββββββ ββββββββββββββββββ
Technology Stack
| Layer | Technology |
|---|---|
| Backend | .NET 9, C#, Entity Framework Core |
| Database | PostgreSQL 16 (Hybrid Relational + JSONB) |
| Admin Frontend | Angular 18, Angular Material |
| Mobile App | Ionic 8, Capacitor, Angular |
| Containerization | Docker (multi-stage builds), nginx |
| Testing | xUnit, FluentAssertions, Playwright |
| Authentication | JWT Bearer Tokens |
| Cloud | Azure Container Apps, Azure PostgreSQL Flexible, Azure Blob Storage |
| CI/CD | PowerShell deployment scripts |