Skip to content
View alexandregrodent's full-sized avatar
❤️
Love Programming
❤️
Love Programming

Highlights

  • Pro
Block or Report

Block or report alexandregrodent

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
alexandregrodent/README.md

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'];
}

Pinned

  1. 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
    //