What is GraphQL? How to Use it in ASP.NET Core WebApi? Let Me Explain Simply…
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...
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.
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...
With everything going on because of Covid-19 pandemic, there has been damages to various aspects of the world. From recession in countries’ economies to peop...
When software is being worked on by a team of engineers, to increase productivity and decrease dependency, they usually work on different features. That mean...
Software engineers tend to move between projects and companies quite often and working on a codebase that someone else built months or even years ago, can...