- 💻 Web, mobile, software and indie game developer
- 👑 Founder and president of HoS Team (since June 2023)
- 🎂 Born in 2003 (22 years old)
- 📜 Associate's degree in Computer Science in web and software development
- 🎓 Currently studying: Bachelor’s degree in Software and Web Development (3-years)
| Technologies | Technologies | Technologies | Technologies | Technologies |
|---|---|---|---|---|
Clickteam Fusion |
C |
C++ |
C# |
HTML5 |
CSS3 |
JavaScript |
TypeScript |
PHP |
MySQL |
SQLite |
Java |
Python |
Ruby |
Lua |
Dart |
Kotlin |
Node.js |
React |
Next.js |
Symfony |
Flutter |
Electron |
PostgreSQL |
Bootstrap |
Django |
Django REST |
Docker |
Godot |
GraphQL |
JSON |
Laravel |
NW.js |
Tailwind CSS |
Express.js |
Click on the logos for more information!
PortInkFolio - (In progress since September 19, 2023)
RolePlay Game: Character Creator (Android, iOS, Windows) - (In progress since February 3, 2022)
HoS Website - (In progress since January 9, 2024)
SQLGenix - (PHP library ready to use now)
Heroes of Songs : J.V - (Current version: v0.3.0)
// Language : TypeScript
const nom :string = "Tom";
const pseudo :string = "Inkflow";
var age :number = 22;
function languagesMastered() :string[] {
var masteredTechnos :string[] = [
"Clickteam Fusion",
"HTML5",
"CSS3",
"JavaScript",
"TypeScript",
"PHP",
"MySQL",
"SQLite",
"Java",
"Python"
];
return masteredTechnos;
}
var hosTeam :boolean = true
function isOrganizationPresident(hosTeam :boolean) :boolean {
if (hosTeam==true) {
return true;
} else {
return false;
}
}
function currentStatus() :string[] {
var formations :any[] = [
["2023 - 2025",
"BTS SIO (SLAM)",
"Gaston Berger"],
["2025 - 2028",
"Mastère Développeur Fullstack",
"Ynov Campus Lille"]
];
var workplace :any[] = [
"Student"
];
if(workplace[0]=="Student") {
return formations;
} else {
return workplace;
}
}
function currentProjects() :any[] {
var projects :any[] = [
"PortInkFolio",
"RolePlay Game: Character Creator",
"HoS Website",
"Heroes of Songs : J.V",
"Mysterious Bot: Reinitialized",
"Relics of Sokal: The Divine Call",
"SQLGenix"
];
return projects;
}
languagesMastered();
isOrganizationPresident(hosTeam);
currentStatus();
currentProjects();Inkflow



