class SoftwareEngineer {
constructor() {
this.name = "Ayoub Es Sarghini";
this.role = "Software Engineer";
this.location = "Morocco ๐ฒ๐ฆ";
this.languages = ["Java", "TypeScript", "PHP", "Javascript","Python", "C","C++","Kotlin","Dart"];
}
getCurrentStack() {
return {
frontend: ["React", "Next.js", "Angular", "Three.js", "React Three Fiber"],
backend: ["Laravel", "Spring Boot", "Node.js", "Express","Fastify","Django"],
mobile: ["Android Native", "Java", "Kotlin","React Native","Flutter"],
design: ["Figma", "Adobe Photoshop", "Canvas"],
databases: ["MySQL", "MongoDB", "PostgreSQL", "Firebase"],
tools: ["Git", "Docker", "Linux", "Vim", "Postman"]
};
}
getDailyRoutine() {
return [
"โ Coffee++",
"๐ป Code > Debug > Repeat",
"๐จ Design pixel-perfect UIs",
"๐ Learn something new",
"๐ Deploy to production"
];
}
getPhilosophy() {
return "Hope is the belief in the probability of the possible rather than the necessity of the probable.";
}
}
const ayoub = new SoftwareEngineer();
console.log(ayoub.getCurrentStack());$ git status
On branch main
Your branch is up to date with 'origin/main'
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
๐จ new file: 3d-portfolio/
โจ modified: skills/threejs.js
๐ modified: skills/react-three-fiber.js
๐ฅ modified: creativity-level.max
$ echo "Currently exploring:"
๐ฆ Three.js - Creating mind-blowing 3D experiences
๐ญ React Three Fiber - Bridging React and 3D worlds
๐ช GSAP - Advanced animations that pop
๐จ WebGL Shaders - Custom visual effectseducation:
- institution: "1337 (42 Network)"
program: "Software Engineering"
status: "In Progress"
skills: ["C", "Algorithms", "System Design", "Unix"]
achievements:
- "๐ 42 Cursus Student"
- "๐ก Built 50+ Full-Stack Projects"
- "๐จ Designed 30+ UI/UX Projects"
- "๐ฑ Developed Multiple Android Apps"
currently_learning:
- "Microservices"
- "RxJS"
- "Cloud Architecture"|
Full-stack application primarily implemented in Python with a simple front-end in HTML. Backend-focused with deployment tooling and automation.
|
A custom HTTP server implementation you can test in a real browser โ great for learning low-level web protocols and server internals.
|
|
Robust backend service implemented in Java for a travel app, designed for reliability and containerized deployments.
|
Full-stack real-time project combining TypeScript and JavaScript with small smart-contract components and realtime features.
|
๐ก Full-Stack Development
๐จ UI/UX Design Principles
๐ Building 3D Web Experiences
๐ฑ Mobile App Development
โก Performance Optimization
๐ฏ System Architecture
๐ง DevOps Best Practices
๐ From Idea to Production
๐ค Open to collaborating on innovative projects!|
Visit My Portfolio |
Let's Connect |
Email Me |
Freelance Projects โข Collaboration โข Job Opportunities โข Tech Talks
while (alive) {
eat();
code();
sleep();
repeat();
}