Postcards from the trip to Kashmir

— I just returned from an epic 11-day family trip to Kashmir and it had been a soul-satisfying experience to be there. It was everything I needed to reset my energy levels and I couldn’t have asked for anything more.

Rollback a specific migration in Laravel

— There comes a time when you want to make some changes to an existing table. For instance, you want to change the data type of a column. So, in this case, you can modify the migration file of the table and then run the migration again using the artisan migrate:refresh command like so.

Ping animation with minimal CSS

— I have seen this ping animation on various websites where a circle expands and then contracts to its original size. It’s a pretty neat animation that represents a ping or a notification.