FullStack Website: MERN(MongoDB, Express.js, React.js, Node.js) Ongoing
- Developing proficiency in building full-stack web applications using the MERN stack (MongoDB, Express.js, React.js, Node.js).
- Learning to implement file uploads, user authentication, and authorization.
- Familiarizing with deployment instructions and best practices for MERN stack applications.
University Website: (JavaScript, HTML, CSS) Jan 2022.-April.2022
- Created a SPA website for a university using HTML and designed the website and its consequent pages using CSS to make it attractive and appealing to students.
- Build the logic for adding courses and displaying that to the user's course list that is making the website functional using JavaScript.
Command Line Interface Application with Database Integration: (Rust, SQL)
- Develop a Rust CLI application that connects to a MySQL database using the mysql crate and a connection pool.
- Implement basic CRUD operations on a "person" table in the database, with error handling and prepared statements for safe and efficient database interactions.
- Create a menu-based interface for users to perform CRUD operations on the "person" table, including adding, updating, deleting, and listing people in the database.