Articles by Tag #performance

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

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 253 6Dec 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 166 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 156 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 146 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 128 45Oct 18 '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 97 9Apr 1

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

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

Learn More 88 12Nov 1 '24

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 87 7Feb 6

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

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

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

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

Why Big Tech Is Slowly Ghosting Golang

🦥 “Go” Away Already: Why Big Tech Is Slowly Ghosting Golang Ah, Go — the language that promised to...

Learn More 57 73May 4

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 50 20Aug 11 '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

OKRs vs. KPIs: Setting Effective Goals for Developer Teams

Table of Contents Understanding OKRs for Developer Teams Understanding KPIs for Developer...

Learn More 46 2May 5

Streaming Large Files Between Microservices: A Go Implementation

Efficient Large Data Transfer Between Microservices (Go Demo) This project provides a...

Learn More 40 2Apr 4

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

Lighthouse vs. PageSpeed Insights: The Lack of Correlation

What's the problem? Have you ever run PageSpeed Insights (PSI) on your website only to...

Learn More 38 2Aug 5 '24

Unlocking improved Flutter performance; a case for Keys

We recently wrote an app akin to Instagram but for pets, for such apps, list views permitting doom...

Learn More 38 6Nov 1 '24

Master JavaScript Console.time(): Your Simple Guide to Code Performance Testing 🚀

Let me explain console.time methods in a super simple way for measuring code execution time! Think...

Learn More 35 0Nov 25 '24

Database Monitoring: Importance, Tools, and Best Practices for Performance Optimization

Database Monitoring: Importance, Tools, and Best Practices for Performance Optimization. ...

Learn More 33 0Nov 10 '24

Understanding Iterators in Go: A Fun Dive!

If you're a Go programmer, you've probably heard about iterators many times in Go 1.22, and...

Learn More 32 0Oct 24 '24

How I take notes with Neovim

Firstly, I posted a video about this on my Youtube channel a few months ago, but I plan to go a lot...

Learn More 32 4Feb 4

Go 1.24 and the Swiss Table Revolution: A New Era for Maps

Introduction With the release of Go 1.24, the language takes a significant leap forward in...

Learn More 32 2Feb 3