boot@devsecops-portfolio
shafin@devsecops:~$SYSTEM ACTIVEKerala, India · 2026
DevSecOps · Cybersecurity · Web Dev

MUHAMMEDSHAFIN P

B.Tech CSE student specialising in Cybersecurity at KMCT IETM Kozhikode, Kerala. Passionate about bridging security and development — building systems that are both functional and hardened.

DevSecOpsCybersecurityWeb DevLinuxPythonNetworking
B.Tech CSE 2024–2028KMCT IETMMalappuram · Kerala
shafin@devsecops:~ — bash
DevSecOps·Cybersecurity·Web Development·Linux·Python·Networking·KMCT IETM·Open to Internships·Malappuram·DevSecOps·Cybersecurity·Web Development·Linux·Python·Networking·KMCT IETM·Open to Internships·Malappuram·DevSecOps·Cybersecurity·Web Development·Linux·Python·Networking·KMCT IETM·Open to Internships·Malappuram·DevSecOps·Cybersecurity·Web Development·Linux·Python·Networking·KMCT IETM·Open to Internships·Malappuram·
01
01 — Profile

Who I Am

I'm Muhammed Shafin P — a Cybersecurity engineering student building at the intersection of security, development, and operations. I think like an attacker and build like an engineer, keeping security embedded from line one of code.

Pursuing B.Tech in CSE with Cybersecurity at KMCT IETM. Actively learning hands-on skills in networking, Linux system administration, web technologies, and security tooling — with a DevSecOps mindset at the core.

Designation
B.Tech CSE · Cybersecurity Specialisation
Institution
KMCT IETM · APJ Abdul Kalam University · 2024–2028
Location
Malappuram, Kerala, India
Languages
English · Malayalam
Soft Skills
Problem-solving · Quick learner · Team player · Attention to detail
Authenticate to View
02
02 — Tech Stack

Skill Scan

$ nmap --skill-scan localhost
PORTSTATETECHNOLOGYPROFICIENCY
80/tcpOPENHTML / CSS
75%
443/tcpOPENNetworking (OSI/TCP-IP)
35%
22/tcpOPENLinux / Bash Scripting
25%
8080/tcpOPENJavaScript
45%
3000/tcpOPENPython (Basic)
40%
4444/tcpOPENCybersecurity Tools
20%
1337/tcpOPENC Programming
60%
Problem SolvingAttention to DetailQuick LearnerTeam PlayerTime ManagementAdaptability
03
03 — Deployments

Projects

01
DEPLOYED
Invoeazy

A fast, minimal web-based invoice generator for freelancers and small businesses. Create professional invoices in seconds — no sign-up, no clutter, ready to download.

Features
Itemised invoices with custom line items and quantities
Auto-calculate subtotal, tax percentage and grand total
Client and business fields with logo upload support
Clean invoice layout — print or save as PDF
Invoice numbering with auto date-fill
Fully client-side — no data sent to any server
Code
// Calculate totals function calcTotals() { const items = document .querySelectorAll('.line-item'); let subtotal = 0; items.forEach(row => { subtotal += +row.qty.value * +row.rate.value; }); const tax = subtotal*(TAX/100); updateUI({subtotal,tax, total:subtotal+tax}); }
HTML5CSS3JavaScriptjsPDFLocalStorage
02
ACTIVE
Portfolio

This DevSecOps portfolio — built with terminal-style UI, pendulum physics, gated auth, SHA-256 hashing, encrypted resume download, and live data capture.

Features
Terminal boot loader with sequential command animation
DevSecOps-themed layout with nmap-style skill table
SHA-256 password hashing via Web Crypto API (zero-dependency)
Resume embedded as base64 — gated behind auth, no external hosting
Google Apps Script captures all registrations and feedback
Pendulum spring physics, custom cursor, particle trail
Code
// SHA-256 password hash async function hashPw(pw) { const enc = new TextEncoder() .encode(pw + SALT); const buf = await crypto .subtle.digest('SHA-256', enc); return [...new Uint8Array(buf)] .map(b=>b.toString(16) .padStart(2,'0')) .join(''); }
HTML5CSS3JavaScriptWeb Crypto APIApps Script
04
04 — Pipeline

Journey

2024 Present
STAGE: ACTIVE
B.Tech Computer Science & Engineering
KMCT IETM · APJ Abdul Kalam Technological University

Specialising in Cybersecurity. Building a strong foundation in networking, Linux systems, secure coding, and web technologies. Actively pursuing hands-on experience through real projects with a DevSecOps mindset.

2022 2024
STAGE: COMPLETE
Higher Secondary Education
GHSS Mankada Pallippuram · Kerala Higher Secondary Examination

Completed with a score of 87.9%. Built strong analytical thinking and problem-solving skills — the foundation for Computer Science Engineering.

05 — Active Training

In Progress

🔐
Network Security

OSI model, TCP/IP, firewall configs, network attack analysis

35%
🐧
Linux & Bash

Shell scripting, system administration, process management

25%
🌐
Web App Security

OWASP Top 10, XSS, SQL injection, secure coding practices

10%
🐍
Python for Security

Security automation, scripting, tooling with Python

40%
💻
HTML, CSS & JS

Modern responsive frontend with security-first design

75%
06
06 — Reach Out

Contact

Authenticate
Required to view secured content

Logged in as:

Did you like my portfolio?

Rate the experience

Anything I can improve?