Express API Refkit

Posted on under Coding & Tech, Projects & Experiments Leave a comment

https://github.com/anuragbhd/express-api-refkit I frequently create APIs for muse/professional apps, and every time I find myself scrambling to pick the best pieces from my previously built APIs or online repositories. To streamline this, I recently created this reference kit (mostly for myself) to help me in writing a production-grade Express-based API from scratch. Sharing with this group in hopes that my fellow […]

Book Review: The 4-Hour Work Week by Tim Ferriss

Posted on under Literary Pursuits 3 Comments

Cross-posted from Goodreads: https://www.goodreads.com/review/show/3196927726 This one is bold! May not be for the faint of heart. 4WW is a book about the realization that living your dreams is as important as doing your 9-5 job. Ferriss’ casual style of writing is motivating and quirky. I personally found his thought process and “lifestyle design” tips to […]

A joke only Flutter developers would understand

Posted on under Coding & Tech Leave a comment

Developer: “YESSS! My world-class widget test is ready to run.” (runs the test) Debug Console: “Expected to see 1 widget, found none.” Developer: What! Why, why, why!!! (figures out all async calls in the widget; spends 4 hours re-reading about widget testing, exploring the source code of WidgetTester.pump() and setting up mock classes using Mockito.) Developer: “Muwaha […]

A compelling case for Next.js

Posted on under Coding & Tech Leave a comment

Nextjs logo

If GitHub stats are anything to go by, Next.js has received incredible attention of late. Freelancers and enterprises alike are creating their next applications in or migrating their existing ones to Next.js. When I was recently on-boarded to my first account at Sapient, the departing senior XT architect highly recommended that we migrate to it. […]