Skip to content
View thatwonguy's full-sized avatar

Block or report thatwonguy

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
thatwonguy/README.md
Banner animated hello

Retro Mario l33t coder

class Engineer:

    def __init__(self):
        self.name = "Mo"
        self.roles = [
                        "Solution Finder", 
                        "Data Engineer",
                        "Machine Learning Engineer",
                        "Cloud Architect"
                     ]
        self.language_spoken = ["en_US","others"]
        self.degrees = ["Engineering"]
        self.hobbies = "Too many to list"
        self.fun_facts = (
                            "Constantly learning, contributing, exploring, "
                            "solving, creating, innovating, optimizing, "
                            "analyzing, developing, tinkering."
                         )
    def say_hello(self):
        print("Welcome to my Github. Feel free to drop me a message!")

me = Engineer()
me.say_hello()


Pinned Loading

  1. spark-sovereign spark-sovereign Public

    For those that want full and total sovereignty and control over capable AI and LLM models locally, privately, and with full ownership. No API throttling, no usage costs, no bans, no concerns about …

    Shell 2 1

  2. network_scanning network_scanning Public

    Using code to scan a network which has tons of devices connected to it and manipulating this information in various ways.

    Python

  3. Machine-Learning-House-Price-Prediction Machine-Learning-House-Price-Prediction Public

    Usage and implementation of a machine learning algorithm to allow for house price predictions in california.

    Jupyter Notebook

  4. girlfriend_texter girlfriend_texter Public

    Send automated texts messages to girlfriend (or really anyone with a phone number).

    Python

  5. database_and_api_implementation database_and_api_implementation Public

    Demo on databases and API integration, and more specifically, on how to utilize Sqlite and Sqlalchemy as a database, which can mimic a cloud-based database, and usage of FastAPI as an API layer int…

    Python

  6. jenkins_docker_pipeline jenkins_docker_pipeline Public

    jenkins docker cicd pipeline set up

    Dockerfile