Skip to content
View tylertmd's full-sized avatar
🤑
Focusing
🤑
Focusing

Block or report tylertmd

Report abuse

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

Report abuse
tylertmd/README.md

Hi there!

I’m Tyler, a computer science student based in Utah. I like building clean, structured applications, solving logical problems, and turning ideas into working software.

These days I’m focused on:

  • Java & Object-Oriented Programming
  • Data Structures & Algorithms
  • Building small but polished projects
  • Strengthening backend fundamentals

Some stuff I built:

  • Java Image Processor – A GUI-based image filtering app with custom filters like sepia, red-blue swap, and gradients built using 2D pixel manipulation.
  • Sound Sketcher – A Java GUI application for composing multi-track music using programmable notes and instrument mappings. Implemented track layering, timing control, and structured OOP design to manage audio generation and dynamic playback.

Fun Facts:

  • I grew up in Utah 🏔️
  • I enjoy lifting
  • I play League of Legends
  • I like building things that actually challenge me

Pinned Loading

  1. ImageProcessor ImageProcessor Public

    A GUI-based image filtering app with custom filters like sepia, red-blue swap, and gradients built using 2D pixel manipulation.

    Java

  2. SoundSketcher SoundSketcher Public

    A Java-based GUI music composition tool for creating multi-track arrangements with programmable notes, instrument mappings, and structured audio playback using object-oriented design.

    Java