Skip to content
View Xarlizard's full-sized avatar
📌
📌

Organizations

@mardoweb

Block or report Xarlizard

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xarlizard/README.md
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
		

Skills

Pinned Loading

  1. HACKATHONS HACKATHONS Public

    Here I will upload all of my previous and upcoming Hackathons participations.

    JavaScript

  2. ConnectWalletReactButton ConnectWalletReactButton Public

    Button intended to use with a React site, allowing to connect to it with a metamask wallet

    TypeScript

  3. dex-pi-testnet dex-pi-testnet Public

    Descentralized exchange demo for the PI-MAINNET Blockchain protocol

    TypeScript

  4. AU_Weekly_Projects AU_Weekly_Projects Public

    Folder for completion of AlchemyUniversity blockchain/frontend projects, all completed by me

    JavaScript

  5. xarlizard xarlizard Public

  6. test-frontendmentor-projects test-frontendmentor-projects Public

    Testing FrontendMentor challenges https://xarlizard.github.io/test-frontendmentor-projects/

    HTML