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.

Game Development Systems

Game Development Systems

Developing systems for your game

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.