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
Sergio Suárezsergiosuarezdev.hashnode.dev·Sep 13, 2024NestJS 10 — Descubre las novedadesNestJS ha lanzado hace unos meses su versión 10 y viene cargada de mejoras y nuevas funcionalidades que harán las delicias de los desarrolladores. Después de varios meses de pruebas y algunos que otro proyecto, te cuento las principales novedades de ...Discussnestjs
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
Abhinav Jhaabhinav3254.hashnode.dev·Aug 29, 2024Creating and Accessing APIs in AndroidWhen I started coding in Android, I often wondered how to create my own API and use it in my Android applications during development. After extensive research, I discovered while using React that I could access a website from my mobile device if conn...DiscussAndroid
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
Madhav Dhobleydev-madhav.hashnode.dev·Aug 26, 2024Node.js Unveiled #4: Modules & Package ManagementNode.js has rapidly become a popular choice for building scalable and efficient web applications. A feature of Node.js development is its strong package management system, NPM. NPM, or the Node Package Manager, is a tool that allows developers to dis...DiscussNode.js
Bodheeshbodheesh.hashnode.dev·Aug 21, 2024Top Node.js Interview Questions and Answers - Part 1As Node.js continues to grow in popularity, it's becoming increasingly important for developers to be well-versed in its fundamentals. Whether you're preparing for a job interview or simply looking to brush up on your knowledge, this series will cove...Discuss·30 readsNode.js
Waleed Javedwaleed.hashnode.dev·Aug 15, 2024'This' the JavaScript in PowerMode!A Comprehensive Guide for Beginners If you've ever found yourself confused by the this keyword in JavaScript, you're not alone. It can be one of the trickiest concepts to grasp, especially since its behavior changes depending on the context. But fear...DiscussFullstack Devjs
Raaj Aryanraajaryan.tech·Aug 12, 2024npm vs Yarn vs pnpm: Which Package Manager Should You Choose?In the Node.js ecosystem, managing packages efficiently is essential for maintaining a smooth and productive development workflow. With a vast array of packages available, developers rely on package managers to handle dependencies, manage versions, a...Discuss·1 likeJavaScript