Skip to content

21harley/21harley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Hi, I'm John👋

class John21177:

    def __init__(self):
        self.username = '21harley'
        self.name = 'John Llanes'
        self.web = ['https://vercel.com/21harley/potafolio-2-0-html-css-js']
        self.twitter = '@john21177'
        self.code = {
            'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Vue', 'Boostrap', 'TailWind'],
            'backend': ['Python', 'PHP', 'Flask', 'Django', 'Laravel', 'NodeJS', 'Express'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB'],
            'devops': [ 'Nginx', 'GitHub Actions', 'Vercel', 'Heroku'],
            'tools': ['GIT', 'GitHub', 'bitbucket'],
            'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'GNU/Linux']
        }
        self.architecture = ['SPA', 'MVC']

    def __str__(self):
        return self.name


if __name__ == '__main__':
    me = John21177()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published