Learning culture in software engineering teams: Technology watch & Coaching (2/7) Cédric 5 September 2022 This post is part of a series of 7 blog posts on the topic How to create a learning culture
Learning culture in software engineering teams: Training & E-learning (3/7) Cédric 5 September 2022 This post is part of a series of 7 blog posts on the topic How to create a learning culture
Learning culture in software engineering teams: Make it sustainable (7/7) Cédric 5 September 2022 This post is part of a series of 7 blog posts on the topic How to create a learning culture
Learning culture in software engineering teams: Coding dojos, Community of practices & Craft Workshops (6/7) Cédric 5 September 2022 This post is part of a series of 7 blog posts on the topic How to create a learning culture
Learning culture in software engineering teams: Wikis & Linters (4/7) Cédric 5 September 2022 This post is part of a series of 7 blog posts on the topic How to create a learning culture
Learning culture in software engineering teams: Code reviews & Mob programming (5/7) Cédric 5 September 2022 This post is part of a series of 7 blog posts on the topic How to create a learning culture
GitHub Pull Request: 10 tips to know Cédric 6 August 2022 GitHub Pull Requests are useful to manage the workflow of your development with Git. Git offers a native branch management
30 knowledge base tools for developers in 2022 Cédric 4 August 2022 Software engineers need knowledge base tools to create and maintain valuable technical documentation. The State of Octoverse 2021 report by
Define your coding standards for Java Cédric 26 July 2022 Coding standards for Java are essential if you work on a Java project in your company, and you’re not working
Simple API HealthCheck with Node, Express, and MongoDB Cédric 25 July 2022 Our application Packmind is a standard Web application with a ReactJS frontend and a Node/Express/Mongoose/MongoDB stack for our API. We