Posts

My ramblings about things that excite me. Might take some time to read but will definitely be worth your time.

The one design-review question that would have caught our APIM naming collision
02 Aug, 202615 mins

"Property with the same name already exist." That's the whole error. No stack trace worth reading, no...

What a .NET Core service needs before it's actually production-ready
31 Jul, 202615 mins

Health checks. Structured logging. Retry policies with jitter. Everyone who writes a "production...

Subscription-per-environment was never the real question
29 Jul, 202615 mins

Every landing zone conversation eventually lands on the same fork: subscription-per-team or...

Cherry-picking your hotfix twice is the real pipeline smell
27 Jul, 202615 mins

We had a gitflow pipeline that looked clean on paper: develop feeds a release branch, the same build...

What actually belongs in an architecture decision record (and what doesn't)

Most architecture decision records fail for the opposite reason people think. The issue usually isn't...

Open In-line video in fullscreen
01 Feb, 202215 mins

Its been a long time i have written my posts, so got some free time to publish some articles which...

Publish from Visual Studio and automatically encrypt appSettings using aspnet_regiis
17 Aug, 202115 mins

After going through your all edits and a bit of research from me , you want to execute the following...

Display datetime correctly in iOS/Safari using ionic2/angular2
06 Jul, 202115 mins

The issue is caused by the Intlapi because DatePipe for Angular 2. Release is working fine only for...