Skip to main content

Posts

Showing posts with the label Tools

What is Azure App Configuration?

Azure App Configuration can be understood as a configuration resource which handles all the managerial tasks link the management of the setting/ configuration files for the associated application and dealing with various different features. As the systems around the globe is running globally and it is undoubtedly a distributed system. Hence are the services for the application nowadays, so this distribution of the app services over the regions has made it difficult to debug/ troubleshoot the problems in the services. So for the smoother services the role of Azure App Configuration comes. What are the Application types that can benefit the most from the Azure App Configuration? Containerized app deployed in different geographical locations Serverless apps, which include Azure Functions or other event-driven stateless compute apps CI & CD (Continuous Integration/ Continuous Deployment) pipeline What are the Benefits of Azure App Configuration? Quick and Easy to setup servi...

Get yourself a Development Environment

Which Development Environment to go for... Below are two Development tools which you'll find definitely useful for your further Projects... Many people got a little when they hear about VS Code, It is a really powerful Text Editor with Ad-On supports to actually make help the developer work in variety of different workloads, like: Dot Net Core, Python development, NodeJs development, etc... On the Other hand there is a Giant so called Fully Featured IDE called Visual Studio 2019 (current version). It supports out of the Box workloads. Let's talk about them separately... Visual Studio Code (VS Code) According to Microsoft: "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .N...
Counter Widget