Skip to content
View Qcucchiara's full-sized avatar

Block or report Qcucchiara

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
Qcucchiara/README.md

Bonjour, Je suis Phost, développeur web et concepteur développeur d'application en devenir

je suis actuellement à la recherche d'un stage de 5 mois entre le 8 septembre 2025 et le 16 janvier 2026 dans le cadre de ma formation.

Frameworks
Next.js React Native NestJS Symfony
Libraries
Node.js Express React Tailwind CSS
DevOps
Docker GitLab CI Apache
Databases
MongoDB PostgreSQL MySQL
Outils
Git GitHub GitLab VS Code IntelliJ Postman Trello Discord
Design
Figma Canva Blender
Langues & Langages
Français Anglais JavaScript TypeScript CSS HTML SQL Java Kotlin C# PHP

Stack Technique

│────────────────│   │─────────────────│   │──────────────│   │───────────────│
│  Frameworks    │   │  Libraries      │   │  DevOps      │   │  Databases    │
│────────────────│   │─────────────────│   │──────────────│   │───────────────│
│ ► Next.js      │   │ ► Node.js       │   │ ► Docker     │   │ ► MongoDB     │
│ ► React Native │   │ ► Express       │   │ ► GitLab CI  │   │ ► PostgreSQL  │
│ ► NestJS       │   │ ► React         │   │ ► Apache2    │   │ ► MySQL       │
│ ► Symfony      │   │ ► Tailwind CSS  │   │──────────────│   │───────────────│
│────────────────│   │─────────────────│

│────────────────│   │───────────────────────│    │────────────│
│  Languages     │   │  Tools                │    │  Design    │    
│────────────────│   │───────────────────────│    │────────────│    
│ ► French       │   │ ► Git                 │    │ ► Figma    │    
│ ► English      │   │ ► GitHub              │    │ ► Canva    │    
│ ► Javascript   │   │ ► GitLab              │    │ ► Blender  │    
│ ► TypeScript   │   │ ► Visual Studio Code  │    │────────────│    
│ ► CSS          │   │ ► IntelliJ JetBrains  │    
│ ► HTML         │   │ ► Postman             │
│ ► SQL          │   │ ► Trello              │
│ ► Java         │   │ ► Discord             │
│ ► Kotlin       │   │───────────────────────│
│ ► C#           │
│ ► PHP          │
│────────────────│

🔭 Je développe sur mon temps libre un moteur de jeu 2d avec architecture ECS

classDiagram
    class IdManager {
        -currentIdCount: number
        -freeIds: number[]
        -getNextId(): number
        +allocateId(): number
        +freeId(id: number): void
    }
    
    class ComponentManager {
        -instance: ComponentManager
        -registeredComponents: Map<string, Class>
        +getInstance(): ComponentManager
        +register(name: string, class: Class): boolean
        +create(name: string): AbstractComponent
    }
    
    class EntityManager {
        -idManager: IdManager
        -componentManager: ComponentManager
        -entities: Iterable<Array<Component>>
        +setEntity(): Iterable<Array<Component>>
        +removeEntity(id): boolean
        +getEntities(): Iterable<Array<Component>>
        +addComponent(entityId: number, component: Component): boolean
        +getComponents(entityId: number): Array<Component>
        +removeComponent(entityId: number): boolean
    }
    
    class ECS {
        -instance: ECS
        +entityManager: EntityManager
        +componentManager: ComponentManager
        -systems: Set<ISystem>
        +getInstance(): ECS
        +addSystem(system: AbstractSystem): boolean
        +update(): void
    }
    
    class ISystem {
        <<Interface>>
        +update(deltaTime: number): void
    }
    
    IdManager <-- EntityManager
    ComponentManager <-- EntityManager
    ComponentManager <-- ECS
    EntityManager <-- ECS
    ISystem <-- ECS
    
    EntityManager "1" -- ECS
Loading
  • 🌱 J'apprend actuellement l'architecture ECS, la méthodologie scrum et devops
  • 👯 Mon objectif final est d'intégrer une équipe en tant qu'architecte logiciel
  • 🤔 Je recherche un accompagnement pour m'aider à monter en compétence et je pourrais apporter mon esprit de sorcier aiguisée
  • 📫 Vous pouvez me contacter par mail à l'adresse: cucchiaraquentin@gmail.com
  • ⚡ Euhhh ... je sais plus ce que je voulais dire ...

Pinned Loading

  1. ecs-2d-game-engine ecs-2d-game-engine Public

    TypeScript

  2. brief-8_office-supply-hub_front brief-8_office-supply-hub_front Public

    TypeScript

  3. NextCoin-brief-7 NextCoin-brief-7 Public

    TypeScript