Skip to content
View MohsineDas04's full-sized avatar

Highlights

  • Pro

Block or report MohsineDas04

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
MohsineDas04/README.md

πŸ‘‹ Hello, World!

Typing SVG

πŸš€ Software Engineering Student | MERN Stack Developer | AI Enthusiast

πŸ“ Casablanca, Morocco πŸ‡²πŸ‡¦ | πŸŽ“ 1337 Rabat (42 Network)


πŸ§‘β€πŸ’» About Me

const developer = {
    name: "Mohsine Lakhlil",
    location: "Casablanca, Morocco πŸ‡²πŸ‡¦",
    education: "1337 Rabat (42 Network)",
    currentFocus: ["Full Stack Development", "Data Science", "AI/ML"],
    philosophy: "Clean code, elegant solutions, continuous learning",
    
    code: ["C", "JavaScript", "Python"],
    technologies: {
        frontend: ["React", "Next.js", "Tailwind CSS", "HTML5", "CSS3"],
        backend: ["Node.js", "Express.js", "MongoDB"],
        tools: ["Git", "Docker", "VS Code", "Linux"],
        learning: ["NumPy", "Pandas", "Scikit-learn", "TensorFlow"]
    },
    
    challenge: "Building scalable solutions while exploring AI frontiers"
};

🎯 What Drives Me

  • 🧩 Problem Solving: Passionate about algorithmic challenges and optimization
  • πŸ’‘ Innovation: Always exploring new technologies and best practices
  • 🌱 Growth: Currently diving deep into Data Science and Machine Learning
  • 🀝 Collaboration: Believer in open-source and knowledge sharing
  • πŸ† Excellence: Committed to writing clean, maintainable, and efficient code

πŸ› οΈ Tech Stack

Languages

C Python JavaScript

Frontend Development

HTML5 CSS3 React Next.js Tailwind CSS

Backend & Database

Node.js Express.js MongoDB

Data Science & AI

NumPy Pandas Scikit Learn

Tools & Others

Git Linux VS Code


πŸ“Š GitHub Statistics

Contribution Graph

πŸ’­ Random Dev Quote

Quote


🌐 Connect With Me

Email LinkedIn


πŸ’» "Learn by doing, not just reading. Build first, master later. Code isn't a jobβ€”it's a lifestyle." – Me

Profile Views

⭐️ From MohsineDas04

Pinned Loading

  1. push_swap push_swap Public

    An optimized data sorting algorithm in C using stacks. Implements a Hybrid Turk Algorithm with $O(N \log N)$ complexity to sort integers with minimal operations.

    C

  2. ft_printf ft_printf Public

    Custom implementation of printf in C, handling variadic arguments and multiple format specifiers. A foundational project for understanding formatted output and string manipulation.

    C

  3. get_next_line get_next_line Public

    A 42 School project focused on file descriptor manipulation, static variables, and memory management. The goal is to recreate a function similar to fgets that handles arbitrary buffer sizes and rea…

    C

  4. Libft Libft Public

    A custom C standard library implementation featuring essential functions for string manipulation, memory management, linked lists, and character operations. Built from scratch to deepen understandi…

    C

  5. Social-media-Project Social-media-Project Public

    I built a social media web app with HTML, CSS, JavaScript, and Axios for API integration. I used Bootstrap for a responsive design, focusing on a user-friendly experience. This project enhanced my …

    JavaScript 1

  6. Weather-App Weather-App Public

    A simple app to check the weather in any city worldwide! Using the OpenWeather API, it displays real-time weather data. Built with axiosJS for API calls and i18next for easy language switching betw…

    JavaScript