interface SpaceExplorer {
name: string;
title: string;
location: string;
available: boolean;
skills: string[];
currentProject: string;
contact: string;
}
const taha: SpaceExplorer = {
name: "Taha Khamessi",
title: "Full Stack Developer & ML Enthusiast",
location: "Tunisia π",
available: true,
skills: [
"Space Technology",
"Full Stack Development",
"Machine Learning",
"3D Graphics",
"Real-time Systems"
],
currentProject: "2024 NASA Space Apps Challenge",
contact: "taha.khamessi@gmail.com"
};
class Philosophy {
static readonly quote: string =
"I don't hold the planets and stars " +
"responsible for my choices.";
}
π¨ Frontend & Creative Development
mindmap
root((Frontend))
Frameworks
React
Angular
Flutter
3D Graphics
Three.js
Unity
WebGL
UI/UX
Tailwind
Material UI
π§ AI & Machine Learning Laboratory
mindmap
root((AI and ML))
Deep Learning
TensorFlow/Lite
PyTorch
Keras
Computer Vision
OpenCV
MediaPipe
YOLO
Data Science
Pandas
NumPy
Scikit-learn
β‘ Backend & Infrastructure Command Center
mindmap
root((Backend))
Server
Node.js
Spring
Express
Database
MongoDB
MySQL
Firebase/Firestore
DevOps
Docker
CI/CD
Hosting
Netlify
Github Pages
Vercel
Firebase Hosting
%%{init: {'theme': 'dark', 'themeVariables': { 'fontSize': '16px'}}}%%
pie showData
title Core Technology Distribution
"Frontend & 3D" : 30
"Machine Learning & AI" : 25
"Backend & DevOps" : 25
"Space Technology" : 20
π» Programming | π¨ Frontend & 3D | π€ AI & ML | βοΈ Backend & DevOps |
---|---|---|---|
JavaScript βββββββββββββββββββββ 45.2%
Python βββββββββββββββββββββ 25.8%
TypeScript βββββββββββββββββββββ 15.3%
HTML/CSS βββββββββββββββββββββ 10.2%
Other βββββββββββββββββββββ 3.5%