Software Javascript Mongodb Mongoose Nodejs Regex Search nodejs with regex and case insensitive I recently needed to search for documents in mongo using mongoose. I knew I needed a regex but couldn’t figure out how to pass the case insensitive flag. We’ll here is how you
Software Nginx Nodejs Proxy Node through nginx Once I got node service setup on my server I wasn’t happy with having to specify a port. Looking around I see others use nginx to listen on port 80 and proxy everything
Mongodb Nodejs Ubuntu Installing Node and Mongo I need to install Node and Mongo an a server. These are my notes.