Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [node.js]

Ask Question

Node.js is an event based, asynchronous I/O framework that uses Google's V8 JavaScript engine. Node.js is commonly used for heavy client-server JavaScript applications.

919 questions
Filter by
Sorted by
Tagged with
-3votes
0answers
39views

I’m currently building a trading platform that requires streaming real-time price updates to the UI. I’ve implemented a WebSocket gateway and added handling for common issues such as:Ghost/...
1vote
0answers
29views

I've implemented a SvelteKit handleFetch hook that manages authentication for API requests with automatic token refresh. The API provides a 15-second grace period where a refresh token remains valid ...
tony's user avatar
  • 433
0votes
0answers
8views

Title: Code Review Request: Mongoose Soft Delete Plugin with Query & Aggregate MiddlewareBody:I’ve implemented a soft delete plugin for Mongoose to handle REST API data safely in a MENN stack ...
9votes
2answers
356views

As a followup to my previous version, I decided to try make this more cross-platform. I considered several languages: C++ is pretty cross platform, Rust is gaining popularity (and the language used by ...
8votes
2answers
303views

On Arch Linux, there are 2 packages that provide the Rust toolchain:rust itself andrustup. When users try to install a package ...
2votes
1answer
69views

I am writing a discord bot that can start and stop my minecraft server. It currently works, but I am still learning NodeJS and I could use some tips on how to optimize my code.Calling a command will ...
5votes
0answers
104views

I recently did a quick take-home test for a potential job opportunity. It included building a GraphQL API with nodeJS. I am not an expert in node (mostly use Python at work) but I have used it for ...
3votes
1answer
258views

I have built a Node.js program called serverserver, and it creates a server that you can access remotely on your phone. When you start the program, it prompts you to visit your public IP address. You ...
Cannabijoy's user avatar
3votes
1answer
73views

I'm working on a migration script for surrealdb (currently working with 1.x).Please review and let me know what I should improve....
chovy's user avatar
2votes
0answers
60views

We need to implement a simple redaction function to redact (set to undefined) certain JSON elements when logging the JSON. The requirements are:We can't modify the current JSON object, as that ...
lincolnadym's user avatar
1vote
1answer
63views

I'm working on a Next.js app and looking at the best way to structure database access. With Next.js and web based apps in general, there are lots of different "server actions", aka, API ...
1vote
1answer
132views

I have a huge list of 4k+ software products.My goal is simple. I have a list of products. Each of those products has a software value. I would like to extract each software occurrence and covert it ...
2votes
0answers
108views

The working code in full is here.It's a To-Do App with a TypeScript backend, written as practice for an upcoming 4-hour interview for a TypeScript backend role. My colleague and I would like to know, ...
1vote
0answers
57views

I have a Node.js logging library that applies ANSI styling for text formatting. Currently, the code contains some redundancy and could be refactored for better readability. I'm particularly interested ...
Dinesh Basnet's user avatar
1vote
1answer
78views

I needed to update a class in Node.js that parses the response from a new weather API endpoint but still preserves the same object structure and key values from having been using the old weather API ...
Aaron Goldsmith's user avatar

153050per page
1
2345
62

Hot Network Questions

more hot questions
Newest node.js questions feed

[8]ページ先頭

©2009-2025 Movatter.jp