ReactJS (edit)
Resume_Builder is an application which allows you to create resumes. The application is developed using ReactJs and Bootstrap 4
https://github.com/Tsudhishnair/Resume_Builder
Contacts is basically a contact list where one can see there contactlist, add new contacts and search them. This application is build using ReactJs and uses Firebase Realtime Database for storing the contact details.
https://github.com/Tsudhishnair/ContactApp
Stored Procedure & jQuery DataTables
https://cdn.datatables.net/releases.html
https://cdn.datatables.net/1.9.4/
$('#example').dataTable();
https://cdn.datatables.net/1.10.20/
$('#example').DataTable();
https://docs.microsoft.com/en-us/aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables194 (1.9.4)
https://docs.microsoft.com/en-us/aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables105 (1.10.5)
jQuery Datatable Using SQL Server Stored Procedure with dynamic and efficient paging structures (supports all server versions)
https://stackoverflow.com/questions/13677914/using-datatables-with-asp-net-c-sharp-linq-and-stored-procedure-having-pager (HAY HAY HAY)
http://developmentpassion.blogspot.com/2016/08/grid-view-with-server-side-filtering.html (HAY HAY HAY)
DataTable With Pagination Concept
https://datatables.net/forums/discussion/34800/jquery-datatables-losing-reference-on-pagination
https://www.c-sharpcorner.com/forums/how-to-create-pagination-like-jquery-datatable
https://www.sitepoint.com/working-jquery-datatables/ (HAY HAY HAY)
How to call MVC Action using Jquery AJAX and then submit form in MVC?
https://stackoverflow.com/questions/25068431/how-to-call-mvc-action-using-jquery-ajax-and-then-submit-form-in-mvc/ (HAY HAY HAY)
CRUD: https://www.c-sharpcorner.com/article/using-datatables-grid-with-asp-net-mvc/
Create Dynamic HTML Table in JavaScript
https://www.encodedna.com/javascript/populate-json-data-to-html-table-using-javascript.htm
https://www.encodedna.com/javascript/dynamically-create-html-elements-using-createElement-method.htm
https://www.encodedna.com/javascript/how-to-read-data-from-html-table-using-javascript.htm
JavaScript Framework
https://sfdcmonkey.com/2018/10/22/data-table-pagination-checkbox-lightning/