Andrew G Bliss

Recent Articles

Making a React sliding animation with motion

Making a React sliding animation with motion

In this article we will build a react component around the package motion which is used for animations.

Use UIDs Over Auto Increment

Use UIDs Over Auto Increment

Auto-increment IDs expose your data and create security risks. Use UIDs like Cuid2 for better security, performance, and scalability.

Forget UUIDs and GUIDs

Forget UUIDs and GUIDs

Need unique ids in your app? Forget UUIDs and GUIDs which often collide in large apps. Use Cuid2, instead.