Ryan Jerue
Blog
AI in Software: It's The End Of The World As We Know It (and I Feel Fine!)
June 17, 2025
Recently the oven in my house finally crapped out. A 1998 GE Wall Oven and Microwave combination. Thing served us well. Decided to get a whole new suite of appliances. Lo and behold, the newest hot cheese all of these offer is "AI." I saw one that had a camera that claimed it could use AI to prevent my food from overcooking. Fridges that could keep an inventory of what was inside. Dishwashers that could wash dishes. That one was not AI; our old dishwasher just sucked. It seems you can not buy a toaster these days without it promising some kind of AI magic. The hype is everywhere. Since I get paid to program computers, I am less concerned with vibe toasted toast and more interested in what this AI craze means for my own line of work.
Using yalc Instead Of npm Or yarn link To Develop React Components
November 28, 2021
Ever try using npm link with React? While it works for simple examples, more often it will break when one starts adding hooks into their application. While things like Storybook are great for developing components in isolation, sometimes it makes sense to locally test components in the application that is consuming them. Lets explore why npm (and yarn) link is broken, and how we can use yalc to fix it
Lessons On Writing JavaScript and React From ClojureScript
May 2, 2021
Recently, I started a new role as a Software Engineer at Reify Health. Unlike any other role that I have had, a huge part of our product stack is written in Clojure and ClojureScript. Thankfully, I have spent my last few years as a JS/TS dev working with React and as a result, have employed and appreciated a very functional style. ClojureScript has unlocked whole new levels of productivity in JavaScript and React. Particularly, it has shut the door on patterns that are pain points and allowed for new paradigms that JavaScript did not elegantly allow one to express.
Running Android With React Native On Windows Subsystem For Linux
August 9, 2020
React native is a tool that allows developers to write apps one and render them anywhere: Android, iOS, web, and more. One does not need a state of the art PC or a mac in order to start learning how to develop things with React Native. While tools such as expo allow for one to test on any smartphone, one does not need to use that and can develop and test on the same PC. Learn how to set up a developer environment for React Native on a PC using Windows Subsystem for Linux (aka WSL). As a bonus, WSL subsystem for Linux is also a fantastic developer environment for more traditional web development work too!
Apps At 22 Thousand Miles Away, Writing For High Latency
August 1, 2020
In my current role, I have had to write lots of web applications that run over satellite internet. Satellites in geostationary orbit have roughly a minimum of 500ms of latency. Typically, users notice latency after 120ms. Despite the challenges that high latency provides, it is still possible to create applications that provide delightful user experiences. Many of these patterns make sense outside high latency environments too. Here is how one can do it.
Universal Applications vs. Universal Components
May 30, 2020
I love the web, but I spent a large portion of the last few years working on native apps. I had a dream of consolidating two applications onto a single tech stack. We did it, but I learned a lot of lessons and maybe would do it again differently.
Writing Again
February 23, 2020
Hello world. I'm back! It's been a long hiatus since I've written anything so here we go. Welcome to my new website! I wanted to share how I made it. I've actually gone through a few iterations of this. So I thought I thought it might be fun to explain how I got here.