Rodolphe Renaux

Software architect — Software craftman — Agile/SCRUM inclined — PHP/nodejs

Technical implementation of SEO best practices

Posted on October 16, 2024

Search Engine Optimization (SEO) is crucial for enhancing a website’s visibility in search engine results. While content quality and keyword usage are essential, technical SEO plays an equally important role in helping search engines crawl, index, and rank your website effectively. This blog will explore key technical SEO best practices... [Read More]

Using variant in React Native 🤖🍏

Posted on March 5, 2021

For some reasons, your React Native project might be used for multiple applications, each one having its own logic such as authentication or visual identity. It’s possible to use variant (for Android) or schemes (for iOS) to build apps with differents app id but what about logic and visual differences... [Read More]

Electron × TypeScript × React × TypeORM

Posted on March 11, 2019

At first I had an idea, since I love papertable RPG I would like to build a desktop app built with electron which players can join a game room and follow game activity (such as life points, currency, possessions…) So,let’s get using electron. [Read More]

Document Oriented Development

Posted on February 27, 2019

At the time of this post I work for the french newspaper Le Monde website. The main struggle of the development team was the fact that the old website was using a custom-made static page generator and a lot of javascript and web services to render the miscellaneous data such... [Read More]