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
Pinned Loading
-
dex-pi-testnet
dex-pi-testnet PublicDescentralized exchange demo for the PI-MAINNET Blockchain protocol
TypeScript
-
ConnectWalletReactButton
ConnectWalletReactButton PublicButton intended to use with a React site, allowing to connect to it with a metamask wallet
TypeScript
-
AU_Weekly_Projects
AU_Weekly_Projects PublicFolder for completion of AlchemyUniversity blockchain/frontend projects, all completed by me
JavaScript
-
-
-
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.