About Me

My workspace
// profile.json

Hello! I'm a Computer Studies student at the SRJC with a passion for developing applications. I specialize in web development, UI/UX design, and various programming languages. Beyond coding, I enjoy gardening, hiking, and learning new skills and ideals. Im currently looking for a new career whether it be data entry, helping code on a side project, or any type of Dev team.

>
{
  "name": "Tubbzy",
  "role": "Developer & CS Student",
  "location": "Somewhere in Cyberspace"
}
// skills.js

Technical Skills

HTML/CSS

JavaScript

Python

PHP

React

Blender

Unity

const skills = ["HTML", "CSS", "JavaScript", "Python", "PHP", "React"];
skills.forEach(skill => console.log(`Learning ${skill} daily`));
// education.py

Education Journey

2023 - Present

Computer Studies

SRJC - python, html, java, linux, unity

2021 - 2023

Web Development

Online Courses & Personal Projects

class Education:
  def __init__(self):
    self.status = "Always learning"
// interests.json

Personal Interests

When I'm not coding, you can find me exploring these interests:

  • 📚 Tech, News, Entertainment
  • 🎮 Gaming & Game Development
  • 🎵 Various Music
  • 💡 Learning & Building
  • 🌱 Plants & Mushrooms
{
  "passions": ["Technology", "Gaming", "Music", "Open Source"]
}
// goals.cpp

Future Goals

I'm working towards these professional milestones:

  1. Improve developing skills
  2. Launch a web application
  3. Contribute to major projects
  4. Choose a specialty
  5. Complete GED
  6. Complete degrees at SRJC
std::vector<string> goals = {"Learn", "Build", "Share", "Repeat"};
// contact.js

Connect With Me

I'm always open to collaborate on interesting projects or discuss tech idea's!

Feel free to reach out through any of these channels:

  • 📧 Email: Tubbzy@Tubbzy.rip
  • 💻 GitHub: github.com/zTubbz
  • 🐦 Twitter: XDELETEDX
  • 🔗 LinkedIn: XCOMINGXSOONX
function connect() {
  return "Let's build something amazing!";
}
// pets.py

My Loving Companions

Meet the four-legged members of my family:

Blanket

1 year old calico cat (F)

My energetic calico who loves to play and cuddle.

Draco

5 year old orange puggle (M)

A loyal and playful puggle with an adorable orange coat.

JonJon

15 year old tricolor cat (F)

My senior black, white, and grey kitty who's seen it all.

Ralphy

2 year old Shih Tzu/Maltese/Lhasa Apso mix (M)

A fluffy bundle of joy, who loves his family so much, with a complex family heritage.

pets = [
  {"name": "Blanket", "type": "Cat", "age": 1, "gender": "F"},
  {"name": "Draco", "type": "Dog", "age": 5, "gender": "M"},
  {"name": "JonJon", "type": "Cat", "age": 15, "gender": "F"},
  {"name": "Ralghy", "type": "Dog", "age": 2, "gender": "M"}
]