ASAbhay Singhinabhaysinghs772.hashnode.dev·Dec 26, 2023 · 3 min readHow $or operator of MongoDB can make your head scratchHey, what's the actual problem man? I was developing a user signup functionality for one of my applications in Node.js ❤️. I want any user can sign up either by their email or by their phone number, similar to an e-commerce sign-up feature ( You don...01V
ASAbhay Singhinabhaysinghs772.hashnode.dev·Sep 30, 2021 · 3 min readIntro to Node.jsAccording to node.js’s official documentation, Node.js is a JavaScript runtime built on chrome’s v8 Javascript engine. node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js package ecosystem “npm” is t...02VA