Pinned Repositories
.netcore-mvc-bloggie
A blog platform project using ASP.NET Core with Microsoft identity authentication & role based Authorization with Froala as a rich text editor for creating blogs
aspnet-gridview-datatables.js
using DataTables.js JQuery plugin for the GridView in ASP.NET WebForms for having the grid controls like searching, sorting, paging and many more
nextjs-ai-sas
creating an Next.Js SAS product working with AI for five functionalities by using Clerk Authentication, Stripe payment gateway and for subscription plans, Tailwind CSS and Shadcn/UI for a very beautiful UI components
react-hoaxify
React.Js as frontend for Hoaxify project
Servlet-JSP-JSTL-JPA-CRUD-Class-Management-System
Implementing the Servlet, JSP and Bootstrap along with the JSTL for frontend application integrated with HIbernate-JPA for backend side to perform CRUD operations on MySQL database
spring-boot-crud
Implementing the spring boot crud operations on student entity by using Postman Rest api
springboot-angular-cricket-live-score
A short web app for live cricket score using the technology of Springboot and Anguler 17
springboot-hoaxify
Springboot as backend for Hoaxify project
springboot-kafka-producer
A Java project implementing the Apache Kafka
springboot-react
This repository contains a CRUD (Create, Read, Search) application built with Spring Boot for the backend REST API and React for the frontend user interface.
Millstack's Repositories
Millstack/JDBC-MySql-CRUD-Operation
JDBC CRUD operations by using the five basic steps will provide the overview of concepts need to operate on a database with practical implementation on MySql database
Millstack/Webpage
Basic webpage by using HTML and CSS
Millstack/CV
Millstack/Hibernate-JPA-Bank-Management-System
Hibernate project to demonstrate and to understand the hibernate and its mapping concepts in order to perform the transactions done by the Customer by using the established relationship between the Admin, Manager, Cutomer & BankAccount
Millstack/Hibernate-JPA-ManyToOne-Unidirectional
Understanding the Hibernate @ManyToOne uni-directional mapping by using the Entities of a Library and its Students to establish the relation between them using the MySql database
Millstack/Hinernate-JPA-MySql-CRUD
The practical implementation of CRUD operations using the Hibernate ORM and JPA performed on MySql database to understand the core concepts of Persistence Unit and the connection configuration with the maven project for mapping the object
Millstack/Hibernate-JPA-OneToMany-Bidirectional
Understanding the Hibernate @OneToMany bi-directional mapping by using the Entities of a Student and enrolled Courses to establish the relation between them using the MySql database
Millstack/Hibernate-JPA-OneToMany-Unidirectional
Understanding the Hibernate @OneToMany uni-directional mapping by using the Entities of a Mobile and its Sim card to establish the relation between them using the MySql database
Millstack/Hibernate-JPA-OneToOne-Bidirectional
Understanding the Hibernate @OneToOne bi-directional mapping by using the Entities of a Bank and its Customers to establish the relation between them using the MySql database
Millstack/Hibernate-JPA-OneToOne-Unidirectional
Understanding the Hibernate @OneToOne uni-directional mapping by using the Entities of a Person and his Pancard to establish the relation between them using the MySql database
Millstack/Servlet-JSP-HTTPSession-Demo
Understanding the practical application of Servlet HttpSession using setAttribute and removeAttribute to get the elemets pass along for security application like Login and Logout
Millstack/Servlet-JSP-JSTL-JDBC-CRUD-School-Management-System
Implementing Servlet and JSP with the JDBC, for using its 5 steps to perform CRUD operations on MySQL database in order to understand the configuration and deployement of Servlet
Millstack/Servlet-JSP-Table
Understanding the Servlet and JSP and its Declaration tag, Scriplet tag & Expression tag by using a demo List of Students to display inside a table as output if database is not used
Millstack/Servlet-Login
Understnding the implementation of servlet by using the web.xml deployment descriptor to map all the URL path to Servelt classes and to understand the override methods along with Request & Response objects