A few months back I realized I was losing motivation for my work and feeling too mentally depleted after work to focus on any personal projects. I was organizing some books on my shelf and I found an old classic for me: “C Programming” by K.N King. I remember fondly when I first bought this… Continue reading Wearable Project
Blog
Server Migration with EC2 Image Builder
I’ve rather quickly moved on from my locally hosted raspberry pi server into an EC2 instance on AWS. The Raspberry Pi just couldn’t handle all the traffic I was getting!😆I can’t recall if I discussed this previously, but I spent some time porting all my web apps into EC2. I backup all the different databases… Continue reading Server Migration with EC2 Image Builder
Setting Up Rasberry Pi Server
I’ve just finished migrating all of my websites from AWS Lightsail to a Raspberry Pi I have running on my home network. This includes this WordPress blog, an OpenProjects instance, and my static portfolio website. The process was fairly straightforward, but I want to write a post to consolidate the process and highlight some problems… Continue reading Setting Up Rasberry Pi Server
Project Management
I’ve decided to utilize project management software to keep track of the work I will need to do in my Linux data acquisition system and to have a better timeline for the project. I think a more formal process will be good motivation for me to work on tasks and have an actual sense of… Continue reading Project Management
Building Embedded Linux
I have wanted to work on a high-level OS on an embedded system for a while. I built a reference distro a few years back but never got into it too deep due to a lack of focus and no specific goal in mind. For one of my latest work projects, I utilized freeRTOS which… Continue reading Building Embedded Linux