top of page
  • Forfatters billede: CLAUDIA ERDEM
    CLAUDIA ERDEM
  • 14. maj
  • 2 min læsning

Opdateret: 12. jun.

5:7 - Responsible Web Development EXPERT TIPS FOR A GREENER BACK-END



Here are his 7 practical tips for making backend development more energy-smart:

1 - USE GREEN HOSTING

Choose a provider that uses renewable energy. It’s one of the easiest and most effective changes you can make.

2 - KNOW YOUR LANGUAGES

Some programming languages are more energy-hungry than others. For example, Python can be 20–60x less efficient than C in certain tasks. Choose wisely based on what you’re building.

3 - THINK SSR VS. CSR

Should your site load content from the server (SSR) or the browser (CSR)? Each has pros and cons, but talking about it through an energy lens can lead to better decisions.

4 - TEST YOUR CODE'S EFFICIENCY

Big tech companies like Google and Microsoft offer tools to check how efficiently your code runs. Don’t overlook them during development.

5 - BE SMART WITH MICROSERVICES

Yes, microservices can be great for performance - but they can also create unnecessary complexity and energy use. Design with care.

6 - LOG SMART, NOT MORE

Track data in a way that helps you understand your resource use - especially across different environments like staging and production.

7 - SHUT IT DOWN

Test environments often run 24/7, even when they’re not in use. Set up scheduled shutdowns - and don’t forget to turn off your own machine over the weekend too!
Bonus: The best part? Many of these tips not only reduce energy use - they also improve performance, user experience, and SEO. It’s a win-win-win.
In our next post, we shift to the frontend: How cleaner, faster code (yes, like the good old days) can make your product leaner and greener.
See you there!


 
 
 

Comments


bottom of page