
http requests Archives - Kevin Uriel Fonseca


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

NextJS and the WordPress REST API
I learned this so I could manage posts talking about improvements in my projects from one single place which is this website. I’m trying to make it everything more centralized also. Starting Off I’m not going to be talking about NextJS. By now, if you […]

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 […]