Skip to content
View Sandro642's full-sized avatar
:atom:
Open Source Developer
:atom:
Open Source Developer

Block or report Sandro642

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

Mes skills


Mes Frameworks favoris


ERASMUS+

CYPRUS

Pinned Loading

  1. ConnectLib-Project/ConnectLib ConnectLib-Project/ConnectLib Public

    the universal gateway to connect, automate and orchestrate your data flows! And if you thought APIs were complicated, think again! With ConnectLib, it's like playing with Lego: simple, intuitive an…

    Java 2

  2. ConnectLib-Project/ConnectLib-Dashboard ConnectLib-Project/ConnectLib-Dashboard Public

    ConnectLib Dashboard allows you to orchestrate your libraries implemented across different projects. View the status of ConnectLib, the routes, and the requests.

    TypeScript

  3. Athena's Shield Athena's Shield
    1
    # Documentation : Athena's Shield pour HeliosLauncher
    2
    
                  
    3
    ## Introduction
    4
    
                  
    5
    **HeliosLauncher** est un lanceur de jeu pour **Minecraft** qui est développé par Daniel Scalzi pour garantir une expérience de jeu sécurisée et optimisée. Pour maintenir l'intégrité du jeu et empêcher l'introduction de mods non autorisés ou altérés, j'ai mis en place un nouveau système de sécurité appelé **Athena's Shield**.
  4. RouteHandler.ts RouteHandler.ts
    1
    import path from "path";
    2
    import fs from "fs";
    3
    import { FastifyInstance, RouteOptions } from "fastify";
    4
    import { getAllFilesRecursive } from "../utils/FileUtil";
    5
    import { Logger } from "../utils/Logger";