Automatiser la minification JavaScript dans #PHPStorm avec #UglifyJS 💡
→ Un #FileWatcher bien configuré suffit pour générer un .min.js à chaque sauvegarde.
→ Vidéo tuto ici : https://youtu.be/6vjtINyqoSY
#JavaScript #DevTips #CodeOptimization #FLOSS #WebDev

@reset_org
Eine Zeile Code, 30 Prozent weniger Energieverbrauch.

Kann das jeder zu Windows, einem geschlossenen System beitragen?

Denkanstoß an Merz und Linnemann, was das Ableisten von Arbeitsstunden anbelangt.

Life-Life-Tech-Energy-Balance

#Linux #Energieverbrauch #codeoptimization

PS.: Reset ihr habt tolle, lesenswerte Artikel. Was euch fehlt sind Tags, um die Themen besser aufzufinden.

🚀💨 Ruby 3.5 just unleashed a speed demon on object allocations! But wait, you thought your app was slow because of the code? 😂 No, it just needed more horsepower under the hood. Don't worry, there are graphs for those who need to look busy at work. 📈💼
https://railsatscale.com/2025-05-21-fast-allocations-in-ruby-3-5/ #Ruby3.5 #SpeedDemon #ObjectAllocation #PerformanceBoost #CodeOptimization #HackerNews #ngated
Fast Allocations in Ruby 3.5

Many Ruby applications allocate objects. What if we could make allocating objects six times faster? We can! Read on to learn more!

Rails at Scale
🚀 Wow! Another #groundbreaking breakthrough in software development: just move your "ifs" to the top! 🤯 Who knew that rearranging code could solve world hunger? 🥇 Next up: how to defy gravity by walking upside down! 🙃
https://matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html #softwaredevelopment #codeoptimization #innovation #technews #HackerNews #ngated
Push Ifs Up And Fors Down

A short note on two related rules of thumb.

Imagine Z-Day: no new CPUs. LaurieWired sees a tech dark age. But John Carmack argues extreme software optimization could make older hardware thrive, pushing coders to max efficiency. A compelling scenario. #TechApocalypse #CodeOptimization #LegacyHardware
$20,000 rav1d AV1 Decoder Performance Bounty

In March of 2023 we announced that we were starting work on a safer high performance AV1 decoder called rav1d, written in Rust. We partnered with Immunant to do the engineering work. By September of 2024 rav1d was basically complete and we learned a lot during the process. Today rav1d works well—it passes all the same tests as the dav1d decoder it is based on, which is written in C. It’s possible to build and run Chromium with it.

Prossimo
"Every line of code is a liability, not an asset." – Unknown
#CodeOptimization #MinimalCode
Data Centers Can Slash Power Needs With One Coding Tweak

<p>Reworking 30 lines of Linux code could cut power use by up to 30 percent</p>

IEEE Spectrum

Learn how to optimize memory usage in your PHP app with simple fixes!
Check out Vincent Wong’s article on reclaiming memory from PHP arrays👇
https://urls.fr/9JsCsG

#PHP #MemoryManagement #WebDev #CodeOptimization #TechTips

Reclaiming Memory from PHP Arrays - Vincent Wong - Medium

Note: this article is written for PHP 8.3, but will likely still be applicable to other PHP versions. It is safe to assume that every PHP dev has worked with PHP arrays in the course of their…

Medium
Ah, yes, the classic "Become a CPU whisperer and your code will magically run faster" spiel 🤦‍♂️. Like developers have nothing better to do than decode the Rosetta Stone of silicon every time they write a for loop 🤓. Spoiler: Reading this won't make your app faster, but your headache will surely arrive quicker 🥴.
https://blog.codingconfessions.com/p/hardware-aware-coding #CPUwhisperer #CodeOptimization #DeveloperHumor #TechRealities #PerformanceMyths #HackerNews #ngated
Mechanical Sympathy: Coding for CPU Performance

Write faster code by understanding how it flows through your CPU

Confessions of a Code Addict