Browsing Tag
performance
66 posts
Solving Poor API Performance Issues: Tips for Developers
Great APIs respond lightning-fast, handle traffic spikes effortlessly, and use computing resources efficiently. Poor ones? They’re sluggish, error-prone,…
Performance Guide Pt. 3: Setting Up and Testing RAID
This is the third and the final part of the Performance Guide. The first two parts were about…
⚠️ 5 UX Onboarding Mistakes, CSS if() Experiments & Landing-Page Psychology
Hey 👋 Ever feel like onboarding is less “welcome aboard” and more “sorry, you’ve missed the boat”? Or…
Golang Concurrency: How Confinement Improves Performance Without Locks
Concurrency is one of Go’s greatest strengths, but it can also be a source of many problems if…
iPhone 17 design may be drastically different
Speculation is rife that the iPhone 17 would sport a drastically new design from its predecessors, and the…
🚀 Understanding V8 JIT: How JavaScript Gets Compiled and Optimized
JavaScript’s performance relies on V8’s Just-In-Time (JIT) compilation, but did you know deoptimization can slow down your code?…
1 Billion Rows Challenge in PHP
You’ve probably heard of the 1BRC (1 Billion Rows Challenge). In a nutshell, it’s a challenge (originally aimed…
10 Tips to Optimize Your Laravel Application Performance
Performance is crucial to providing a seamless user experience when building Laravel applications. In this post, I’ll share…
HTTP/2 streaming and you, HTTP/3 streaming and wheee!
HTTP/3 is used by 30.1% of all the websites. HTTP/2 is used by 34.7% of all the websites.…
GraphQL vs REST: API Showdown 🤜🤛
This article is also available on Medium When it comes to APIs, there’s a big debate between two…