-
Empathy is the skill I want to have to be become a good software developer
You must be wondering what happened suddenly to me and why I am talking about something totally different niche which I have never discussed in my blog. I have been reading a lot about having Empathy towards others, how it make a person confident, happy from inside and to have a really good culture inside or team. […]
-
2019 Year in a Review- Juggling up with life and Code
Hi All, I know we are half way through first month of January of the new decade and I have not started writing any blog. Things has been pretty messy this year personally and professionally it has been an awesome year. I would say impeccable. Lets start 2020 with an Review to start accepting your […]
-
Do you know Azure Function have Function-Filters?
I probably think that you are not aware of Function-Filters in Azure function as I was. Recently I was working on Azure functions API based project and was thinking what if we had similar functionality of ASP.NET MVC Filters in Azure function as well it will help us solve the problem of customizing or request […]
-
Learn Microsoft Azure Step by Step in 7 days for .NET Developers
The Era of Data Center Before the advent of the cloud, the business organization would have their business application deployed on the data center. From Wikipedia: “A data center (American English or data center (British English) is a building or dedicated space within a building used to house computer systems and associated components, such as […]
-
You Don’t know Web Job and Azure Function in Depth! Part 1
Do you want to learn Web Jobs and Azure Function in Depth and want to avoid pitfalls while doing development? If yes, then this article is for you. We will look into Web Job and Azure function in depth and will create some Proof-Of-Concept projects. I will walk you through pitfalls of using different kinds […]
-
Learn how to Authorize your Key Vault Secrets to Serverless Azure Function
Learn how to Authorize your Key Vault Secrets to Serverless Azure FunctionAre you looking to Authorize your Key Vault Secrets to Serverless Azure function? If Yes, then this article is for you. In the previous article, we learned how to access and configure Key Vault in our ASP.NET Core web application. Wait! What if we […]