Skip to content

HausCloud/HausCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Hey there! I'm Anthony - aka HausCloud

Life Snippet

Junior Software Engineer @ SSG

class HausCloud:
    def __init__(self):
        self.alias = "HausCloud"
        self.name = "Anthony Le"
        self.code = {
            "frontend": [
                "HTML",
                "CSS",
                "JS",
                "ReactJS",
                "GreenSock",
                "jQuery",
                "Bootstrap",
            ],
            "programming": ["Python", "SQL", "Java", "Groovy"],
            "devops": [
                "AWS",
                "Azure",
                "Git",
                "Docker",
                "Vagrant",
                "Elasticsearch",
                "Logstash",
                "Kibana",
                "Jira",
            ],
            "frontend": ["HTML", "CSS", "Sass", "jQuery", "Kivy"],
            "backend": ["Flask", "SQLAlchemy", "Linux", "Maven", "Insomnia"],
        }
        self.goals = {
            "Visit japan": False,
            "Buff nerd status": False,
            "Go skydiving ": False,
        }

    def determination(self):
        print(f"Hey, I'm {self.name}. Let's do the impossible 😤!")


if __name__ == "__main__":
    me = HausCloud()
    me.determination()

Releases

No releases published

Packages

No packages published