Featured Build
Restaurant Billing System
A production-minded billing workflow with secure login, invoice generation, responsive dashboards, and a cleaner day-to-day experience for staff.
Crafting Digital Realities
A cinematic walkthrough of the products, experiments, and ethical hacking work I am actively shaping right now.
On My Desk Right Now
This page highlights the kind of work I love most: fast interfaces, thoughtful systems, and security-conscious builds that feel premium from the first click.
Featured Build
A production-minded billing workflow with secure login, invoice generation, responsive dashboards, and a cleaner day-to-day experience for staff.
Service Platform
A service marketplace experience that connects clients with skilled workers through cleaner listings, better discovery, and a more trustworthy hiring flow.
Civic Platform
A civic-focused web experience designed to encourage cleaner neighborhoods with a polished interface, accessible structure, and a clear public-facing journey.
Healthcare Concept
A patient-friendly appointment concept that simplifies registration from home with an interface shaped around clarity, accessibility, and assisted decision making.
Projects
Each card represents a project where I focused on usable experiences, structure, and visual refinement instead of just shipping a page.
Full-stack app with invoice generation and secure login. Built with modern web technologies and responsive design.
View ProjectCreative React-based UI inspired by Studio Ghibli aesthetics. Features smooth animations and interactive elements.
View ProjectAn online platform connecting clients with service providers such as carpenters, plumbers, electricians, and more.
View ProjectManages customer billing with details such as item name, price, GST, quantity, date, and payment method.
View ProjectAllows patients to book appointments from home with a user-friendly interface inspired by ATM screens.
View ProjectClones of Amazon, Myntra, and Netflix focusing on frontend development.
View ProjectA civic-focused web platform designed to promote cleaner neighborhoods through a polished, responsive user experience.
View ProjectCode Matters
Hard to scale, hard to debug, and expensive to maintain over time.
Clear structure, reusable components, smoother collaboration, and easier long-term improvement.
if(user){return NextResponse.redirect('/login')}
let team = undefined;
const token = req.headers.get('token')
const token = request.headers.get('token');
const user = await getUserByToken(token);
if (!user) return redirectToLogin();
Security Lab
Tools: Metasploit, Nmap, Burp Suite, Kali Linux
Summary: Simulated attacks using OWASP Top 10 vulnerabilities. Identified SQL injection and XSS flaws, documented findings with screenshots and remediation steps.
View on GitHubTools: msfvenom, Netcat, Wireshark
Summary: Created custom payloads for Windows and Linux environments. Demonstrated reverse shell access and privilege escalation techniques in a controlled lab.
View on GitHubTools: Nessus, Nikto, OpenVAS
Summary: Conducted scans on a simulated banking system. Generated professional-grade report with annotated screenshots, CVSS scores, and mitigation strategies.
Download ReportTools: Phishing simulations, awareness training materials
Summary: Developed a campaign to educate employees on social engineering tactics. Included simulated phishing attacks and training sessions.
View CampaignStep Into My Code Vault
That is where I keep the deeper technical trail: repositories, iterations, and the ideas that eventually become polished products.
github.com/Rajmali07