Crafting Digital Excellence
Full-stack developer with expertise in modern web technologies, educational platforms, and creative media production. I build scalable applications that solve real-world problems while maintaining elegant user experiences and robust architecture.
Frontend Development
Backend Development
DevOps & Tools
Creative Tech
wordpress
import pandas as pd
import matplotlib.pyplot as plt
# Data analysis and visualization pipeline
def analyze_data(dataset):
df = pd.read_csv(dataset)
insights = df.groupby('category').mean()
return insights
result = analyze_data('legal_data.csv')
WordPress Site
Creating a custom website template using php and css.
vocabulary.js
import * as THREE from 'three';
// Interactive 3D scene for portfolio showcase
const scene = new THREE.Scene();
const camera = new THREE.PerspectiveCamera(75,
window.innerWidth / window.innerHeight, 0.1, 1000);
const geometry = new THREE.BoxGeometry();
const material = new THREE.MeshBasicMaterial({
color: 0xFFD700
});
Guessing Game
JavaScript, HTML, and CSS come together to challenge the player's vocabulary.