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
-
nextjs-portfolio
nextjs-portfolio PublicMy portfolio made with Nextjs and hosted in Cloudflare Workers, Netlify and Vercel
TypeScript
-
weather-dashboard
weather-dashboard PublicReact dashboard with weather API fetching showcasing a Coordinates selector, a 2D Map selector and a "Current lcoation" button, with 4 custom color themes implemented
JavaScript
-
ConnectWalletReactButton
ConnectWalletReactButton PublicButton intended to use with a React site, allowing to connect to it with a metamask wallet
TypeScript
-
HACKATHONS
HACKATHONS PublicHere I will upload all of my previous and upcoming Hackathons participations.
JavaScript
-
test-frontendmentor-projects
test-frontendmentor-projects PublicTesting FrontendMentor challenges https://xarlizard.github.io/test-frontendmentor-projects/
HTML
-
test-tldraw
test-tldraw PublicHere I showcase a technical test completion for Vidext, where I had to develop a Nextjs app integrating Tldraw, Tailwind, tRPC and OpenAI.
TypeScript
If the problem persists, check the GitHub status page or contact support.