expressjs - 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

Take your Encryption to the Next Level

What’s Encryption According to Internet? Encryption is the method by which information is converted into secret code that hides the information’s true meaning. The science of encrypting and decrypting information is called cryptography. In computing, unencrypted data is also known as plaintext and encrypted data […]

Read more

How to Set Up Axios Interceptors in ReactJS

A bit of Introduction, What is Axios? APIs are a beautiful thing. These can be found everywhere and help us to retrieve thousands of data to use however we want. However, in order to work with them, we have a need of using HTTP requests […]

Read more

YTDownloader on June 19, 2022

Added filtering functionality Dark mode is now possible also.

Read more

YTDownloader on May 30, 2022

Changelog for 05/30/2022 Videos are now dowloaded to the proper container found. Not need to rename them.

Read more

The Current State of beFree

I consider beFree to be a playground for me to learn. This project has been worked on for about 2 years now and I always end up improving and/or adding features that I never though were possible. Such features have made it more and more […]

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

API Endpoints in Different Folders with NodeJS

Background All of this began after trying to make my backend files more organized and to be more specific, the API endpoints that I have built so far. The folder in which I have them is located within two folder routes/api/xD.js and the way to […]

Read more

FOOTER