Harshit Sahuharshitsahu2311.hashnode.dev·Dec 22, 2024Kubernetes Architecture - CKAKubernetes is a powerful open-source platform for managing containerized applications. It provides a way to deploy, scale, and manage applications across multiple clusters of computers. In this blog post, we will explain the architecture of Kubernete...Certified Kubernetes Administratorcontroller manager
Sarah Akinolasarah-devblog.hashnode.dev·Dec 21, 2024Understanding the Basics of Threads, Processes, Programs, and SchedulersIntroduction In computing, the concepts of programs, processes, threads, and schedulers are fundamental to the functioning and management of software applications and system resources. These components are the unsung heroes, working behind the scenes...Threads
Rahul Gangotrihackerrahul.com·Dec 15, 2024Tasque - Serverless messaging and scheduling solutionHi, Today i am launching an Open Source project TASQUE! An ultimate serverless messaging and scheduling solution. A Serverless Scheduler and Queue system built on top of cloudflare workers, D1 and Durable Objects to handle scale and schedule/queue mi...1 like·30 readstasque
syncfusionsyncfusion-blogs.hashnode.dev·Nov 15, 2024Blazor Scheduler vs. Gantt Chart: Which is Right for Your Project?TL;DR: Both the Scheduler and Gantt Chart are powerful tools for project management. The Scheduler is perfect for managing appointments and events, while the Gantt Chart is designed for tracking complex projects. Let’s dive into their core functional...Blazor
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
Raul Naupariblog.raulnq.com·Oct 31, 2024Getting Started with Amazon EventBridge Scheduler for .NET DevelopersIn our previous article, Getting Started with Amazon EventBridge for .NET Developers, we delved into the capabilities of Amazon EventBridge for routing events through applications. But what if we need to trigger an event based on time? To address thi...48 readsAWS
Aderemi Daredareaderemi.hashnode.dev·Oct 24, 2024Agenda 101: Improving communication between microservicesSide Talk There has been so much debate on the best way to send data within microservice applications. Perhaps, you've also had long discussion within your team on this problem. Various methods and technique are available ranging from the old http re...agenda
syncfusionsyncfusion-blogs.hashnode.dev·Oct 14, 2024AI-Powered Smart .NET MAUI Scheduler for Easy Appointment BookingTL;DR: Let's build an AI-powered smart scheduler in .NET MAUI for seamless appointment booking and availability checks. This blog covers integrating Azure OpenAI, designing a chatbot, and configuring the .NET MAUI Scheduler to manage appointments eff...AI
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Oct 11, 2024Kubernetes 101: Part 3Imperative and declarative approach For example, you are going for Tom’s home and in imperative method, this is how you choose the path and direction (go right, or left etc) So, what to do and how to do is important in this approach. In declarative ...32 readsFrom Linux to DevOps Expertnode selectors
Mostafa Youssefmostafaelsawy.hashnode.dev·Sep 5, 2024[3] Scheduling PoliciesIn the previous article, we learned the basics of how Operating Systems manage program execution and that the CPU must switch between processes to schedule one to run. In this article, we will explore in more detail how this scheduler works. Underst...10 likes·75 readsOperating Systems Three Easy Piecesscheduler