Skip to content
View xarlizard's full-sized avatar
👋
Hi
👋
Hi

Sponsors

@ORG-ES

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. react-api-forge react-api-forge Public

    A 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

  2. responsive-panel responsive-panel Public

    A development tool that helps frontend developers visualize and test responsive design breakpoints in real-time

    TypeScript

  3. npm-package-template npm-package-template Public template

    A comprehensive, production-ready TypeScript npm package template with automated publishing, testing, and modern tooling.

    TypeScript

  4. nextjs-portfolio nextjs-portfolio Public

    My portfolio made with Nextjs and hosted in Cloudflare Workers, Netlify and Vercel

    TypeScript

  5. HACKATHONS HACKATHONS Public

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

    JavaScript

  6. BOOTCAMPS BOOTCAMPS Public

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

    HTML