Frontend News
4 posts

European Governments Are Ditching Microsoft for Linux - What Do You Think of This Move?
Governments in Germany, Denmark, Spain and beyond are migrating from Windows to Linux at scale. This isn’t a drill - it’s really happening.
December 8, 2025 · 5 min · 866 words · Rexai Programming

Evan You Announces OXC Tools: 45x Faster Than Prettier, 50-100x Faster Than ESLint
Vue.js creator Evan You unveils OXC tool suite with oxfmt 45x faster than Prettier and oxlint 50-100x faster than ESLint, revolutionizing frontend development workflow
October 19, 2025 · 4 min · 771 words · Rexai Programming

Say Goodbye to encodeURIComponent() in 2025
Build cleaner URLs with the new URL() API and ditch the tedious encodeURIComponent() approach
September 6, 2025 · 3 min · 441 words · Rexai Programming

The Middleware Optimization Trick That Made My Node.js Server 40% Faster
Learn this middleware design pattern to dramatically boost Node.js performance, reduce latency, and improve scalability without rewriting your code
August 19, 2025 · 4 min · 675 words · Dream Beast Programming