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...DiscussNode.js
Syncfusionsyncfusion-blogs.hashnode.dev·Sep 12, 2024What’s New in Node.js 22?TL;DR: Let's explore the key features of Node.js 22, including ECMAScript modules support and the V8 engine update. This release introduces the Maglev compiler and a built-in WebSocket client for enhanced performance and real-time communication. Impr...DiscussNode.js 22
Rishabh Bhattrishabhcodes.hashnode.dev·Sep 11, 2024How URL Shorteners Work & How to Build One with Server-Side Rendering using Express and EJSIntroduction: Have you ever wondered how those tiny URLs work behind the scenes? Whether you're sharing links on social media or simplifying a long link for your users, URL shorteners are super handy. In this blog post, we’ll walk through how URL sho...Discuss·10 likes·36 readsNode.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...Discussbest 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...Discussbest 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...Discussbest practices
Ijeoma IgboaguforfreeCodeCampfreecodecamp.org·Aug 5, 2024How to Build an Application With Node.jsNode.js it’s a runtime environment that allows you to run JavaScript code on the server side for building server-side applications. It works well for creating fast and scalable applications. In this article, I will use a simple event management app ...DiscussJavaScript
Pulkitblogs.devpulkit.in·Aug 5, 2024Easy Deployment of Nodejs Applications on EC2 with PM2 and NGINXDeploying Node.js applications can be a daunting task, especially when aiming for a robust and scalable production environment. However, with the right tools and a clear process, it becomes much more manageable. In this guide, I will walk you through...Discuss·1 like·76 readsnginx
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...DiscussReact
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...Discuss·10 likes·33 readsnode.js-basics