ASAnurag Sinanurag0906.hashnode.dev·May 16, 2024 · 2 min readApp Service Plan Vs App Service EnvironmentApp Service Plan- ASP An App Service Plan represents a set of compute resources (virtual machines) that host your web apps, mobile apps, or API apps. It defines – Region pricing tier (which determines the VM size and resources) number of VM instan...00
ASAnurag Sinanurag0906.hashnode.dev·Mar 21, 2024 · 1 min readAzure App Config v/s Key Vaultwhich one to use and when App Config Main Feature - Settings for the application Feature flags When to use- To separate configuration from code Use case - Container based microservices with centralized application setting Continuous deployment...00
ASAnurag Sinanurag0906.hashnode.dev·Jan 9, 2024 · 4 min readCommon Type of Application TestingSmoke Testing – Basic testing of application. Running common, essential, frequently used features of an application is tested. Example – for a Banking application, Smoke testing scenarios could be Login Logout Account browsing But why- it ensure...00
ASAnurag Sinanurag0906.hashnode.dev·Dec 30, 2023 · 2 min readCode Compilation Vs Code InterpretationWhat is code compilation? Code compilation means converting "entire" code into machine readable format, i.e converting a code such that operating system can understand (example - 011001100010...). Hence code compilation means converting entire code s...00