DEV Community

Cover image for Back to Back #19 - Back-end news by SFEIR
Alexandre Moevi for SFEIR

Posted on

Back to Back #19 - Back-end news by SFEIR

Comme chaque fin de mois, les experts de SFEIR publient la newsletter back-end. Retrouvez la sélection de contenu, les outils coup de cœur et les astuces.


📰 Articles

Kubernetes-Native Inner Loop Development With Quarkus

Quarkus est à la rescousse afin de simplifier le processus de développement et de test des microservices ainsi que de réduire les cycles de développement.

One Year of Log4j

Il y a un peu plus d'un an, il ne s'agissait que d'un inoffensif outil de logging. Depuis la vulnérabilité Log4Shell est passée par là. Cet article nous montre qu'il reste de nombreuses organisations vulnérables à cette attaque.

How to improve Python packaging

Pipenv, Poetry, setuptools… Avec autant de solutions différentes, il est difficile de savoir quelle est la meilleure approche. Cet article explore l'état actuel du packaging en Python et (peut-être ?) le futur avec la PEP 582.

🛠️ Outils

modern-errors

Un package npm qui facilite la création et l'utilisation des classes d'erreurs. Des plugins existent, comme modern-errors-http qui gèrent les réponses HTTP.

Fiber

Fiber est un framework web inspiré d'Express. Il se base sur Fasthttp, l'implémentation HTTP de Go la plus rapide. Conçu pour faciliter les choses pour des développements rapides, Fiber garde à l'esprit l'absence d'allocations mémoires, ainsi que les performances.

💡 Trucs et astuces

Voici une collection de règles utiles applicables avec les fichiers .htaccess : redirection, protection d'un dossier, forçage d'un téléchargement…

GitHub logo phanan / htaccess

✂A collection of useful .htaccess snippets.

.htaccess Snippets Awesome

A collection of useful .htaccess snippets, all in one place.

NOTE: .htaccess files are for people that do not have rights to edit the main server configuration file. They are intrinsically slower and more complicated than using the main config. Please see the howto in the httpd documentation for further details.

Disclaimer: While dropping the snippet into an .htaccess file is most of the time sufficient, there are cases when certain modifications might be required. Use at your own risk.

IMPORTANT: Apache 2.4 introduces a few breaking changes, most notably in access control configuration. For more information, check the upgrading document as well as this issue.

Credits

What we are doing here is mostly collecting useful snippets from all over the interwebs (for example, a good chunk is from Apache Server Configs) into one place. While we’ve been trying to credit where due…

🎤 CFP

Si vous ne voulez rien louper des conférences tech et des CFP, suivez ce repo géré par @aurelievache

GitHub logo scraly / developers-conferences-agenda

developers.events is a community-driven platform listing developer/tech conferences and Calls for Papers (CFPs) worldwide with a list, a calendar and a map view. It helps organizers, speakers, sponsors & attendees.

Developers Conferences & CFP Agenda/List/Map

--> developers.events <--

This repository lists a maximum of conference dates to help conference organizers.

As conference organizers, one of the first question we ask ourselves is what will be the ideal date for our event.

One piece of data to take into account is the date of other events, but how do you find it?

As a developer and a technical lover, it is handy to have a calendar to look at to know when will be the next event.

I propose this GitHub repository to list all the conferences for developers in France, Europe and the world.

Do you want to contribute, add an event or your event? Perfect! You can follow the CONTRIBUTING.md and just open a Pull Request (PR) to update the developers conferences agenda If everybody contributes to this repo, it can help conference organizers but not only. Another goal…

Top comments (0)