Why You Should Prioritise Code Readability .. Even Higher Than Performance!
When writing a piece of code, There is parliament session going on in my mind. One party wants to maximise the code efficiency, performance and resource c...
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.
When writing a piece of code, There is parliament session going on in my mind. One party wants to maximise the code efficiency, performance and resource c...
The idea of artificial intelligence has wondered us since the early days of the computer era. A computer software that assists us with our tasks, helps us to...
It all started in December 2019 .. When WHO was informed of unknown cases in Wuhan City, China. Since then, the world has experienced one of the biggest and ...
From ASP.NET Web Forms to ASP.NET AJAX, then ASP.NET MVC and ASP.NET Web API, building an API has evolved massively. An API started from being a function you...
Azure AD is a common way of access control these days. OAuth is a well-known protocol that is used and expected from APIs. I found it tricky to integrate ...
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 learnt as best pract...
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...
Apis are technically built for other softwares to interact with. But in reality, humans (developers) interact with it a lot too. It’s quite important for ...
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?
Some say it is a personal preference and it’s not a big deal. I’d say it is not a personal preference anymore to omit curly braces for single statement bl...