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


0

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


2

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


0

How it Started? That’s the funny part, I was using the Google Chrome search bar when I noticed there was an icon which triggered an option of “Create QRCode for this Website” whenever I was hovering over it. It only took about 3 seconds for […]


0

Background What was this console.log() summary about? Don’t remember. If I’m not mistaken this was something that I learned about two years ago. Here is the code: If you guys want to know more about JavaScript, please feel free to click here. Bye bye 🙂


0

Not your typical post but I just wanted to post this for myself since I deeply consider these two articles to be few of the best ones out there. If you’re new to JavaScript. Read them! https://zellwk.com/blog/async-await/ https://zellwk.com/blog/async-await-in-loops/


0

Before heading out to what this post is going to be about, let me just give you one easy example of each type of URL. Here is the path string param example: Here is the same URL written in query string: Now the best part […]


0
Back to Top