Please wait while the resources load.
0%
I am a student who is passionate in computers and their working, I look forward to gain more knowledge and hands-on experience in all aspects of computers and implement the knowledge gained wherever possible.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width", initial-scale="1.0">
<title>Page Title</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p>Hello World</p>
<script src="script.js"></script>
</body>
</html>
Proficient in front-end languages including HTML, CSS, JavaScript, and ReactJS.
<?php
$message = "Hello, world!";
echo $message;
?>
const fs = require('fs');
fs.readFile('example.txt', 'utf8', (err, data) => {
if (err) {
console.error(err);
return;
}
console.log(data);
});
Proficient in backend languages and frameworks including PHP, Node.js, Ajax, and AngularJS.
USE database_name;
SHOW TABLES;
SELECT * FROM table_name;
INSERT INTO table_name (column1, column2) VALUES ('value1', 'value2');
UPDATE table_name SET column1 = 'new_value' WHERE column2 = 'condition';
Proficient in database management systems, specializing in MySQL.
#include <iostream>
using namespace std;
int main() {
cout << "Hello World" << endl;
return 0;
}
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
Proficient in conventional programming languages like C, C++, and Java.
#include <iostream>
using namespace std;
struct node {
int data;
node* link;
};
class linkedlist{
node* head = NULL;
public:
void insertbeg(int data) {
node* newnode = new node();
newnode->data = data;
newnode->link = head;
head = newnode;
cout << "Insertion successful." << endl;
}
};
Proficient in diverse data structures, search algorithms, and sorting methods.
Skilled in leadership, communication, teamwork, adaptability, and problem-solving
1/5
A replica of google meet. The main aim behind this project is to mirror the functionality present in front-end of a regular google meet from the perspective of the host. Almost everything that happens in the front-end of a google meet has been replicated in this website.
This project aims to create a unified login and registration page with smooth animations to switch between the forms. Users can switch between the login and registration forms, each with its respective inputs. Additionally, it features theme-switching for a customizable experience.
This portfolio website consists of five pages: Home, Educational Qualifications, Skills, Work, and Contact. It has been developed for fun and is a redesigned version of my first website, which was created using CSS.
This project replicates the context menu that appears in Google Chrome when a user right-clicks. It mimics the styling of Google's menu, with the same look and feel (except for the font), and appears wherever the user right-clicks on the webpage.
My GitHub profile contains various repositories which showcase the programs I've developed in C++, as well as front-end projects using HTML, CSS, and JavaScript. While it currently doesn't include all of my work, Any other projects I have uploaded including those involving backend and any future projects will be uploaded here.