#include<stdio.h>
int main()
{
char *Name = "Aravindhan S";
char *Titles[] = {"Computer Science Student", "Tech Enthusiast"};
char *AboutMe[] = {
"Computer Science Student in CEG",
"Active in Tech Communities",
"Open Source Contributor",
"Continuous Learner"
};
char *Languages[] = {"C/C++", "Java", "Python", "JavaScript", "SQL"};
char *WebDevelopment[] = {"MERN", "Flask", "React.js", "Express.js"};
char *Databases[] = {"MySQL", "SQLite","MongoDB"};
char *ToolsAndPlatforms[] = {"Git", "GitHub", "VS Code", "Jupyter Notebook", "Vercel"};
char *AreasOfInterest[] = {"Full-Stack Development", "AI/ML", "Blockchain", "Open Source"};
return 0;
}
Highlights
- Pro
Pinned Loading
-
Quizzers-Anonymous/QA-Website
Quizzers-Anonymous/QA-Website PublicOfficial website of Quizzers Anonymous (QA), the quiz club of College of Engineering, Guindy (CEG)
-
Stock-Market-Portfolio
Stock-Market-Portfolio PublicA Stock Market Portfolio application designed to track investments, monitor stock performance, and manage financial assets efficiently.
-
-
-
Customer-Billing-System
Customer-Billing-System PublicA simple and efficient Customer Billing System designed to manage customer transactions, generate invoices, and track sales. Built for accuracy and ease of use.
Java 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

