https://github.com/xarlizard/xarlizard
https://github.com/xarlizard/xarlizard
profile
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xarlizard/xarlizard
- Owner: xarlizard
- Created: 2023-03-30T22:17:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T15:54:15.000Z (about 1 year ago)
- Last Synced: 2025-10-13T00:25:58.715Z (8 months ago)
- Topics: profile
- Homepage: http://charlie.icu/
- Size: 39.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```python
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