class Attributes(Xarlizard):
@staticmethod
def contact() -> tuple:
discord = "xarlizard"
twitter = "@xarlizard"
portfolio= "https://charlie.icu"
return discord, twitter, linkedin
@staticmethod
def life() -> tuple:
langs = ['Catalan', 'Spanish', 'English', 'Italian', 'Japanese']
nationalities = ['Spaniard', 'Estonian']
return langs, nationalities
@staticmethod
def coding() -> tuple:
langs = {
'front end': ['html', 'javascript', 'css', 'react', 'vuejs', 'reactnative', 'nextjs'],
'back end': ['node', 'python', 'java', 'php', 'cloudflare workers', 'github actions'],
'libraries': ['axios', 'mongoose', 'express', 'chartjs', 'treejs', 'webgl', 'ethereum'],
'other' : ['sql', 'solidity', 'git', 'cli', 'wordpress', 'prestashop', 'shopify', 'excel']
}
specialities = ['Responsive Frontend', 'Blockchain', 'UI/UX Responsive Design', 'SysAdmin']
environnement = ['vscode', 'vercel', 'fly.io', 'mongoDB' 'cloudflare', 'github', 'Windows', 'Linux', 'MacOS']
return langs, specialities, environnement
Highlights
Pinned Loading
-
react-api-forge
react-api-forge PublicA flexible and robust React hook factory for creating API hooks with consistent patterns. Build type-safe, reusable API hooks with built-in loading states, error handling, and request cancellation.
TypeScript 2
-
responsive-panel
responsive-panel PublicA development tool that helps frontend developers visualize and test responsive design breakpoints in real-time
TypeScript
-
npm-package-template
npm-package-template Public templateA comprehensive, production-ready TypeScript npm package template with automated publishing, testing, and modern tooling.
TypeScript
-
nextjs-portfolio
nextjs-portfolio PublicMy portfolio made with Nextjs and hosted in Cloudflare Workers, Netlify and Vercel
TypeScript
-
HACKATHONS
HACKATHONS PublicHere I will upload all of my previous and upcoming Hackathons participations.
JavaScript
-
BOOTCAMPS
BOOTCAMPS PublicHere I will upload all of my previous and upcoming Bootcamp participations.
HTML
If the problem persists, check the GitHub status page or contact support.