Skip to content
View HausCloud's full-sized avatar
πŸ˜™
On my way~
πŸ˜™
On my way~
Block or Report

Block or report HausCloud

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HausCloud/README.md

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()

Pinned

  1. HausCloud-Portfolio HausCloud-Portfolio Public archive

    Personal site for Anthony Le

    JavaScript

  2. Hopeful-Cosmos Hopeful-Cosmos Public archive

    Forked from SeckMohameth/hopeful-cosmos

    "Wish upon a star" web application @ https://hopeful-cosmos.me

    JavaScript

  3. AWS-EB-SSL AWS-EB-SSL Public

    Easy secure (single instance) Elastic Beanstalk apps

    Shell 29 14

  4. C-Shell C-Shell Public archive

    Forked from roryfahy/simple_shell

    UNIX command interpreter

    C