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
Oluwaseyi Joshuajoshua777.hashnode.dev·Mar 7, 2023How to implement Top-level await in Node.jsFor junior to mid-level developers, there is a common coding method of always using the await keyword strictly inside an asynchronous JavaScript function. However Top-level await is a technique that allows us to use the await keywords inside asynchro...54 readsJavaScript