import WebDeveloper from 'alexandregdnt';
class Bio extends WebDeveloper {
name = 'Alexandre Grodent';
title = 'Web Developer | Student';
school = 'HETIC';
location = 'Paris, France';
}
class Skills extends WebDeveloper {
frontend = ['NextJs', 'ReactJs', 'Tailwind CSS', 'TypeScript', 'HTML', 'CSS', 'JavaScript'];
backend = ['Node JS', 'Express.js', 'Prisma', 'PHP', 'Symfony', 'Python', 'C/C++', 'SQL', 'ProgreSQL', 'MariaDB', 'MongoDB'];
tools = ['VS Code', 'Docker', 'Git', 'GitHub', 'Figma', 'Notion', 'MacOS', 'Homebrew', 'Raycast'];
languages = ['French', 'English', 'German'];
}
❤️
Love Programming
Fullstack Developer Student and lover of good coffee ☕️.
- Paris, France
- https://alexgr.me
Highlights
- Pro
Pinned Loading
-
discordjs-cheatsheet.js
discordjs-cheatsheet.js 1// Discord all events!
2// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!)
3// listed here -> https://discord.js.org/#/docs/main/stable/class/Client
4// Learn from this, do not just copy it mofo!
5//
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.