class FranciscoRuiz extends SoftwareDeveloper {
as: Role = 'Software Engineer';
at: CompanyWebsite = 'https://etg24.de';
moreAboutMe: PersonalWebsite = 'https://www.franrzm.com/';
aka: SocialMediaUsername = '@franrzm';
skills: Skills[] = [
'SOLID principles',
'Clean Architectures'
'Testing',
'TypeScript',
'Node',
'PHP',
'SQL',
'Docker',
'React'
];
learning: Skills[] = [
...this.skills,
'Golang'
];
wantToLearn: Skills[] = [
'How to be rich',
'Rust'
];
thingsILike: HobbiesAndInterests[] = [
'Programming',
'Nature',
'Martial arts'
];
newDay(): void {
if(this.isDead) {
return;
}
this.eat();
this.code();
// this.sleep();
}
}
💻
It works on my machine
-
etg24
- 127.0.0.1
-
12:51
(UTC +01:00) - https://www.franrzm.com
- https://cv.franrzm.com
- @franrzm
- franrzm
- in/franrzm
Pinned Loading
-
password-generator
password-generator PublicPassword generator written in Go. The purpose of this mini-project is simply to learn Go.
Go 1
-
ascii-video-converter
ascii-video-converter PublicSee yourself in ASCII through your webcam
TypeScript 1
-
docker-php-base-structure
docker-php-base-structure Public templateBasic ready-to-use PHP and PostgreSQL structure, with PHPUnit, composer and Make commands.
Makefile
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.