This was my semester project of Data Structures in Java. It was a great experience. I used linked list data structure. You can open this project in netbeans. If you need any kind of information regarding project you can contact me at: [email protected]
This tutorial tackles on how to validate input using Vue.js with the use of PHP validations. This can be used to check users input to avoid unnecessary data into your database. In this tutorial, I have applied required validation, pregmatch function, email validation and website validation.
This is a simple notepad with most of the basic Notepad features. Coded in Java. Code written by me completely from scratch Feel free to use it and learn from it. Enjoy! Regards, Masroor Aijaz
This tutorial tackles on how to create a registration form using Vue.js with the help of PHP/MySQLi. This will also show you how to create a simple input validation with the use of vue.js. We are gonna be using axios in this tutorial to handle our request from our PHP Registration API.
This tutorial tackles on how to create a simple login using vue.js with the help of PHP/MySQLi. This includes a simple login validation. Also, we are gonna be using axios to check the login of our user.
Simple Phone Directory System using Java With MySql in Backend. Please make scan after download to secure if there is available viruses in the files. Thank you. Email : [email protected] Social: @ArnElacion
This is the last part of my Vue.js CRUD tutorial wherein we are going to update and delete data in our database. We are going to create two more modals for our update and delete. In this tutorial, with the help of axios, we're gonna update and delete data in our database using our API.