TIL Weekly #8 – Positive mindset healing, Deep life, Perils of niceness, Loving your craft

Posted on under Projects & Experiments Leave a comment

The 8th edition of my weekly newsletter is out – a collection of interesting things I learned (or realized) last week (roughly) – in a quick-read package. Today I Learned (TIL) is a weekly newsletter where I share interesting insights I learned last week from podcasts, books, and self-realization. I aim to share 7 insights, […]

TIL Weekly #4

Posted on under Projects & Experiments Leave a comment

Today I Learned (TIL) is a weekly newsletter where I share interesting insights I learned last week from podcasts, books, and self-realization. I aim to share 7 insights, one from each day of the week, but that’s not always the case especially when I am traveling. The fourth edition went out yesterday where I talked […]

Hello, Deno

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

Deno v1 is here, and so is my experiment. Unlike my usual first programs, this one is a bit better than a pure “Hello, world”. So not only it is a meaningful program (does not literally print out “hello world”), it also has data models, unit tests and CI integration (Travis). From its documentation: A […]

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 […]