Skip to content
View thejokers69's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report thejokers69

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thejokers69/README.md

Mohamed Lakssir | Full-Stack Developer

GitHub followers LinkedIn Roadmap.sh Portfolio

Building intuitive digital experiences with React, TypeScript, and data visualization | Making complex data understandable

👨‍💻 About Me

  • 🎓 I'm a second-year Computer Engineering student at Mundiapolis University, currently interning while pursuing my studies.
  • 🌱 I'm building a camera configuration app with React and Tailwind CSS (reducing setup time by 20%) and have completed a task management app for the "Education Digital Twin" system using TypeScript and D3.js.
  • 🔍 Passionate about crafting intuitive web solutions and visualizing data with ML and modern tech stacks, focusing on real-time data analysis and visualization.
  • 🎶 Outside of tech, I enjoy long drives, relaxing on the beach, and listening to piano music.
  • 🚀 Currently exploring LLM integrations in web applications and improving my DevOps skills with CI/CD pipelines.

📊 GitHub Stats

GitHub Stats Top Languages

🐱 My Virtual Pet

#30NitesOfCode

Check out my progress on the #30NitesOfCode challenge! View my journey

🚀 Learning Journey

timeline
    title My Professional Journey
    2017 : Started Web Development Journey
         : First internships at NEXTRONIC and Eclipse Casablanca
    2018 : Database Development at Casablanca D'Informatique
         : Built first full-stack application
    2020 : Scientific Baccalaureate
         : Started focusing on modern web technologies
    2021 : Began Preparatory Engineering Classes
         : Explored cloud technologies
    2023 : Started Computer Engineering Program
         : Mastered containerization with Docker
    2024 : HCIA-Cloud Computing Certification
         : Full-Stack Developer Internship at Mascir
         : Built IoT Pipeline handling 100+ data points/sec
    2025 : Cloud/Web Development Internship (Current)
         : Working on scalable cloud solutions
         : Mastering DevOps practices
Loading

🌟 Projects

(Private) Repo: Camera Configurator and Task Manager for Education Digital Twin.

Here are some of my standout projects:

  • Real-Time IoT Monitoring System
    Dockerized pipeline for sensor data visualization, handling 100+ data points/sec.
    Tech Stack: Docker, MQTT, InfluxDB, Grafana
    Metrics: Reduced setup time by 40%, improved data processing efficiency by 25%
    Takeaway: Mastered real-time data pipelines for IoT scalability.

  • AI-Powered Banking Chatbot
    Spring MVC chatbot with RAG integration, cutting query resolution time by 15%.
    Tech Stack: Java, Spring MVC, TensorFlow, RAG
    Metrics: 15% faster customer query resolution, 90% accuracy in document analysis
    Takeaway: Blended AI with user-facing apps.

  • Travel Reservation API
    REST API for travel bookings with automated pricing logic.
    Tech Stack: Node.js, Express, MongoDB
    Metrics: Handles 200+ concurrent requests, 99.5% uptime
    Takeaway: Improved API efficiency with middleware.

  • Data Analyzer
    Django app for crunching data files with visualizations like heatmaps.
    Tech Stack: Python, Django, Pandas, Seaborn
    Metrics: Processes datasets up to 500MB with optimized memory usage
    Takeaway: Streamlined data insights with clean code.

🛠️ Code Quality Practices

I'm committed to maintaining high-quality code in all my projects:

  • Testing: Implementing unit tests with Jest, PyTest, and JUnit
  • CI/CD: Using GitHub Actions for automated testing and deployment
  • Documentation: Detailed READMEs, inline comments, and API documentation
  • Code Reviews: Actively seeking feedback through pull requests
  • Performance: Optimizing for speed and resource efficiency

🤝 Contributions

I'm sharpening my skills on real-world projects and I'm eager to dive into open-source collabs. Got a cool idea? Let's code it up!
Join me on GitHub

I'm particularly interested in contributing to:

  • Data visualization libraries
  • React/TypeScript tooling
  • Developer productivity tools

📫 Contact Information

Love to talk tech, data viz, or beach vibes? Hit me up!

🔧 Skills & Technologies

Languages

Python JavaScript TypeScript Java Solidity (currently learning)

Frontend

React React Router Next.js Tailwind CSS shadcn/ui D3.js Svelte SvelteKit Vite

Backend & Databases

Node.js Express.js Django Spring Boot MongoDB MySQL

Tools & Deployment

Docker Git GitHub GitKraken JWT GitHub Pages Vercel AWS Digital Ocean Grafana

Development Environment

ESLint Prettier iTerm2 Homebrew

Operating Systems

macOS Ubuntu

🏆 Certifications & Learning

FreeCodeCamp Responsive Web Design Coursera Machine Learning Foundations

Pinned Loading

  1. TP1-Mundiapolis-NodeJS TP1-Mundiapolis-NodeJS Public

    Repository for TP1 at Mundiapolis University. This project demonstrates the development of a Node.js application using Express, featuring basic CRUD operations for managing books. It includes routi…

    JavaScript

  2. thejokers69 thejokers69 Public template

    My public repository.

    SCSS 1

  3. Architecture_JEE_2GI_MUNDIA Architecture_JEE_2GI_MUNDIA Public

    Consolidated repository for all TP projects from the Architecture JEE - 2GI MUNDIA class.

    Java 1

  4. E-bank-Chatbot E-bank-Chatbot Public

    Ce projet est un chatbot intelligent intégré à un système bancaire en ligne. Le chatbot permet d’interagir avec les administrateurs en répondant à leurs questions et en analysant des documents tels…

    JavaScript 2 2

  5. Dockerized-IoT-Dataflow Dockerized-IoT-Dataflow Public

    This project simulates a DHT sensor using Python, collects data via MQTT (Mosquitto), stores it in InfluxDB, and visualizes it using Grafana. The setup is managed through Docker Compose for easy de…

    Python