Adding Voice Recognition To A Web App
Speech-to-Text is becoming a common feature, and modern tooling makes it easier to implement. Read how we built an Aqua clone using Cloudflare Workers AI, OpenAI Whisper, and Vue3.
Derniers articles par Anthony Rimet
Full-stack web developer at marmelab, Anthony seeks to improve and learn every day. He likes basketball, motorsports and is a big Harry Potter fan
DotJs 2025: Rediscovering JavaScript's Future
From the stunning venue to the captivating talks and valuable networking opportunities, the conference exceeded our expectations.
Building An AI Assistant at the Edge
Cloudflare recently launched Workers AI that provides machine learning model inference at the edge. This article explains how we built a simple AI Assistant using Nuxt and Llama 3 8B on Workers AI.
LIT: A Lightweight Library For Building Web Components
To explore the LIT framework, I built a framework-agnostic accordion component that I managed to reuse in React and Vue.
Automate Your Workflow With Git Hooks
Git Hooks and Husky can be used to check the quality of your code, automate repetitive tasks or standardize commit messages.
Write JavaScript Shell Scripts With Bun
JS developers can now write shell scripts with good performance with Bun Shell. This promising tool is still under development.
Displaying Test Screenshots in GitHub Actions
Build a CI workflow (GitHub or GitLab) to turn the screenshots taken after an e2e test failure (Cypress, Playwright) into CI artifacts.
Tech, Crêpes, et Éthique. Marmelab était à MiXiT !
La conférence lyonnaise sur la tech mais surtout sur ce qu'il y a autour.
Rive: Animate Web UIs with State Machines
Rive helps you create animations with state-machine
Building a B2B app with Strapi and React-Admin
Combining a backend-as-a-service and a low-code tool lets you develop web apps super fast
Writing A React-Admin Data Provider For Offline-First Applications
Can we use react-admin with only client-side storage? Leveraging LocalForage, which uses InnoDB and is not limited in size, react-admin becomes the ideal tool for offline-first web applications.