class Information {
constructor() {
this.name = "OSAMA RAHMANI";
this.location = "Madhupur,Jharkhand";
this.phone = "********11";
this.email = "contact@osamarahmani.tech";
this.website = "osamarahmani.tech";
this.github = "Github";
}
}
/**
* Aspiring Frontend Developer with a solid foundation in HTML, CSS,
* JavaScript, and ReactJS. Completed academic and internship projects
* focused on building responsive web applications and user interfaces.
* Familiar with using Tailwind CSS for design and integrating REST APIs.
* Worked in team environments using basic Agile practices and Git for
* version control. Eager to learn industry tools and grow as a developer
* through real-world experience and continuous learning.
*/
class Projects {
eyeDiseaseDetection() {
const title = "Eye Disease Detection Website";
const link = "retinal-disease-checker.vercel.app";
const highlights = [
"Trained and deployed TensorFlow CNN model achieving 85% accuracy",
"Built live website using Flask and hosted on Render",
"Hands-on in ML lifecycle, model testing, and optimization"
];
}
virtualNursingAssistant() {
const title = "Virtual Nursing Assistant Web App";
const tech = ["React","Tailwind","PostgreSQL"];
const link = "bit.ly/gitvirtual-nursing";
const highlights = [
"Built responsive, role-based dashboard using ReactJS",
"Designed UI logic and integrated PostgreSQL using REST APIs and ORM",
"Applied Agile sprint methodology during development cycle"
];
}
abnormalActivityDetection() {
const title = "Abnormal Activity Detection from CCTV";
const tech = ["OpenCV", "TensorFlow"];
const highlights = [
"Implemented behavioral system",
"Deployed model on edge-compatible environment with real-time inputs",
"Presented at NCON 2024, showcasing practical AI-based security systems"
];
}
}
class Experience {
frontendDeveloper() {
const role = "Frontend Developer - Game Developer Company";
const duration = "Sep 2024 - Nov 2024";
const responsibilities = [
"Built and optimized ReactJS components for real-time game apps",
"Collaborated in Agile sprints, delivering complete stories",
"Integrated REST APIs and managed game server-side data",
"Worked directly with CEO to gather requirements",
"Practiced ownership and debugged issues across releases"
];
}
ministryIntern() {
const role = "Student Intern - Ministry of Electronics & IT";
const duration = "Jun 2024 - Aug 2024";
const responsibilities = [
"Worked with AI models and FPGA boards",
"Assisted in model performance tuning and deployment",
"Built inference pipelines for real-time anomaly detection"
];
}
technicalHead() {
const role = "Technical Head - IT Department";
const responsibilities = [
"Led workshops on JavaScript and Frontend Basics",
"Mentored juniors in building portfolios and responsive design"
];
}
}
class TechnicalSkills {
getSkills() {
const languages = "Python, JavaScript, TS, HTML, CSS, Tailwind";
const frameworks = "TensorFlow, OpenCV, PyTorch, React.js, Node.js";
const tools = "Git, Figma, VS Code, GitHub, Chrome DevTools, CI/CD";
const areas = "Responsive Design, API Integration, UI Debugging";
}
}
class Education {
mohamedSathakCollege() {
const institution = "Mohamed Sathak Engineering College, Tamil Nadu";
const degree = "B.Tech in Information Technology";
const graduation = "May 2025"; // GPA: 8.2/10
const coursework = "ML, AI, API Integration, Frontend, Web Tech, UI/UX, JS/Python, DBMS, Agile";
}
}