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 […]