Posts

Showing posts from April, 2021

Introduction to Spring Boot

Image
Sprint Boot is an open-source Java-based framework used and it is used to create a micro service. Spring Boot is developed by the Pivotal Team and it is used to create a stand-alone application and production-ready spring application. What is MicroService? Micro Service is an architecture that provides the developers to develop and deploy services on one's own. Each and every service running has its own process and this will achieve the lightweight model to support their business application. Advantages of MicroServices Scalability is simple. Easy to develop. The minimum rate of configuration. Production time is less. Compatible with containers. What is Spring Boot? Java developers use  Spring Boot  to develop stand-alone and production-grade spring applications that developers can just run because it provides  a good platform  for it. Without the entire Spring configuration setup, we can get started with the minimum configuration setup. The primary goals of the Spring Boot? Provid

Introduction to React JS

Image
What is React JS? React JS is a JavaScript library that we can use in web development to build interactive elements on websites.  What is the use of React JS? When React uses a JavaScript library, it helps developers who build user interfaces or UIs. Websites and web applications are collections of UIs on-screen buttons, menus, search bars, and many other things that interact to USE a website or app.  Remember React JS is used in front-end development. You can memorize it by, "the on-screen" elements of UIs - React is used definitely for "client-side" programming and because of that, it makes a front-end library. Developers were stuck building  UIs with the "vanilla javaScript" or they use less focused UI like JQuaray when they before getting into use in React JS. Because of that, it cost a longer development time with a lot of opportunities for errors and bugs. So, to overcome this problem in 2011, Facebook engineer Jordan Walke created React JS especiall