Forem

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Cracking MySQL Performance: What is Indexing and Why It Matters
Cover image for Cracking MySQL Performance: What is Indexing and Why It Matters

Cracking MySQL Performance: What is Indexing and Why It Matters

2
Comments
2 min read
Node.js Memory Apocalypse: Why Your App Dies on Big Files (And How to Stop It Forever)

Node.js Memory Apocalypse: Why Your App Dies on Big Files (And How to Stop It Forever)

1
Comments
2 min read
🔁 Harnessing Python Generators for Efficient Data Streaming in Stock APIs
Cover image for 🔁 Harnessing Python Generators for Efficient Data Streaming in Stock APIs

🔁 Harnessing Python Generators for Efficient Data Streaming in Stock APIs

Comments
3 min read
🔍 Deep Dive into Go Memory Leak Debugging: A Practical Guide

🔍 Deep Dive into Go Memory Leak Debugging: A Practical Guide

1
Comments
4 min read
How to Identify and Fix Performance Bottlenecks in Your Mobile App

How to Identify and Fix Performance Bottlenecks in Your Mobile App

2
Comments
2 min read
Array.Map vs For...loop

Array.Map vs For...loop

6
Comments 5
1 min read
Connect Any Postgres to Real-Time Analytics
Cover image for Connect Any Postgres to Real-Time Analytics

Connect Any Postgres to Real-Time Analytics

1
Comments
7 min read
How to Optimize Your Fintech API in 2025: A Guide
Cover image for How to Optimize Your Fintech API in 2025: A Guide

How to Optimize Your Fintech API in 2025: A Guide

Comments
10 min read
Build a WebAssembly-Powered Image Optimizer in the Browser (No Server Required)
Cover image for Build a WebAssembly-Powered Image Optimizer in the Browser (No Server Required)

Build a WebAssembly-Powered Image Optimizer in the Browser (No Server Required)

1
Comments
2 min read
Bottleneck Identification Using Distributed Tracing
Cover image for Bottleneck Identification Using Distributed Tracing

Bottleneck Identification Using Distributed Tracing

Comments
5 min read
How to Manage Memory and Avoid Leaks in NestJS Applications
Cover image for How to Manage Memory and Avoid Leaks in NestJS Applications

How to Manage Memory and Avoid Leaks in NestJS Applications

1
Comments
3 min read
🚨 Prevent Sensitive Data Exposure: How to Disable console.log in Production for React and JavaScript Apps 💻
Cover image for 🚨 Prevent Sensitive Data Exposure: How to Disable console.log in Production for React and JavaScript Apps 💻

🚨 Prevent Sensitive Data Exposure: How to Disable console.log in Production for React and JavaScript Apps 💻

Comments
3 min read
1 line change, 12x speed improvement - Why profiling is important!

1 line change, 12x speed improvement - Why profiling is important!

Comments
3 min read
Kafka Producers Explained: Partitioning, Batching, and Reliability
Cover image for Kafka Producers Explained: Partitioning, Batching, and Reliability

Kafka Producers Explained: Partitioning, Batching, and Reliability

Comments
3 min read
Boost Angular Performance: Real-World Optimization Case Study
Cover image for Boost Angular Performance: Real-World Optimization Case Study

Boost Angular Performance: Real-World Optimization Case Study

Comments
19 min read
How to Profile a NestJS Application
Cover image for How to Profile a NestJS Application

How to Profile a NestJS Application

2
Comments
3 min read
Handling Optimistic Updates in Redux Toolkit (Without Third-Party Libraries)
Cover image for Handling Optimistic Updates in Redux Toolkit (Without Third-Party Libraries)

Handling Optimistic Updates in Redux Toolkit (Without Third-Party Libraries)

Comments
2 min read
Optimizing Redux for Massive State Trees with Entity Adapters
Cover image for Optimizing Redux for Massive State Trees with Entity Adapters

Optimizing Redux for Massive State Trees with Entity Adapters

Comments
2 min read
"Designing Data-Intensive Applications": Chapter 2 - Data Models - Part I

"Designing Data-Intensive Applications": Chapter 2 - Data Models - Part I

2
Comments
4 min read
Building a React Hook That Predicts User Navigation Based on Hover Patterns
Cover image for Building a React Hook That Predicts User Navigation Based on Hover Patterns

Building a React Hook That Predicts User Navigation Based on Hover Patterns

Comments 1
3 min read
Building a Zero-Render React Form Validation System Using Context and Refs
Cover image for Building a Zero-Render React Form Validation System Using Context and Refs

Building a Zero-Render React Form Validation System Using Context and Refs

Comments
3 min read
Building a Custom React Context with Optimized Selectors (Without Re-Renders)
Cover image for Building a Custom React Context with Optimized Selectors (Without Re-Renders)

Building a Custom React Context with Optimized Selectors (Without Re-Renders)

1
Comments
3 min read
Optimizing UPDATE of millions of rows easily
Cover image for Optimizing UPDATE of millions of rows easily

Optimizing UPDATE of millions of rows easily

2
Comments
5 min read
The FizzBuzz: a branchless version with Java

The FizzBuzz: a branchless version with Java

Comments
3 min read
JavaScript Memory Leaks: The Silent Killers and How to Fix Them

JavaScript Memory Leaks: The Silent Killers and How to Fix Them

Comments
2 min read
loading...