Welcome to my Portfolio!

Would you like a guided tour of this site?

DEV - This website is still in development mode and therefore contains mostly Mock Data

Building the future,one line of code at a time

Full-stack developer specializing in interactive applications and secure systems

portfolio.tsx
const Developer = () => {
            const skills = ['NextJS', 'React', 'TypeScript'];
            const passion = 'Building intuitive interfaces';
            
            return (
                <Portfolio 
                skills={skills}
                passion={passion}
                available={true}
                />
            );
        }

Projects

Explore my recent work

Neural Network Sentiment Analyzer

A deep learning model that analyzes text sentiment in real-time using LSTM networks and attention mechanisms. Built with PyTorch and deployed with Flask.

Blockchain Supply Chain Tracker

A distributed application tracking product journey from factory to consumer with immutable records. Built with Solidity smart contracts and Ethereum.

AR Educational Platform

An augmented reality application for interactive learning experiences. Using ARKit and Unity to create immersive educational content.

Distributed Systems Simulator

A visualization tool for distributed algorithms and consensus protocols. Simulates network partitions, node failures, and Byzantine scenarios.

Quantum Algorithm Visualizer

An interactive platform for visualizing and understanding quantum algorithms. Includes simulations of Shor's, Grover's, and QAOA algorithms.

Skills in Progress

Technologies I'm currently learning

πŸ¦€

Rust Programming

45%
πŸ“¦

WebAssembly

60%
🚒

Kubernetes

70%
πŸ“Š

GraphQL

85%
πŸ€–

Machine Learning Ops

50%

Certification Journey

Tracking my path to Certified Information Systems Security Professional (CISSP)

πŸ”

Certified Information Systems Security Professional (CISSP)

Provider: ISCΒ²

62.5% Complete
βœ“

Security and Risk Management

Mastering security concepts, principles, and compliance requirements.

Completed
βœ“

Asset Security

Understanding data classification, ownership, and protection methods.

Completed
βœ“

Security Architecture and Engineering

Learning secure design principles and security models.

Completed
βœ“

Communication and Network Security

Studying secure network architecture and network components.

Completed
βœ“

Identity and Access Management

Managing identification, authentication, and access control.

Completed
6

Security Assessment and Testing

Conducting security control testing and vulnerability assessments.

In Progress
7

Security Operations

Implementing incident management and disaster recovery.

In Progress
8

Software Development Security

Applying security in the SDLC and understanding security controls.

In Progress

Personal Blog

Thoughts and insights on technology

April 15, 2025

Comparing Rust and Go for Systems Programming

An in-depth analysis of performance, safety, and developer experience.

Read More
March 22, 2025

Building Microinteractions That Delight Users

Small details that create memorable user experiences in web applications.

Read More
February 18, 2025

Zero-Knowledge Proofs: A Practical Introduction

Understanding how to implement privacy-preserving authentication.

Read More