Hamid Adelyar
Blog posts
May 28, 2024
Creating accessible React icons
A guide on how to create accessible icons in your app, without blowing up the bundle size.
April 4, 2019
Creating a Chatbot Using a Finite State Machine
A look at how finite state machines can prevent bugs and power simple chatbots, inspired by the FaceTime vulnerability.
Playground posts
July 24, 2025
Login button
Demo using framer motion to create a login button with multiple states, utilizing AnimatePresence.
June 25, 2025
Animating grid-template-columns with CSS
Demo showing how to animate grid-template-columns using CSS transitions, including unit compatibility and limitations.