Posts

MERN Stack Project Journey

Image
What is MERN and what is MERN stands for…? MERN Stack is a free and open-source Javascript Stack which is used for faster and easier deployment of full-stack web applications. MERN Stack consists of 4 technologies. Those are: MongoDB - MongoDB is a source-available cross-platform, document-oriented database program and it is classified as a NoSQL database program Express .js - Express.js is a back-end web application framework built for Node.js and it is free and open-source software. It is designed for building web applications and APIs React .js - React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. Node.js - Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.  It is designed to make the development process smoother and easier. Each of these four powerful technologies provides an end-to-end framework for the d...

What and Why Spring Boot

Image
What is Spring Boot?   What is Spring Boot? There are two words here, Spring and Boot. The first part, Spring is something must be familiar with.   It is the Spring framework, and it is a framework that let you write enterprise Java applications. It is a huge framework that does a lot of stuff, and it is a prerequisite when learning Spring Boot. So, y ou should at least have some basic familiarity with the Spring Framework.   Boot is bootstrap, Spring Boot is something that let you bootstrap a spring application from the scratch, and that is how it gets its name, Spring Boot.   Here is the official definition on the spring.io website. Spring Boot makes it easy to create standalone production-grade spring-based applications that you can just run.   Spring Boot makes it easy to create standalone production-grade spring-based applications. So, the key here is creating spring-based applications.   Spring Boot is a tool that let you create spring-based appli...