Akritiakriti111.hashnode.dev·Sep 28, 2024Is JavaScript interpreted or compiled language?What is an interpreted language? These languages are executed line by line, with the interpreter reading and executing the code directly. Pros: Quick to start executing code. Easier to debug due to immediate feedback. Cons: Slower execution c...21 likes·35 readsNode.js
Victor Uzoagbavictoru.hashnode.dev·Sep 14, 2024Creating a Headless Web Scraper with Playwright and Node.jsIntroduction Web scraping is an essential tool for gathering data from websites, automating processes, and interacting with dynamic content. By using web scraping, you can extract data such as prices, news, and social media trends, which can be analy...Node.js
Victor Uzoagbavictoru.hashnode.dev·Sep 8, 2024Best Practices for Securing Node.js Applications in ProductionNode.js, a popular runtime for building server-side applications, brings high performance and scalability to web development. However, its flexibility can lead to security vulnerabilities if not properly managed. When deploying Node.js applications i...best practices
Victor Uzoagbavictoru.hashnode.dev·Aug 30, 2024Profiling Tools and Techniques for Node.js ApplicationsNode.js is a powerful platform for building server-side applications due to its asynchronous, non-blocking architecture. However, as applications scale, performance bottlenecks can arise, leading to increased latency and degraded user experience. Pro...best practices
Victor Uzoagbavictoru.hashnode.dev·Aug 28, 2024Best Practices for Securing Node.js Applications in ProductionNode.js is a powerful and popular platform for building scalable server-side applications. However, like any other technology, it comes with its own set of security concerns that developers must address to ensure their applications are secure in prod...best practices
Kriss Sachinthakrisssachintha.hashnode.dev·Jul 31, 2024A react plugin to save the table filters and retrieve them while navigating to different pagesthis npm plugin will save your applied filters to session storage with a url as the key, to use this module pass the url alone with filters object into saveFilters function, it will convert the filters object into json stringify and store it inside t...React
Gondi Bharadhwaj Reddybharadhwaj.hashnode.dev·Jul 4, 2024Node.js Basics: A Beginner's Step-by-Step GuideIntroduction Node.js is an open-source, cross-platform runtime environment that allows developers to use JavaScript for server-side scripting. This innovation has fundamentally transformed web development, enabling the creation of fast, scalable netw...10 likes·34 readsnode.js-basics
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·May 30, 2024Send e-mails using NodeJSIn the world of MERN stack development (MongoDB, Express, React, Node.js), building dynamic and interactive web applications is a breeze. But what if your application needs to send emails to users? NodeJS comes to the rescue with powerful libraries l...Node.js
Lakshay Gargtechbylakshay.hashnode.dev·Feb 24, 202414 Steps to Set up a Professional Backend in Node JSStep 1: Initialize Your Project with npm Begin by creating an empty folder for your project. Then, start the setup process by initializing a new npm package using the following command: npm init Follow the prompts to provide the necessary informatio...12 likes·261 readsNode.js
Teqnovos Ltdteqnovos.hashnode.dev·Feb 15, 20245 Reasons to Choose NodeJS for Web App DevelopmentThe growing demand for Node JS development services is a testament to how popular and reliable this technology is. Currently, several businesses and startups are hiring Node JS developers for online application development and it’s high time you shou...Node.js