The Twelve-Factor app Methodology
The 12-Factor App is a methodology for building modern, scalable, maintainable software-as-a-service apps.
read moreSoftware Development & Customer Success
The 12-Factor App is a methodology for building modern, scalable, maintainable software-as-a-service apps.
read more
Handling errors in NodeJs used to be a daunting task of returning errors in a callback's first argument. Thankfully there are better ways to avoid these as it's easy to shoot yourself in the foot when errors catch you by surprise.
read more
APIs are how your customers interact with your product or service, whether they realize it or not. Your API should be designed with the customer in mind.
read more
Node.js is a powerful JavaScript based platform built on Google's JavaScript V8 Engine. It's well suited to high volume web apps and API's that need to provide data quickly and with comparatively few resources. It's completely open source, free and is in use on some of the highest profile websites by some of the biggest companies on the Internet.
read more