
Hi, I'm Rebecca Lashua, a technologist with degrees in both Computer Science and Psychology. My background reflects something core to who I am, in that I'm just as curious about how people think and feel as I am about how systems are built and optimized.
I love being part of the full development cycle process, from research and planning to building, testing, documenting, and presenting. Whether I'm writing clean code, reviewing for quality, managing a project, or helping someone better understand a tool, I bring empathy, structure, and a deep care for how people experience technology.
Feel free to explore my portfolio and reach out. I'd love to connect!
View ResumeTechnical Skills
Featured Projects
Levrum Fire-EMS Analytics UI
A capstone sponsored industry project for Levrum Data Technologies, where I led a remote dev team building a data analytics interface for Fire and EMS departments. I contributed to both project management and development.
Personal Portfolio Website
This very site, designed and built from scratch with Next.js, TypeScript, and Tailwind CSS to showcase my work and skills.
Flight Price Tracker
Monitors real-time flight prices and notifies users of changes.
Appointment Scheduler
A bilingual CRUD scheduling app that allows users to book, edit, and cancel appointments in English or Spanish. Built with full-stack technologies and designed for accessibility, responsiveness, and usability.
Other Projects
Rebeccas's Rattie Rescue
A fictional pet rat adoption website built with Node.js, Express, and Handlebars. Designed to display available rats, handle user adoption forms, and share educational resources for rat care. Built with accessibility and responsiveness in mind.
Lab Rat (CLI RPG)
A terminal-based RPG where you navigate as a lab rat through puzzles and combat.
Infix to Postfix Converter
A Python command-line tool that accepts infix expressions, fully parenthesizes them, and converts them to postfix notation. Designed to demonstrate stack-based expression parsing.