Kealan Parr
•
Software engineer, technical writer and member of the Unicode Consortium.

6 Stories by Kealan Parr
We investigate using the smol developer AI tool to bootstrap a React app, create a browser plugin, and assist with pair programming.
One language mechanism that's pivotal to TypeScript is enums. Let's explore what they are, how they work, and how to extend them.
Follow this demonstration to understand TypeScript functions and how to pass them as a parameter in your apps.
Discover how to add a constructor onto an interface in TypeScript and the common use cases for when and why to do so.
There are multiple ways to add emojis into your React app. Here's a short guide to fit almost every single use case.
Deciding when and how to use pointers is done on a case-by-case basis, and this guide explains when it's best to utilize them.