Skip to content
View Ybouali's full-sized avatar
🧶
No C AnyMore 🤣🤣🤣🤣
🧶
No C AnyMore 🤣🤣🤣🤣

Block or report Ybouali

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
ybouali/README.md
🧠 Yassine Bouali – Software Engineer

Details Banner

Full-Stack Developer | React Native • React • Django • Flutter
From Casablanca, Morocco 🇲🇦
📧 [email protected]LinkedIn • 📞 +212 650 027 073

React Compiler

  • Full-Stack Developer Intern @ Koolskools (Jul 2025 – Present)
    → Building React Native mobile app + web ticketing platform
    Django + PostgreSQL backend with AWS S3, FCM, Google Maps API
    → Full Docker + Docker Compose deployment

  • Full-Stack Web Intern @ ORMVA/TF (Jan–May 2025)
    → Developed offer creation workflow with role-based UIs & legacy data migration

  • 1337 School (42 Network)2021 – Present
    → Peer-learning, C, algorithms, systems programming, full-stack projects

export default defineConfig([
  globalIgnores(['dist']),
  {
    files: ['**/*.{ts,tsx}'],
    extends: [
      // Other configs...

      // Remove tseslint.configs.recommended and replace with this
      tseslint.configs.recommendedTypeChecked,
      // Alternatively, use this for stricter rules
      tseslint.configs.strictTypeChecked,
      // Optionally, add this for stylistic rules
      tseslint.configs.stylisticTypeChecked,

| **Frontend** | **Backend** | **Mobile** | **DevOps** |
|---------------|-------------|-------------|-------------|
| React + Vite | Django / DRF | React Native | Docker |
| TypeScript | PostgreSQL | Flutter | Nginx |
| Tailwind CSS | REST APIs | Expo | AWS S3 |
| JavaScript | Celery | Redux Toolkit | Firebase FCM |
| Node.js | JWT Auth | Axios | Google Maps API |
| Express.js | MongoDB | Shell Scripting | Git & GitHub |

</details>

Pinned Loading

  1. ybouali ybouali Public

    My personal website

    TypeScript 5 1

  2. Inception Inception Public

    Broaden my knowledge of system administration by using Docker. Virtualize several Docker images, creating them in a new virtual machine.

    PHP

  3. FT_WEBSERV FT_WEBSERV Public

    This project is about writing your own HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, ev…

    C++

  4. ft_containers ft_containers Public

    The aim of this project is to understand how the containers of the STL, some interesting allocation method, some tricks with the linker and optimisation.

    C++