Problem I am a complete beginner in JavaScript / Node.js / Express, but have some experience with php. I am […]
Category: Node Js
Recursively reading a directory in node.js
Problem I made a function for recursively reading a directory and it just seems kind of long and complicated. If […]
Realtime chat service
Problem I am new to Node.js and Socket.io. I implemented a realtime chat service that has a chatroom feature. When […]
New TV Episode Checker
Problem My code checks if a new subbed episode of a TV show is out by checking the designated blog. […]
Call multiple api endpoints in NodeJS
Problem I am new in NodeJS and I try to write code based on tutorials I find online. I have […]
Basic web scrape project written in NodeJS
Problem Here is a short program web scraping program written in Node.js. I’m just getting to grips with node and […]
comparing two names using fuzzy
Problem I am joining a new company and I want to make a positive impact in regards to my code. […]
Node js single mongodb connection
Problem I want my entire node application to use one single mongodb connection, at least that’s what I think is […]
Updating state with React
Problem I am creating a blog using React, MongoDB, Express and Node. I have three components: App, List, and Item. […]
Reading the contents at three URLs using Promises
Problem I’m learning promises and now I’m trying to figure out if something in this code can be improved. This […]