Arman Notes is a tech blog on everything related to coding, software engineering, AI, and the ever-evolving landscape of technology.

I have been coding for 15+ years and here I share my real-world experiences and practical insights, tutorials, case studies, and thought pieces that not only demystify the complexities of AI algorithms but also offer actionable tips for effective software development.

I use JekyllPad Online CMS & Editor to write my blog posts.

X (formerly Twitter) Follow

Recent Posts

How to Audit Your ASP.NET Core WebApi

4 minute read

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 3rd party...

Unsubscribe and Save The Planet Earth

3 minute read

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

1 minute read

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 me...