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

This repository list a maximum of tech conferences's date and CFP in order to help conferences organizers, speakers & attendees

Developers Conferences Agenda/List

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

As a conference organizer, we always ask ourselves what will be the ideal date for the event?

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

And as a developer, a technical lover, we want to have a calendar, we want to know when will be the next event.

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

You want to contribute, add an event or your event? Perfect! Just do a Pull Request (PR) in order to update this developers conferences agenda If everybody contribute to this repo, it can really help conferences organizer and another goal of this idea is to list a maximum of conferences for developers If they…

Top comments (0)