Back-end Technologies & Frameworks

Java

JAVA was developed by Sun Microsystems Inc in 1991, later acquired by Oracle Corporation. It was developed by James Gosling and Patrick Naughton. It is a simple programming language. Writing, compiling and debugging a program is easy in java. It helps to create modular programs and reusable code.

Java Documentation

Springboot

Spring Boot is just an extension of the already existing and extensive Spring Framework, but it has some specific features that make the application easier for working within the developer ecosystem. Spring Boot provides a solution for building a Spring Application that is simple and easy. Because there is no need for Tons of configuration to build an application in the Spring framework.

Springboot Documentation

Hibernate

Hibernate is an Object-Relational Mapping (ORM) solution for JAVA. It is an open source persistent framework created by Gavin King in 2001. It is a powerful, high performance Object-Relational Persistence and Query service for any Java Application.

Hibernate Documentation

Database