Skip to content

Latest commit

 

History

History
93 lines (85 loc) · 2.29 KB

File metadata and controls

93 lines (85 loc) · 2.29 KB

Hey there 👋 I'm Reece

class Reece:
  username = 'reecepbcups'  
  web = 'https://reece.sh'
  twitter = '@reecepbcups_'
  discord = 'reecepbcups'
  telegram = 'https://t.me/Reecepbcups'
  information = {
      'degrees': [
        ('AAS', "2 years"), 
        ('B.S, Information Tech', "92 days")
      ],      
      'production_languages': [
        'Python', 'Java'
        'Golang', 'Rust' 
        'Typescript', 'Bash'
        'Solidity'
      ],
      'databases': ['MySQL', 'MongoDB', 'Redis'],
      'devops': ["Docker", "Nginx", "Akash"],
      'blockchain': [
        "CosmosSDK v45+",
        "Indexing"
        "Minecraft Java Integration -> CosmosSDK",
        "Cosmos x EVM"
      ],
      'misc': {
          "linux": ['Arch', 'Debian/Ubuntu'],          
          "other": ['Security', 'Project Management']
      }
  }