Functional-Printing as Stress Relief

I love solving problems with computers. It’s my happy place. Most computers or problems will do; so long as both elements are present. Extracting a still image from a video for an engineering lab report? Sure! Making a dark mode for Oregon State’s Canvas site? You bet! Creating functional 3D prints to make small home-improvements?… Continue reading Functional-Printing as Stress Relief

Featured post
Published

Testing the Location Telemetry of a (Flutter) Mobile App

This is a report on a comparative field test I planned and performed, which tested the “Location Telemetry” of my Senior Software Engineering Capstone team’s Flutter App. Motivation For the last 8 months I have been collaborating on the development of a cross-platform evacuation drill app. This app instructs and guides participants through an evacuation… Continue reading Testing the Location Telemetry of a (Flutter) Mobile App

Published

‘grocc’ v1.0.2

This term I had the opportunity to work on a personal project for college credit through the independent study CS 406 “Projects” course. I chose to work on my grocery and recipe utility iOS app ‘grocc‘ which allows users to quickly translate a meal plan into a grocery list. Overview My goals for this term… Continue reading ‘grocc’ v1.0.2

Published

Lessons from Megaman: Battle Network

Last term I had the opportunity to create a presentation on any cybersecurity issue of my choosing. I chose “BrakTooth“, a recent BlueTooth vulnerability discovered by security researchers in Singapore. This vulnerability allows an attack to levy Denial of Service against nearly any bluetooth enabled device using packets which cannot be ignored without a patch… Continue reading Lessons from Megaman: Battle Network

Published

Firebase: What is it? Is it easy to use?

I am writing this week about Google’s Firebase. Firebase is a megalithic cloud service for mobile apps that I have been researching for our Capstone Project. Google Firebase provides a slew of services including data-hosting, user authentication, A/B feature testing and other remote configurations, cloud functions to run logic server-side, messaging infrastructure, and a ton more. I… Continue reading Firebase: What is it? Is it easy to use?

Published

My experience with VS Code

I resisted trying VS Code for a few years of my software engineering education because I held a general disdain for Microsoft products after experiencing near constant technical difficulties with my PC until making the change to Unix/Linux and macOS systems.… Continue reading My experience with VS Code

Published