Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Category: Node Js

Mapping file data to environment variables

By mariaPosted on May 31, 2023

Problem This is a follow-on to my previous question: Enforcing set environment variables While learning more about JavaScript, node, and […]

Fetching user details, posts, and comments using promises in ExpressJS

By mariaPosted on May 30, 2023

Problem I’m creating an API service in NodeJS using Express (version 4) Framework. Created an MVC architecture for the same […]

Concurrent fire and forget async task queue

By mariaPosted on May 30, 2023

Problem I had to do a lot of IO stuff on my server running Node JS where I did not […]

Beginner Node.js app using Heroku w/ Mailchimp API

By mariaPosted on May 30, 2023

Problem I’d like some feedback on the readability and style of the following code. It’s a simple Node.js app that […]

Twitter bot to post game of thrones memes

By mariaPosted on May 28, 2023

Problem I created a twitter bot, that can parse a subreddit and post content from there to Twitter. I am […]

Calculate all possible combinations of an array of arrays or strings

By mariaPosted on May 27, 2023

Problem I’m using code adapted from this Stack Overflow question to calculate all possible combinations from an array, which may […]

Parallel computation to be merged, depending on single call

By mariaPosted on May 26, 2023

Problem Steps: Get AMOUNT from a call to API endpoint /a, e.g. AMOUNT == 5 (in the code it is […]

Making two sequential asynchronous requests using promises

By mariaPosted on May 22, 2023

Problem The following code is making two asynchronous requests to obtain the desired data. The second request needs to access […]

Recursive function to copy over an object with very specific constraints

By mariaPosted on May 20, 2023

Problem I totally suck at recursion. I have a function that works but it also looks horribly wrong. I would […]

Parsing HTML in Node.js with regex

By mariaPosted on May 20, 2023

Problem I’m looking for an effective way to parse html content in node.JS. The objective is to extract data from […]

  • 1
  • 2
  • 3
  • …
  • 69

Recent Posts

  • Object-oriented command processor
  • Playing card game method
  • Determine fragment identifier from HTML page in Swift
  • Rendering JSON arrays of unequal length as a table
  • JMH Benchmark Metrics Evaluation
  • Dijkstra’s algorithm using priority queue running slower than without PQ
  • Google Maps JavaScript API v3: Sorting Markers with Check Boxes
  • Directory Organizer: Organizing a given directory by moving files into categories according to their type
  • Union, Intersection and Diff of two sorted arrays in C#
  • Kevin
  • Merit of a “Search” class similar to a “Builder” class
  • Template file for creating formatted webpages
  • Shuffle array elements by rearranging the key value associations
  • Mergesort implementation in Clojure
  • Fields are required, except if all fields are empty

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast