mongodb - Kevin Uriel Fonseca

Integrating Git Commits to MongoDB using NodeJS and Mongoose

The Why? The reason of this function was mainly because I wanted to create a Changelog system that will help me to keep track of all the improvements or fucked ups that I do in my projects. Because of this, the need of me having […]

Read more

Multiple MongoDB Connections using NodeJS

Pretty late but this might help someone. The current answers assumes you are using the same file for your connections and models. In real life, there is a high chance that you are splitting your models into different files. You can use something like this […]

Read more

A YouTube Downloader App using ExpressJS, NodeJS and Custom Code

Background Let’s start by saying this was just a fun project that I wanted to create in order to have something new as part of my portfolio. Since every single website that I know about that provide this type of service are still made with […]

Read more

FOOTER