Posts

Azure - Migration of legacy .NET applications to Azure

Image
Modern web applications must meet higher utilizer prospects and more preponderant demands than ever afore. By migrating legacy .NET applications to Azure, organizations can ascertain their apps are incredibly secure, flexible and available from anywhere in the world, and scalable to meet spikes in demand. Migration Process For example, a global online business needs to modernize its subsisting .NET application due to changes in customer demand. They can migrate their web and mobile application to the cloud for incremented efficiency, legerity, and scale, as well as abbreviated costs. Here, we show a proposed architecture: a plenarily managed platform for building, deploying, and scaling your web apps with Azure App Service and Azure SQL Database. For the data tier of the app, they can choose Azure SQL Database for its dynamic scalability, built-in perspicacity optimization, and global scalability and availability. They can choose Azure Database Migration Service to migrate their

Azure - Web application monitoring - Architecture

Image
For the below architecture, we choose readily available Azure services precisely because they are easy to consume. Other monitoring options are also available.   Data Flow A utilizer interacts with the application. The browser and app service emits telemetry. Application Insights accumulates and analyzes application performance, health, and utilization data. Developers and administrators can review performance, health, and utilization information. SQL Database emits telemetry. Azure Monitor accumulates and analyzes infrastructure metrics and quotas. Log Analytics amasses and analyzes logs and metrics. Developers and administrators can review performance, health, and utilization information. Components Web App Service: Azure Web Apps offering web applications hosting. It allows developers to focus on delivering business values rather than consuming time on Sever updates or OS patches. Applications built on Java, PHP, Python, or Node.js can additionally be dep

Top Spring Security Interview Questions

Image
More Java interview questions and answers... Spring Boot actuator interview questions and answers Spring Webflux Interview Questions and Answers Spring Core - Interview Questions Top Spring Cloud Interview Questions Spring Security Interview Questions Spring MVC - Interview Questions Spring Webflux Interview Questions Top Spring Boot Interview Questions Spring Data JPA Interview Questions and Answers Top Mockito Interview Questions and Answers Java Collections Interview Questions Java Stream API Interview Questions and Answers - Frequently asked Quarkus - Interview questions and answers   Spring Interview questions and answers What is Spring Security? Spring Security is a powerful and highly customizable Java web framework that focuses on providing authentication, authorization, and protection against common attacks. "Authentication" is the process of establishing a user, also known as the principle ."Authorization" refers to the process of deciding whether a princi

Spring Webflux Interview Questions and Answers

Image
More Spring WebFlux related Topics, Building Reactive Rest APIs using Spring Boot, WebFlux, and Reactive MongoDB Building Reactive CRUD APIs Using Spring WebFlux & R2DBC Spring Boot - WebFlux - Video Streaming example 1. What is Reactive Programming? Reactive programming is a programming paradigm that deals with asynchronous data streams and the specific propagation of change, which means it implements modifications to the execution environment in a certain order. The primary benefits of reactive programming are: Incremented utilization of computing resources on multicore and multi-CPU hardware Incremented performance by truncating serialization 2. What is Spring Web flux ? Spring WebFlux is Spring's reactive-stack web framework, and it's an alternative to Spring MVC. Spring WebFlux is a web framework that’s built on top of Project Reactor, to give you asynchronous I/O, and sanction our application to perform better. Reactive web programming is great for applications that h

Java Collections Interview Questions and Answers

Image
More Java interview questions and answers... Spring Boot actuator interview questions and answers Spring Webflux Interview Questions and Answers Spring Core - Interview Questions Top Spring Cloud Interview Questions Spring Security Interview Questions Spring MVC - Interview Questions Spring Webflux Interview Questions Top Spring Boot Interview Questions Spring Data JPA Interview Questions and Answers Top Mockito Interview Questions and Answers Java Collections Interview Questions Java Stream API Interview Questions and Answers - Frequently asked Quarkus - Interview questions and answers   Spring Interview questions and answers What is the Collection framework in Java? Collection Framework is a grouping of classes and interfaces that is utilized to store and manage the objects. It provides various classes like  ArrayList, LinkedList, Vector, Treeset, PriorityQueue, HashSet, Stack, etc. Java Collection framework can withal be utilized for interfaces like Queue, Set, List, etc. What is th

Spring MVC - Interview Questions

Image
More Java interview questions and answers... Spring Boot actuator interview questions and answers Spring Webflux Interview Questions and Answers Spring Core - Interview Questions Top Spring Cloud Interview Questions Spring Security Interview Questions Spring MVC - Interview Questions Spring Webflux Interview Questions Top Spring Boot Interview Questions Spring Data JPA Interview Questions and Answers Top Mockito Interview Questions and Answers Java Collections Interview Questions Java Stream API Interview Questions and Answers - Frequently asked Quarkus - Interview questions and answers   Spring Interview questions and answers What is the Spring MVC framework? Spring MVC is the pristine web framework from Spring built on the Servlet API. It provides Model-View-Controller architecture that can be acclimated to develop flexible web applications. Spring MVC is one of the core components of the Spring framework. It comes with yare to utilize components and elements that avail developers to