SELECT Human FROM Earth
WHERE
name = 'Hugo FAURIEL'
AND gender = 'Male'
AND age = 25
AND country = 'France'
AND role = 'Founder & CEO at ImpriMante'
AND contract = 'Permanent'
AND currentCompany = 'ImpriMante'I'm founder and CEO at ImpriMante, a France-based company mixing AI and 3D printing! I'm also a web develpper (React/Next.JS and PhP) and AI developper.
I'm passionate about creative activities such as:
- 🎞️ Video editing
- 📷 Photo editing
- 💻 Programming
- 🎵 Music
- 📦 3D printing
- ...and more!
def get_programming_languages():
# I know, HTML and CSS aren't programming lanquages
return ["HTML5", "CSS3", "JavaScript", "TypeScript", "PhP", "SQL", "Python", "R", "C++"]<?php
function getIde() {
// This is not true for the last two
return ["Visual Studio Code", "Visual Studio 2022", "PyCharm", "Jupyter Notebook", "Bloc-notes", "Vim"];
}#include <iostream>
#include <string>
void Framework()
{
std::string framework[8] = { "React", "Next.JS", "Prisma", "NextAuth", "TailwindCSS", "ShadCN", "Tensorflow", "PyTorch" };
for (int i = 0; i < framework->length(); ++i)
{
std::cout << framework[i] << std::endl;
}
}
int main()
{
Framework();
std::cin.ignore();
return 0;
}Output
React
Next.JS
Prisma
NextAuth
TailwindCSS
ShadCN
Tensorflow
PyTorch
01010000 01100001 01110010 01101100 01100101 01110010 00100000 01100101 01101110 00100000 01100010 01101001 01101110 01100001 01101001 01110010 01100101(FR)- 🎧 Listen music (I create sometimes music)
- 💻 Programming programs
- 📺 Watching series
- 📺 Watching others series
- 📺 Watching series (and sometimes films)
Il ne faut jamais imposer son point de vue sur un problème; on devrait plutôt l'étudier, et avec le temps une solution se révélera ~ Albert Einstein
I am not a good programmer, I am just good at copy pasting from stackoverflow ~ Rahul Codes
There are only two kinds of programming languages: those people always bitch about and those nobody uses ~ Bjarne Stroustrup
Any fool can write code that a computer can understand. Good programmer write code that humans can understand ~ Martin Fowler
