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

My first cron job

Posted on under Coding & Tech Leave a comment

That’s right. Believe it or not. I created my first cron job TODAY! This is what it looks like: It’s a very simple job that calls a Node.js script to renew a watch I have on one of my Gmail accounts. at exactly 4:00am daily. Now, what is a watch or why I am watching […]

Hosting meteor.js app in IIS

Posted on under Coding & Tech, Tutorials 10 Comments

Making reactive and real-time web applications is in fashion these days. Among popular real-time programming frameworks are meteor.js, knockout.js and signalr. Both Knockout and SignalR are developed by Microsoft employees, and integrate seamlessly with Microsoft products. Meteor, on the other hand, is though based on the cross-platform node.js, it is more Linux / Mac-centric than […]