Niladri Dasniladridas.hashnode.dev·Aug 11, 2024Everything You Need to Know About XGBoostXGBoost (eXtreme Gradient Boosting) is a popular open-source machine learning library that provides a scalable and efficient way to perform gradient boosting. It works on Linux, Microsoft Windows, and macOS. It's widely used for classification and re...DiscussInterpretable
Nithin Titusnithin22796.hashnode.dev·Jul 16, 2024The Importance of Performance in UI: Why Speed MattersIn the fast-paced digital world, users expect applications and websites to perform seamlessly. While aesthetics and functionality are crucial, the performance of a user interface (UI) plays a pivotal role in user satisfaction and overall experience. ...Discussperformance
JoanforCloudnetvoxcloudnetvox.hashnode.dev·Jul 1, 2024How to Speed Up Your Website: Tips and Tricks for Better PerformanceI understand how frustrating it can be when your website takes forever to load. Slow websites don't just annoy visitors—they can also hurt your search rankings and conversion rates. But don't worry, we've got your back! Here are some simple tips and ...Discusswebsite
Bruno Sabotbrunosabot.hashnode.dev·Jun 30, 2024Mastering Time: Using Fake Timers with VitestPhoto by Aron Visuals on Unsplash In the world of testing, controlling time can be a real challenge. Real-world timers, like setTimeout() and setInterval(), can be cumbersome when writing unit tests: without the right technique, you will introduce ex...DiscussJavaScript
Muhammad Abubakarabubakarwebdev.hashnode.dev·Jun 11, 2024Understanding N+1 Query Problems and Their Impact on API SpeedHave you ever noticed your endpoint response takes too long to respond? There could be many reasons for that, but one of the most common is spending a lot of time on database calls. A frequent cause of database problems in business logic is the N+1 q...Discuss·28 readsproblems solution
Jason LeiProjasonlei.com·May 8, 2024Calculating Virtual Cycling PowerFor those who don't know me personally, I am an avid road cyclist (my Strava for those interested). Naturally, I've delved deeply into how to use my power more efficiently. This curiosity led me to a great article (and calculator) by Steve Gribble th...Discuss·375 readsProgrammingpower meter
Anubhav Singhxprilion.com·Feb 28, 2024Golang vs Python: API Performance Load TestIn 2016, when I had started learning Python, I was increasingly convinced it would be the last programming language I would learn. After countless projects created with Python, a couple of technical books written, I am now learning Golang. Why? While...Discussgolang
Ramesh kumarrameshvoodi.hashnode.dev·Feb 20, 2024Groq: A New Era of Processing for AI and Machine LearningIntroduction Hey there, tech enthusiasts! Today, we're going to explore a new player in the world of AI and machine learning processors – Groq! This powerhouse processor is turning heads with its incredible performance and efficiency. So, let's dive ...DiscussComputer Hardware
Vishesh Guptavisheshg.hashnode.dev·Feb 16, 2024Redis: Your Superfast Data SidekickWhat is Redis? Redis stands for "Remote Dictionary Server". Fancy name, but what does it actually do? Think of Redis as a lightning-fast storage box that lives inside your computer's memory (RAM). Unlike traditional databases that often save data on ...Discuss·1 likeRedis
Gautam VajaforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 27, 2024Preact: Lightweight React AlternativeWhat is Preact? Definition and Core Features Preact is a fast, lightweight JavaScript library that describes itself as a "fast 3kB alternative to React with the same modern API." But what does this mean for you as a developer? At its core, Preact off...Discuss·11 likes·85 readsfrontend