Developer, Code Craftsman, Lifetime Learner

Driven by curiosity and simplicity, I'm dedicated to building intuitive, user-focused solutions and expanding my skills with every project.

Logo
Logo

Hi, I am Devin. Nice to meet you.

Growing up in a household where both parents were teachers, I quickly learned that knowledge is the most valuable currency. This upbringing instilled in me a profound respect for learning, which blossomed into a passion for computer science—a field where learning truly becomes a lifestyle. It's this love for continuous growth and discovery that fuels my journey as a developer.

Front-end Icon

Front-end Development

Crafting responsive and interactive interfaces

  • HTML & CSS
  • JavaScript
  • React.js
  • Tailwind
  • CraftCMS
  • WordPress
Back-end Icon

Back-end Development

Building server, database, and application logic

  • PHP & Laravel
  • Digital Ocean
  • NPM
  • SQL
  • Git
General Skills Icon

General Skills

Skills that support my technical skills

  • Effective Communication
  • Continuous Learning
  • Problem Solving
  • Team Collaboration
  • Empathy & Emotional Intelligence

My Recent Work

Here are a few past development projects I've had the oppourtunity to work on. Take a look!

Let's Get The Conversation Started.

Whether you have a question, or have a project idea, I'm all ears.

# init the GUI manager ui_manager = pygame_gui.UIManager(window_size) # define a text box text_box = pygame_gui.elements.UITextBox( html_text='This is an text box', relative_rect=pygame.Rect(100, 100, 200, 50), manager=ui_manager )