My Blog
Thoughts, tutorials, and insights on Laravel, PHP, and web development. I share my knowledge and experiences to help fellow developers.

Avoiding Duplicate Key Errors in PostgreSQL
April 15, 2025
5 min read
Tips & Tricks
Postgres
SQL
Databases
Running into duplicate key errors after a PostgreSQL import? It’s likely your sequences are out of sync. Learn how to fix this common migration issue and keep your app running smoothly.

Smooth Animations with CSS @view-transition
February 6, 2025
2 min read
Web Development
CSS
Are you ready to take your website's animations to the next level without wrestling with hefty JavaScript libraries? Check out CSS's @view-transition API, a game-changer for creating silky smooth page transitions!