How to Optimize Your React App Performance: A Comprehensive Guide
published 1/20/2024 | 3 min read | #React#performance#optimization
Learn how to improve the performance of your React app with this comprehensive guide. From code optimization to architecture, we cover it all.
Exploring Cython: A Bridge Between Python and C/C++
published 10/8/2023 | 2 min read | #cython#python#c_plus_plus#performance
A comprehensive guide that explores Cython, a superset of Python that can achieve C-like performance levels while maintaining Python's ease of use.
Node.js Tips and Tricks: Large File I/O Operations
published 2/23/2023 | 4 min read | #node.js#file i/o#performance#optimization#tips and tricks
Learn how to efficiently handle large file input/output operations in Node.js with these tips and tricks. Read on to discover examples of real-world use cases and boost your file handling performance today!
How to delay loading Google Web Fonts to improve Core Web Vitals score
published 9/27/2022 | 4 min read | #css#web vitals#performance
Good to know: CSS is a render blocking resource. This means it'll block rendering any content until CSS is fully processed! In this article you'll learn how to fix that
Web Components - Choosing the right lib
published 12/28/2020 | 6 min read | #performance#javascript#web#lit-element#lit#sapper#svelte
Let's agree that choosing the right library has one important factor, which is the type of the project you're working on. However, there are some important questions you need to find an answer for before you start coding
PNPM popularity is growing rapidly, is it time to ditch npm & yarn?
published 1/31/2020 | 2 min read | #performance#cache#node#npm#pnpm#packages#modules#managers#yarn#typescript#benchmarks
We've been using npm for years, then yarn came and gained tons popularity. Today we'll talk about pnpm, which gives a huge benefit not available in yarn/npm
How to deliver experiences best suited to a user's device and network constraints in React
published 11/27/2019 | 3 min read | #react#experience#network#react-hooks#performance#loading#adaptive-loading#memory#cpu#github
Implement awesome features into your app to deliver the best possible experience based on the capabilities of the devices of your audience.