Skip to content
View Psuedoo's full-sized avatar
🔗
Working on LinkHive
🔗
Working on LinkHive
Block or Report

Block or report Psuedoo

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

Views Badge

class Psuedoo:

  def __init__(self):
    self.username = 'psuedoo'
    self.stack = {
        'frontend': ['React', 'VueJS', 'JavaScript', 'Bootstrap'],
        'backend': ['Python', 'Go', 'Flask', 'FastAPI', 'Django'],
        'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'MariaDB'],
        'devops': ['Docker', 'Nginx', 'Terraform', 'Ansible'],
        'tools': ['GIT', 'GitHub', 'GitLab', 'SQLAlchemy'],
    }
    self.socials = {
        'Discord': '_psuedo',
    }
    
    def __str__(self):
      return self.username

if __name__ == '__main__':
  me = Psuedoo()

Pinned

  1. LinkHive LinkHive Public

    Self-hosted dashboard and link manager

    TypeScript 14 4

  2. prioritea prioritea Public

    Priority decision matrix app

    TypeScript 3

  3. discordbot discordbot Public

    Python 5

  4. financial-breakdown-generator financial-breakdown-generator Public

    Small program to generate a report about your personal finances regarding the 50/30/20 rule

    Python 2