SF.About.Exp.Posts.Contact.

Recently.

An image of the Paint.app project.

Exploring Alternatives for Self-Hosting CodePush Post-AppCenter Shutdown

Feb
26
Codepush - React Native - Azure

With Microsoft deprecating AppCenter and CodePush in March 2025, we needed to explore alternatives for hosting our self-hosted CodePush server.  Learn more >

An image of the Paint.app project.

Improving Touchscreen Control for MPV on Raspberry Pi

Feb
06
Python - Raspberry Pi

I’ve been working on a project involving a Raspberry Pi connected to a touchscreen, running an endless loop of video episodes with MPV media player. However, I ran into a few issues related to touchscreen input, MPV process management, and performance logging. Learn more >

An image of the Paint.app project.

Solving State update issues in React

Oct
23
React

React quirks that can be confusing for developers. One such quirk is the way it handles state updates. In this post, we’ll explore a common issue related to state updates and provide a solution. Learn more >