My weekly newsletter is out 👇🏼
Project: SQLGlot
New tutorials
Book: Statistical Analysis with Python
https://ramikrispin.substack.com/p/statistical-analysis-with-python
My weekly newsletter is out 👇🏼
Project: SQLGlot
New tutorials
Book: Statistical Analysis with Python
https://ramikrispin.substack.com/p/statistical-analysis-with-python
My weekly newsletter is out 👇🏼
Project: SQLGlot
New tutorials
Book: Statistical Analysis with Python
https://ramikrispin.substack.com/p/statistical-analysis-with-python
Hosting SQLite databases on Github Pages, https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/.
SQLite is compiled to Wasm. The database is statically hosted on a server. A custom layer extracts _ranges_ of this database so that it can be fetched via HTTP. It allows to run SQLite client-side with a static read-only database.
Bonus: it is extended to query the DOM with SQL, this time with read and write mode.
#Emploi | Mediapart recherche un·e Développeur·se Back-End / Symfony (CDI) 🔎
📍 Début de la mission : dès que possible à Montpellier
✉️ Les candidatures sont à envoyer à recrutement-developpeur@mediapart.fr
🗓 Deadline pour répondre à l'annonce : 30 novembre 2025 https://recrutement-mediapart.notion.site/D-veloppeur-se-Back-End-Symfony-2aed6696ecae805db4c2ef9f888edd68?at_format=link&at_account=mediapart&at_campaign=mastodon&at_medium=custom7
Hosting SQLite databases on Github Pages, https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/.
SQLite is compiled to Wasm. The database is statically hosted on a server. A custom layer extracts _ranges_ of this database so that it can be fetched via HTTP. It allows to run SQLite client-side with a static read-only database.
Bonus: it is extended to query the DOM with SQL, this time with read and write mode.