Skip to content
View NopeNotDark's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report NopeNotDark

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
NopeNotDark/README.md

Welcome to my Github Page! πŸ‘‹

My name is Colby and I have knowledge in Python 🐍, JavaScript & TypeScript 🌐, and PHP 🐘.

class Developer:
    def __init__(self):
        self.name = "Colby"
        self.role = "Software Developer"
        self.jobs = ["Capital One", "Bushwick Commodity", "ReosityLXC"]
        self.languages = ["Python", "JavaScript", "TypeScript", "PHP"]
        self.learning_languages = ["Go", "Rust"]
        self.tools = ["React", "Node.js", "Django", "Laravel"]

    def get_contact_links(self):
        devto = "https://dev.to/cphamster"
        linkedin = "https://linkedin.com/in/cphamster"
        return f"Connect with me on [Dev.to]({devto}) and [LinkedIn]({linkedin})!"

me = Developer()
print(f"Hello, I'm {me.name}, a {me.role}.")
print(f"I enjoy coding in {', '.join(me.languages)} using {', '.join(me.tools)}.")
print(f"Im currently researching and learning about {', '.join(me.learning_languages)}")
print(f"I have worked for {', '.join(me.jobs)}) in the past 5 years.")
print(me.get_contact_links())
_______________
< Have a nerdy day! >
 ---------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Pinned Loading

  1. discord-application-bot discord-application-bot Public

    Simple discord application bot, Made in Python

    Python 2 1

  2. NopeNotDark NopeNotDark Public

    Config files for my GitHub profile.

    4