My logo
Chuck Reynolds

Hi there!

My name is Chuck Reynolds. I'm a freelance web developer, author and musician based in Chicago, Il. It's nice to meet you.

Latest Articles

Creating an RSS Feed with Astro.js

Creating an RSS feed with Astro is easy. You just need to create a new file in your Astro project that contains the feed data. You can then use Astro's built-in feed function to generate the feed.

How to find your iOS device from command line

Finding your iOS device from the command line is a useful skill to have. Whether you're a developer or a power user, knowing how to locate your device can be handy in various scenarios. In this blog post, we'll explore different methods to find your iOS device using the command line, from checking connected devices to retrieving detailed information. Let's dive in and uncover the secrets of iOS device discovery!

Interaction Run after Animation

InteractionManager is a utility within React Native that allows long-running work to be scheduled after any interactions/animations have completed. This is particularly useful for ensuring smooth animations and interactions on the screen without being blocked by tasks that can wait.