# You Should Reinvent the Wheel. The Artisan of the Day Is Thiery Laverdure.

DevFeed: [You Should Reinvent the Wheel. The Artisan of the Day Is Thiery Laverdure.](<https://devfeed.tech/articles/you-should-reinvent-the-wheel-the-artisan-of-the-day-is-thiery-laverdure-3997.md>)

Original publisher: [Read original article](<https://laravel.com/blog/you-should-reinvent-the-wheel-the-artisan-of-the-day-is-thiery-laverdure>)

Author: Ana Tavares

Published: 2025-08-08T16:40:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [developer](<https://devfeed.tech/tags/developer.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

## AI overview

Thiery Laverdure explains how reinventing existing developer tools can create value and deepen technical skill. After seeing Laravel Echo's JavaScript codebase, he rewrote the package in TypeScript with a swappable driver system and submitted a 3,000-line pull request. The article also introduces Litebase, his open-source distributed database built on SQLite, and presents reinvention as a process of learning through imitation, persistence, and continuous refinement.

## Source excerpt

When Thiery Laverdure saw Laravel Echo's JavaScript codebase, he saw the potential for a Laravel-style, swappable driver system to expand developer choice.