portfolio.exe
user@portfolio:~$ cat introduction.txt

Shivraj

Web Developer | Cybersecurity Enthusiast

> Crafting digital experiences with code
> Breaking systems to build them better
> Always learning, always hacking

$ cat about.md

class Developer {
    constructor() {
        this.name = "ShivRaj";
        this.role = "Web Developer";
        this.location = "on internet";
        this.languages = ["JavaScript", "Python", "Go", "Rust"];
        this.interests = ["AI/ML", "Cybersecurity", "Open Source"];
    }

    getCurrentFocus() {
        return "Building scalable web applications";
    }

    getGoals() {
        return [
            "Master system design",
            "Contribute to open source",
            "Learn quantum computing"
        ];
    }
}
0 Projects Completed
0 Years Experience
0 Commits This Month

$ ls -la skills/

Frontend

React.js
Vue.js
TypeScript

Backend

Node.js
Python
PostgreSQL

DevOps

Docker
AWS
Kubernetes

$ find ./projects -type f -name "*.md"

E-Commerce Platform

Full-stack e-commerce solution with React, Node.js, and PostgreSQL. Features include user authentication, payment processing, and admin dashboard.

React Node.js PostgreSQL Stripe

Network Scanner Tool

Python-based network scanning tool for cybersecurity professionals. Includes port scanning, vulnerability detection, and reporting features.

Python Nmap Scapy Flask

Real-time Chat App

WebSocket-based chat application with end-to-end encryption, file sharing, and group chat functionality.

Socket.io Express MongoDB JWT

$ ./initiate_contact.sh

user@portfolio:~$ cat contact_info.txt