Articles by Tag #performance

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Advanced SQL: Mastering Query Optimization and Complex Joins

Hello everyone, السلام عليكم و رحمة الله و بركاته SQL (Structured Query Language) is an essential...

Learn More 262 19May 30 '24

Architecture Patterns for Beginners: MVC, MVP, and MVVM

Building software can be complex. You might not have to think much about it when building your side...

Learn More 250 11Dec 27 '24

Tracking down high memory usage in Node.js

In this article, I will share my approach of tracking down and fixing high memory usage in...

Learn More 165 5Dec 14 '24

Faster Pages with React ✨

Photo by Mathew Schwartz on Unsplash This is the story of our homepage make over to reach a solid...

Learn More 155 12Aug 30 '24

Improving Performance of PostgreSQL queries

I recently wanted to implement some raw SQL queries and work on the efficiency of them so that...

Learn More 145 15Sep 30 '24

Don’t use if-else blocks anymore! Use Strategy and Factory Pattern Together

As we move forward in a project, lost in if-else blocks, struggling with complex conditions and...

Learn More 127 45Oct 18 '24

How to reduce unused JavaScript in your code?

Cutting down on JavaScript is super important when you're building modern websites. It's a big deal...

Learn More 119 19Jun 20 '24

Speed Up Your Site with 3 Simple JavaScript Performance Optimization Tips

In our digital world, speed isn't just a convenience... It's a necessity. We all know the frustration...

Learn More 107 9May 29 '24

Understanding async and defer

This is one of the popular frontend interview questions. It tests interviewees knowledge on HTML, JS...

Learn More 103 10Aug 8 '24

24 Front-end Performance Optimization Tips

Performance optimization is a double-edged sword, with both good and bad aspects. The good side is...

Learn More 96 9Apr 1

Optimizing React Table Rendering By 160x !!!

React is "generally" a performant framework.. notice the "" on generally, Yeah that is because at...

Learn More 92 26May 9 '24

Mastering Docker: Essential Best Practices for Efficiency and Security👮🏻

Best Docker Practices 1. Optimize Image Size Use Official Images: Start with...

Learn More 87 12Nov 1 '24

Mastering Redis Cache Miss Handling: A Comprehensive Guide

The key to performance in modern software systems is caching, a process of maintaining, in the...

Learn More 85 1Jan 23

How does React Native's New Architecture affect performance?

What is the New architecture? React Native's new architecture was introduced in version...

Learn More 85 7Feb 6

Debouncing and Throttling

Another one among the popular frontend interview questions. It tests interviewees knowledge on JS,...

Learn More 75 7Aug 9 '24

Bun is up to 20x slower than NodeJS in logic operations

Preface typia is a transformer library supporting superfast runtime validation, and JSON...

Learn More 74 14Feb 1

JavaScript is not the problem

The other day I was asked to examine a performance issue on an Angular 11 app. Simply typing in an...

Learn More 69 3May 16 '24

Downsize your JavaScript: Mastering Bundler Optimizations

Introduction Over the past 15 years, the JavaScript ecosystem has expanded rapidly,...

Learn More 66 14Dec 17 '24

Angular Signals: From Zero to Hero

Reactive programming has become a central paradigm in modern frontend development, with frameworks...

Learn More 65 11Nov 3 '24

🛑 Stop resizing your browser: improve testing for responsiveness

An in-the-weeds tirade to put an end to the lackluster practice of browser resizing. Use the browser's device mode or a whole range of free tools to improve accuracy

Learn More 63 9May 22 '24

How To Increase Performance of Web APIs in .NET

In modern software development, creating high-performance APIs is crucial to deliver a fast, stable,...

Learn More 62 7Jan 22

Yes, Ruby is fast, but…

John Hawthorn wrote a nice post discussing a recent tool to incorporate Crystal into your Ruby app....

Learn More 55 10May 9 '24

npm is SLOW! This is better 🍞

Let's face it: we've all waited way too long for npm install to finish. Whether you're racing against...

Learn More 54 18Nov 24 '24

How React Compiler Performs on Real Code

The article follows the content and the structure of the talk I gave at "React Advanced"...

Learn More 50 7Dec 12 '24

Turbocharge Your Linux: 8 Secrets to Unlock Blazing Speed and Performance! ️‍⚡️‍🔥

Ubuntu Unleashed, Part 2: Improve Speed and Performance on Ubuntu Welcome back to Ubuntu...

Learn More 48 20Aug 11 '24

I tried React Compiler today, and guess what... 😉

This is probably the most clickbaity title I’ve come up with, but I feel like an article about one...

Learn More 47 4Jun 10 '24

🚀 15 SQL Query Optimization Techniques for Blazing Fast Performance

Efficient SQL queries are the backbone of high-performing applications. Poorly optimized queries can...

Learn More 46 12Apr 4

Optimizing Performance in Next.js Using Dynamic Imports

As developers, we are constantly seeking ways to enhance the performance of our applications to...

Learn More 43 1May 13 '24

Scaling Next.js with Redis cache handler

Let's say you have dozens of Next.js instances in production, running in your Kubernetes cluster....

Learn More 41 3Jun 10 '24

How we Built 300μs Typo Correction for 1.3M Words in Rust

We launched our Hacker News search and RAG engine with a half-baked typo correction system. Our first...

Learn More 39 1Sep 9 '24