Skip to content
View cloudali's full-sized avatar

Block or report cloudali

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
cloudali/readme.md

Hi there ๐Ÿ‘‹, I'm Ali

visitor badge Open Source Love

import time, random, string
def docker_build():
    for step in [f"Sending build context to Docker daemon  {random.randint(1, 1024)} KB", "Step 1/3 : FROM ubuntu:18.04", "Step 2/3 : EXPOSE 80", "Step 3/3 : COPY matrix/index.html /usr/share/nginx/html/index.html", f"Successfully built {''.join(random.choices(string.ascii_lowercase + string.digits, k=12))}", "Successfully tagged nginx:latest"]: print(step); time.sleep(0.5)
    print("----- Container Ready! Starting Application ๐Ÿ‘พ -----\n")

def welcome():
    devopsDance = """
   .aMMMb  dMP    .aMMMb  dMP dMP dMMMMb         .aMMMb  dMP     dMP 
  dMP"VMP dMP    dMP"dMP dMP dMP dMP VMP        dMP"dMP dMP     amr  
 dMP     dMP    dMP dMP dMP dMP dMP dMP        dMMMMMP dMP     dMP   
dMP.aMP dMP    dMP.aMP dMP.aMP dMP.aMP        dMP dMP dMP     dMP    
VMMMP" dMMMMMP VMMMP"  VMMMP" dMMMMP"        dMP dMP dMMMMMP dMP     
                                                                   """
    print(devopsDance)

class CloudEngineer:
    def __init__(self):
        self.name = "Ali"
        self.role = "Aspiring Software Engineer ๐Ÿš€"
        self.status = ["Kubernetes", "zOS & Cobol", "SpringBoot", "and cloud infrastructure"]
        self.languages_programming = ["Python", "Java", "Go"]
        self.languages_real = ["English", "Sarcasm_JK"]
        self.website = "https://cloudali.net"

    def say_hi(self):
        print(f"Hey there ! My name is \033[35m{self.name}\033[0m, and I am an \033[35m{self.role}\033[0m.")
        print(f"I am currently learning everything about {', '.join(self.status)}.")
        print("I program primarily in {}, but also use {} from time to time.\n".format(
            self.languages_programming[0],
            ' & '.join(self.languages_programming[1:])
        ))
        print("Thanks for stopping in! I hope my profile and projects are more thrilling than your average cat video. Spoiler: they might not be!\n")
        print(f"You can find more about me and my projects ๐Ÿ‘‰ \033[35m{self.website}\033[0m ๐Ÿ‘ˆ [CMD/CTRL + CLICK].\n")  

    def start(self):
        welcome()
        docker_build()
        self.say_hi()

me = CloudEngineer()
me.start()

# Usage - Copy the python code provided above into your text editor / IDE and run the script!
# or if you're one of the cool kids - follow the instructions to run the cool docker version below :)

Run an animated verison of this script locally in a docker container using my setup shell script ๐Ÿ”— Docker Setup Instructions

๐Ÿ“ Links

๐Ÿ—‚๏ธ Highlight Projects

aws-cloud-resume aws-cloud-resume-backend

Popular repositories Loading

  1. cloudali cloudali Public

    Python 1

  2. aws-cloud-resume aws-cloud-resume Public

    JavaScript

  3. aws-cloud-resume-backend aws-cloud-resume-backend Public

    Python

  4. hello-world hello-world Public

    Java

  5. usersnipe usersnipe Public

    JavaScript

  6. mainframeops mainframeops Public

    TypeScript