Browsing Tag
performance
51 posts
Optimizing Vue.js Performance with v-if and v-show Directives
Vue.js is a versatile JavaScript framework, but maximizing its performance requires strategic use of directives. In this article,…
React Compiler & React 19 – forget about memoization soon?
React 19 and the React Compiler, previously known as React Forget, have been dominating the React discussion over…
Elanat Competes with Microsoft; CodeBehind 2.4 Released
About 8 months have passed since the birth of the CodeBehind framework. In these 8 months, we have…
Javascript is not single threaded! 🤯 🤩
Learn about the power of worker threads in JavaScript and how they can enhance your application’s performance. What…
Refactoring for Performance
I spend most of my time thinking about performance improvements. Refactoring is tricky work, even more so when…
Benchmark: Snowflake vs UUIDv4
This benchmark compares the performance of Snowflake and UUID. It was built using Go, Docker, SQLx, and PostgreSQL.…
Why Javascript has to be slower than C++
The primary reason is that javascript is an interpreted language Interpreted vs Compiled languages JavaScript is an interpreted…
🔥 FAST & FURIOUS WEBSITE 2024 🔥Tips & Links for performance optimization
Half of the users close a web page if it takes longer than 3 seconds to load. This…
Automating Baseline Profile end-to-end on CI
Generated With AI on Bing Baseline profile allows you to pre-package a list of classes and methods with APK…
My checklist for a production-ready website
This article was originally published at: My checklist for bringing a website to production – hungvu.tech. The article…