Christophe Henry
I am a senior developer struggling with ADHD always keen on learning new things and working to make other people's lives simpler. I currently work as a Python/Django independent contractor for the French governement. In the past I also occupied other positions such as Java, web, full-stack developer, devops, and even sys admin for a while. I aslo contribute to a lot of things as I can't seem to be able to focus on one.
https://github.com/christophehenry
https://blog.christophe-henry.dev/
Session
Django Template Transpiler is a project to transpile Django templates into Javascript render functions, much like what Handlebars can do. It is intended to solve use-cases where small parts of your UI needs to be rendered both on the backend (because corresponding data already exists) or on the front-end (in result of user interaction) and issuing HTTP queries to perform SSR is inconvenient because of bad internet access.