Mike Valstar

Web Development, Programming, Random Thoughts

Twitter Status...

Blog

Forever - Making sure your apps dont crash (too hard)

Posted on
I write my node apps I sometimes make a mistake and miss a corner case or forget to put try/catch around something I really should have. So when I've started to deploy my apps on live systems with Forever to keep my apps running no matter what. And check in on the logs later to find what if anything I missed. Try it out!

Permalink

Coding with Node.js: Part 5; Publishing Your Posts

Posted on

It's been a little while since I've posted. Sorry about that; but I'm back.

Now, in the last post I went over how to store your blog posts in a database and retrieve them for editing, now we need to show them to the user and provide them with an rss feed to subscribe to your site with.

Read More

Mike Valstar © 2012