You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elevate Labs SQL Internship Task 2: A practical demonstration of relational database design, focusing on appropriate SQL data types, data integrity constraints (PRIMARY KEY, NOT NULL, UNIQUE, CHECK), and structural table modifications using ALTER TABLE.
SQL Task 5 for Elevate Labs Internship: Demonstrates intermediate querying techniques including aggregate functions, grouping data, and filtering grouped results using GROUP BY and HAVING in MySQL.
SQL Task 4 for Elevate Labs Internship: Demonstrates intermediate querying techniques including data sorting, limiting results, and pagination using ORDER BY, LIMIT, and OFFSET in MySQL.
SQL Task 3 for Elevate Labs Internship, demonstrating intermediate SQL queries, data filtering, logical operators, and pattern matching within a student database.
This project involves building a contact form with client-side validation as part of Task 6 of the Elevate Labs Internship. It demonstrates fundamental skills in HTML form creation, CSS styling, JavaScript validation, and user feedback.
This project is a responsive and modern blog landing page built using Bootstrap 5. It features a clean design with multiple blog cards, pagination, and a social media footer.
This project is a secure, scalable real-time chat platform built using Node.js, Express, Socket.IO, MongoDB, and Tailwind CSS. It supports live messaging in multiple rooms, private chats, typing indicators, and user presence.