Tagged articles
3 articles
Page 1 of 1
JD Cloud Developers
JD Cloud Developers
Oct 3, 2023 · Frontend Development

Boost Front-End Performance: CSS Over JS, Algorithms, and Low-Level Optimizations

This article explores code‑level front‑end performance optimization, covering how CSS can replace JavaScript for animations and components, deep analysis of JS constructs like if‑else, switch and loops, front‑end algorithms, diff‑algorithm tricks, and low‑level computer concepts such as memory caching and bitwise operations.

JavaScript optimizationcss animationfrontend performance
0 likes · 18 min read
Boost Front-End Performance: CSS Over JS, Algorithms, and Low-Level Optimizations
Liangxu Linux
Liangxu Linux
Jul 11, 2023 · Fundamentals

Unlock the Power of Bitwise Operations in C: Tips, Tricks, and Real‑World Code

This article explains the fundamentals of bitwise operations in C, covering their advantages, operator symbols, precedence, common tricks such as parity checks, power‑of‑two tests, swapping values, bit masks, and includes numerous code snippets and practical examples for efficient low‑level programming.

algorithm tricksbit manipulationbitwise
0 likes · 13 min read
Unlock the Power of Bitwise Operations in C: Tips, Tricks, and Real‑World Code