Rudraksh Laddharudrakshladdha.hashnode.dev·Dec 22, 2024The Magic of Multi-Node Kubernetes Setup: Organizing Your ResourcesImagine you have a basket full of diverse food items. If someone asks for the smallest fruit, you might have to dig through the entire basket to find it, which takes time. But if you organize the items into separate baskets—one for fruits, another fo...Kubernetes
TRUF.Networkblog.truf.network·Dec 20, 2024Introducing The TRUF.Network - Redefining Economic DataThe TRUF.Network is a revolutionary decentralized platform that provides real-time economic data, enabling new levels of transparency and accuracy. TRUF.Network forms part of the broader Truflation ecosystem, aiming to redefine how economic data is s...10 likestruflation
Stephanie Mukamiidx-experience.hashnode.dev·Dec 15, 2024My IDX ExperienceLate in November, I attended a webinar titled Leveraging Project IDX for Development, which was organized as part of the preparations for the upcoming GDG Pwani DevFest 2024. The session was really insightful, providing an in-depth walkthrough of Pro...Google
Subhanshu Mohan Guptablogs.subhanshumg.com·Dec 10, 2024Architecture Design for Automated Rolling Updates of Node Operator Docker ImagesComponents Docker Registry Monitoring: Uses a webhook or polling mechanism to detect new releases of the bitscrunch:latest image. Integrates with a CI/CD pipeline to automate the update process. Added redundancy by leveraging multiple registry en...66 readsOrg. tasksDocker
Abhishek Rautsweabhishek.hashnode.dev·Dec 8, 2024Middleware in Express: Keep Your Server Chill with Global Error Handling and Zod 😎What’s Middleware? When you're building APIs or web apps in Express.js, middleware is like that homie who handles all the important tasks before you even get to the fun part (your routes). 🚀 Whether it’s parsing JSON, checking if a user is logged in...js
Sonu Kumarrepl.hashnode.dev·Nov 24, 2024Why there is no WIndow or Document in the Node.jsIn Node.js, there is no window or document object because Node.js operates in a server-side environment, not a browser environment. Here's why these objects are absent: Browser-Specific Objects: The window object represents the browser window and pr...node
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...node
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...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...e-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...1 likeKubernetes