Git is amazing and you’ll learn only by using it. Like in any other version control system, in git, you commit files, review the history of changes, maybe even create a merge branch. Git is more powerful than any other version control system. Here, you will learn how to take advantage of Git’s advanced, and […]
In every web application, while making architectural and design decisions, deciding which identity provider is to be used is always a critical aspect because it defines overall security layer of a web app. In Microsoft technical stack, Azure AD will always have a top edge because apart from Microsoft’s top-notch security, it adds up other advantages like quick and easy SSO integrations, user, and roles management, monitoring and alerts.
Chatbot is a buzzword that has been in highlights for past few years. The use of chatbots has been significantly increasing. The use cases are numerous. So we decided to choose this topic for our tech session this afternoon. We are going to cover below concepts in this blog post. What is Chat Bot? Concepts […]
Serilog is a sure shot analytical Logging library for .Net Applications. While it works wonderfully with Simple Apps, it results extraordinarily when the structures become composite and application becomes asynchronous. In this article, we will be learning about Serilog, Its usage, Features, Its implementation in console App, .Net core 3.1 apps with logging targets Console, […]
While working with Azure; Application insights, a splendid feature, is highly recommended for the Software Developers. When used to Invigilate Live Applications; it makes it easy to ascertain bugs, recognize tools to fix errors and strengthen your work. In this article, we will learn “How to create Application Insight in Azure“, a beautiful tool by […]
My life has been super comfortable since I started using azure app service.It enabled me to build/host, Web Apps and Restful APIs in programming language of my choice, at equal speed. E.g., front end in angular, back end in .Net core. This experience made me write this blog so I could share the cool features […]
What is Responsive Website? A responsive website changes the layout to offer an experience based on the device being used, especially ideal for mobile viewing. A mobile responsive website includes design elements such as: Readable text without requiring zoom Adequate space for tap targets No horizontal scrolling It’s also true that over 60% of searches […]
The activity of systematically examining computer source code with the intent of finding mistakes created or overlooked during the development process, thus improving the overall quality of the software. Processes to do it There’re commonly three processes to do Code Review. Pair Programming (Mostly used in the Extreme Programming) Informal Walk through Formal Inspections We […]