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

Organizations

@mardoweb

Block or report Xarlizard

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
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. dex-pi-testnet dex-pi-testnet Public

    Descentralized exchange demo for the PI-MAINNET Blockchain protocol

    TypeScript

  2. ConnectWalletReactButton ConnectWalletReactButton Public

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

    TypeScript

  3. AU_Weekly_Projects AU_Weekly_Projects Public

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

    JavaScript

  4. exercism/javascript exercism/javascript Public

    Exercism exercises in JavaScript.

    JavaScript 581 618

  5. arduino_console arduino_console Public

    HTML

  6. xarlizard xarlizard Public