#!/usr/bin/env python
# -*- coding: utf-8 -*-
class FullStackDeveloper:
def __init__(self):
self.name = 'Toño'
self.role = 'Full Stack Developer'
def say_hi(self):
return u"I'm %s, a %s." % (self.name, self.role)
def get_current_workplace(self):
return 'https://z1.digital'
def get_frontend_skills(self):
return [
'react',
'flutter',
'tailwind',
'sass',
'vanilla js'
]
def get_backend_skills(self):
return [
'python',
'node',
'php',
'firebase',
'redis',
'mysql',
'postgresql',
]
me = FullStackDeveloper()
print(me.say_hi())
Popular repositories Loading
-
react-tailwind-parcel-boilerplate
react-tailwind-parcel-boilerplate PublicBoilerplate with React, Tailwind CSS and Typescript. And with Parcel Js built at lightning speed.
TypeScript 1
-
-
-
macos-virtualbox
macos-virtualbox PublicForked from myspaghetti/macos-virtualbox
Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
Shell
-
-
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.