Victor Uzoagbavictoru.hashnode.dev·Oct 28, 2024Cost-Effective Scheduling and Queue Management in Semaphore CI/CDIn today's DevOps landscape, optimizing CI/CD costs while maintaining efficient delivery pipelines has become increasingly crucial. Organizations running hundreds or thousands of builds daily face significant challenges in managing their CI/CD resour...semaphore
BetaMizeforBetaMizeblog.betamize.com·Jul 9, 202410 Ways to Improve Manufacturing EfficiencyImproving manufacturing efficiency is essential for staying competitive, reducing costs, and enhancing overall productivity. By adopting advanced technologies and best practices, manufacturers can optimize their operations, minimize waste, and increa...38 readsbetamize
Luc Caocaoluc.hashnode.dev·Mar 24, 202411 Best Ways to Optimize Kubernetes Resources and Reduce CostsReference: https://overcast.blog/11-best-ways-to-optimize-kubernetes-resources-and-reduce-costs-3c342fa3b71b Kubernetes has become the de facto standard for container orchestration, offering a powerful platform for deploying, scaling, and managing c...Kubernetes
Knightimknight.com·Jul 11, 2023Back to Trello & Todoist comboAfter trying out several new tools, I have returned to using the Trello and Todoist combination. Although my experimentation was not in vain, as I discovered some new tools that could enhance this combination, I will discuss them in another post. So,...79 readsTrello
Chayan SinghforGeekyAnts Tech Blogtechblog.geekyants.com·Jun 23, 2023Debugging High-CPU Usage in Full-Stack Applications: A Comprehensive GuideIn full-stack applications, high CPU usage can significantly impact performance and user experience. This blog post provides a comprehensive guide to debugging high CPU usage, covering issues at the database, API, and frontend levels. Identifying Pos...cpu
Cory Dransfeldtcoryd.hashnode.dev·Jun 7, 2023Optimizing for performance with EleventyIn the interest of over-engineering my personal site I've gone out of my way to optimize it for performance. It started out fairly quick as it's static, built using Eleventy and is hosted with Vercel but, beyond the basic setup, I've taken some addit...Web Development
Himanshu Chauhanhimanshuchauhan.hashnode.dev·Mar 30, 2023Optimizing performance in React appsHere I want to share how can we make a more optimize React js web app. Here are some methods to make your code clean and make it faster. Improving the code is a very important process you need good knowledge about that technology to improve that code...1 like·50 readsReact
Imtiaz Ahmedimtiazpy.hashnode.dev·Jan 9, 2023Expert Tips for Achieving Efficient and Professional Results in Web DevelopmentPreface "The only way to do great work is to love what you do." - Steve Jobs As developers, we know that building web applications can be a challenging and rewarding process. But it's not always easy, especially when you're working with multiple tech...64 readsproject management
Dhawal Pandyadhawalpandya01.hashnode.dev·Dec 29, 2022Optimizing JavaScriptOptimizing JavaScript code can improve the performance of your code and makes it more efficient. To optimize your JavaScript code is to be a good programmer. Let's explore some of the most effective techniques. Use modern JavaScript syntax. One of th...36 readsoptimize