After years of observing these cycles, I think it comes down to one word: employability.
Developers want to keep getting paid for what they already know and use. We worry that today’s optional technology will become tomorrow’s job requirement. That fear isn’t irrational - look at job boards today and count how many React positions you see compared to jQuery.
Le D.E.V. de la semaine est Olivier Jacques, consultant ProServe chez Amazon Web Services. Dans cet épisode, nous explorons l'évolution de Git en 2024, alors que nous allons bientôt fêter ses 20 ans. Nous discutons de l'importance de Git dans la gestion du code et examinons plusieurs stratégies d'utilisation au sein des équipes de développement. Olivier présente une typologie de cinq méthodes, comme la stratégie trunk-based, qui favorise l'intégration continue, et aborde les défis liés à chacune d’elles, ainsi que GitFlow, et les branches par environnement (à éviter !). Il met en lumière l'importance du contexte d'équipe et de la culture organisationnelle dans le choix de la stratégie la plus adaptée, tout en soulignant que l'efficacité d'une méthode dépend également de sa mise en œuvre au sein de l'équipe.
Bonjour, tu connais les syndicats ?
Tu es curieux de savoir pourquoi le secteur de l'IT est si peu syndiqué ?
Rejoins-nous pour une discussion enflammée et passionnante avec mes super invités Camille D. et Liloumuloup.
Tout le monde a envie de bien bosser. C'est l'organisation qui le permet ou non
Programming today is stressful — way more stressful than I remember it in the 90s and early 2000s when I was just starting out. Back then, things would get crazy around deadlines, but at other times, I recall feeling pretty even. These days, however, the pressure seems omnipresent.
Pour plus tard !
django-allauth is a popular third-party package that greatly expands upon Django's built-in authentication system. It provides views and URLs for sign-up, allows for social authentication via dozens of platforms, and has a long list of custom configurations that are easily accessed. Many developers, myself included, use django-allauth in every new project.
radiac/nanodjango: Run Django models and views from a single file, and convert it to a full project.
- Write a Django site in a single file, using views, models and admin
- Run it locally or in production, or share it as a standalone script
- Automatically convert it to a full Django project when you're ready for it to grow
via https://framapiaf.org/@tyldurd/113005909368728988
(et plein d'autres langages/outils)
A pure Python frontend web framework with reactivity, routing, and all the batteries of Python! See those plus/minus buttons right there? Those are running Python code, right in your browser. No transpiling, no build step, no funny business.
Pour s'entraîner au code !
In this tutorial, we'll look at how to build server-side UI components in Django with django-viewcomponent, which can help you reuse code and keep your code clean and maintainable.
Video tutorials for modern ideas and open source tools.
The class hierarchy for built-in exceptions
Un florilège de trucs bizarres en Python