Profile Picture

Arman

Expert insights on coding, software engineering, AI, and technology from a seasoned senior software developer with 18+ years of experience.

Recent Posts

Welcome to Jekyll

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways,...

How to Design Good REST API URLs?

API URLs are the front door of an API and it can play as a huge factor for users to whether choose your API. Here I share what I have...

How to Audit Your ASP.NET Core WebApi

If you have an Api that modifies the core data of a system, you need to log every call to that. In addition, If your system accepts input from a...

Unsubscribe and Save The Planet Earth

How many newsletter emails are received everyday and don't get opened at all? Would it help the Earth If I unsubscribe from those I don't need anymore?

How I Do dotnet core App Setup Elegantly

Program.cs is usually one of the files that get quite messy after a while in every .NET project. From then, developers will add code on top of all that mess...