Maths | Data/ML | Fullstack | Nix/NixOS
"Basically a wizard"
Employed at Tweag to build excellent software
- LinkedIn: https://www.linkedin.com/in/guillaume-desforges
- GitHub: https://github.com/GuillaumeDesforges/
I'm a freelancer, contact me by email. Currently not available for freelance.
- "Supervised Learning"
- "Scraping and data cleaning"
- 1-day course and workshop to version control with git
- "Techniques de dévelopment logiciel"
Tweag, a Modus Create company
- consultancy: requirement gathering, delivery, communication
- leadership: coaching, project management, group roadmap
- growth: hiring (interviews), marketing (speaker, blog editor), sales (solution design)
- fullstack web development, embed LLM
- build foundation of a marketing engine that uses ML
- build custom ERP integration (DDD, DevOps)
- scaffold Python monorepos (blog post)
- distributed cloud computing for ML (dataloader backed by ray on Azure AKS)
- native extension for Spark in Scala (github:kaiko.ai/spark-dicom)
- analysis and processing of temporal geospatial data
- speaker at PyConFr 2023: "Python moderne et fonctionnel pour des logiciels robustes" (video)
- "Arrow"-based effect system to author extendable type-safe workflows (github:tweag/funflow, blog post)
- integrate with many third party data sources
- manage ETL jobs, data freshness and data accuracy
- React: scaffold and develop
- Spring Boot: models, services, controllers, tests
- PayPal payment for an online shop
- 2019-2020: Master "Data and Artificial Intelligence", Institut Polytechnique de Paris
- 2016-2020: Ingénieur, Ecole des Ponts
- analytics (Hadoop MapReduce, Spark, Modern Data Stack, superset)
- cloud data lakehouse (Spark SQL, BigQuery, Snowflake, Athena)
- parallel computing, distributed computing
- data transformation pipelines need similar features than build systems
- you gotta love a good linear regression (or xgboost)
- aren't Foundational Models just crushing the field?
- static typing is a must
- type-hinted Python is nice
- apply FP ideas (Haskell, Scala) to other languages (Python, Rust, Java)
- Inheritance is bad
- Inheritance is bad, really
- Domain Driven Design (DDD) is good
- automated testing matters
- aim for 100% automated deployment
- NixOS is ❤
- frontend: React is a good default, the Open Web Platform is most stable
- backend: REST is good, most people mean CRUD by REST, GraphQL is nice but complex, RPC is battle-tested
- HTMX is worth knowing
- make a web app unless you need it offline