Rahul Bansodcompile.hashnode.dev·Nov 14, 2024Mastering Node Placement in Kubernetes: Node Selectors vs. Node AffinityIn Kubernetes, controlling where your Pods are scheduled can be essential for managing workloads, ensuring resource optimization, and maintaining availability. Kubernetes provides two powerful mechanisms for this: Node Selectors and Node Affinity. Wh...Discussnode
Brian Muchirafitness-app-react.hashnode.dev·Nov 10, 2024Create a Fitness Tracker App Backend: A Node.js Guidegithub link:https://github.com/BRYOOH/Fitness-app Login controller This code attempts to validate a user’s login by checking for an existing email, matching the password, and generating a JWT token if authentication is successful. const UserLogin= a...Discuss·1 likebackend
Shainil P Scodeshaine.hashnode.dev·Nov 4, 2024Carter: an typical e commerce projectI started this project september 2024.I don't remeber the exact date though . I made this project in order to put into my resume which I did. However, in order to stand out I needed to make this little unique . So I thought make this little complex b...Discusse-commerce
Rahul Bansodcompile.hashnode.dev·Nov 4, 2024Kubernetes Scheduling Algorithm: How the Scheduler Chooses the Best Node for Your PodsIntroduction A key part of Kubernetes' functionality is the scheduler, which decides where each Pod should run. The scheduler considers various factors, balancing workloads and maximizing resource efficiency across the cluster. In this post, we’ll ex...Discuss·1 likeKubernetes
Jacob Dilonardoseek-job-listings-scraper.hashnode.dev·Oct 16, 2024Unleashing Comprehensive Job Data with the Seek Job Listings Scraper Full Actor on ApifyWhen I started working on this project, I knew I wanted a powerful scraper that could pull every bit of job data available from Seek.com.au. Simple job titles and salaries wouldn't cut it—I needed rich data points like company profiles, contact info,...Discuss·1 likeweb scraping
Vishal Sharmacodreline.hashnode.dev·Oct 9, 2024Let's Dive into Internal Working of Node.jsHave you ever wondered how Node.js can handle thousands of connections at once without breaking a sweat? As a popular choice for building scalable network applications, Node.js has revolutionized the way developers approach server-side programming. A...Discuss·10 likesNode.js
Think Throothinkthroo.hashnode.dev·Oct 4, 2024Bypass bundlers’ detection of the require statementIn this article, we analyse how React source code bypasses bundlers’ detection of require statement. By concatenating the string “require” with a random number (Math.random()), the code generates a string that looks like “require”, but is not direct...DiscussJavaScript
RIMANSHU SINGHforme.hashnode.dev·Sep 30, 2024Step-by-Step Guide to Building Your First Route in Express and Node.jsInstall Node.js First, we have to download and install Node.js from it's official website. .For download Node.js and installation process click on below link and follow that Article. Installation of Node.js According to your computer 🖥, windows us...Discuss·3 likesroutes
Bodheeshbodheesh.hashnode.dev·Sep 28, 2024Node.js Interview Questions and Answers: Part 10Node.js Basics: An In-depth Interview Guide In this blog post, we'll explore key concepts of Node.js through an interview-style Q&A session. Each topic will be thoroughly explained with examples, use cases, pros, and cons to help you prepare for your...DiscussNode.js
Wiljeder Filhowiljeder.hashnode.dev·Sep 16, 2024Build Your Own Chatbot with AWS Bedrock and NestJS: A Step-by-Step GuideIntegrating a Generative AI model from AWS Bedrock into a NestJS-based chatbot API offers a powerful approach to building interactive applications. This guide simplifies the process, guiding you step-by-step from setting up your environment to creati...Discuss·58 readsnestjs