See what we’ve written lately
Using an ORM with NodeJS
I've written a lot about building REST API's and a few of my favorite include Rails-only API [https://www.chrisjmendez.com/2016/07/04/...
NodeJS: How to fix localhost Error: listen EADDRINUSE
If you're using NodeJS, sometimes you'll get an error like this: Error: listen EADDRINUSE :::5000 at Object.exports._errnoException at exports._exceptionWithHostPort at Server....
Ruby: Web 2.0 Name Generator
Name Generator in the style of a Web 2.0 company.
Organizing My Product Development Lifecycle
Every time I start a new project, I find myself following this process. Discovery Discovery - This pretty much means research. Research about the customers we want to...
Angular: Working with Google Material Design
Here's how to install Angular Material [https://material.angular.io/] into your Angular app. -------------------------------------------------------------------------------- Step 0 - Install Angular Install Angular [https://www.chrisjmendez.com/...