Quick Talk
13 July 2026 by erwan
I’ve been building crud all my life, designing and developing full interface admin apps from scratch. More recently (that’s like less than 10 years ago) I stopped development and started pushing live apps on production with nova , filament , backpack, crudbooster, but that’s not enough for me, I need more. So I created a […]
Read more »
10 June 2026 by erwan
Using open data from IGN (french institute for geographical maps), I asked new Claude 5.0 to build a threejs powered landscape viewer. I downloaded data files from IGN (`.shp`/`.dbf` format) and let a custom processor convert to binary format as explained by Claude who did the job :
Application Development
2 June 2026 by erwan
A Distraction-Free Book Editor for the Browser I wanted to write a book and started working on obsidian, very nice but I had two requirements So I asked Claude to create this browser based book editor with note capabilities. It’s named ChapterOs and can save/load your writing to/from your hard disk in html or md […]
22 May 2026 by erwan
ever wanted to explain stuff visually ? this mindmap editor was generated in less than 10 prompts on lovable. Features tech stack :
20 May 2026 by erwan
idea from my friend : create a mobile enabled app for inventory management between locations. React Native stack with Expo, and local storage with MKKV, state management with ZUSTAND. Main features demo :
18 May 2026 by erwan
Combine Free tiers services to create fast form submission from event posters : free database (supabase), free image storage (ImageKit), and free image recognition (Gemini), all orchestrated by Claude, this time on pro subscription. The idea is to create a few intertwinned components : Those components interact together via APIs Proactive security currently I have […]
29 April 2026 by erwan
in this new configurator I focus on instant project cost calculation. I need to say I see strong progress in AI’s ability to deliver good interface. In this case, the vertically divided layout was almost perfect , I just had to ask for fex additionnal corrections , like adding resize handle for side bar and […]
8 March 2026 by erwan
15 years ago we had a traditionnal music trio and the accordionist fellow mentionned ableton. End of 2025 I purchased the full edition, and decided to learn ableton. It took me ten years to learn how to use Adobe suite (Photoshop, illustrator and I intend to master Ableton too. here is what I get
18 December 2025 by erwan
from oral traditions to AI reasoning in pre medieval times, irish monks spent their lives copying christian texts decorated with their own inspiration of the famous interlace designs, mix of calligraphy and color illustration, blended with rigourous text reproduction for transmission to future generations. That was a notable step from oral traditions to text based […]
29 November 2025 by erwan
AI answers are extensive and precise, but require long read. When choosing solutions, multi step questions answer process are more appropriate and can help either selling products or consulting sessions
3 November 2025 by erwan
undocumented Statamic strikes again. Trivial stuff like acting on the level of breadcrumb display took me a while. May be I should start deep learning antlers language… Well Claude AI did not do a good job answering that simple question, while Gemini got it right first place : statamic antlers only display nav breadrumb if […]
25 October 2025 by erwan
What I like about equal ui is that it is one of rare UI libraries that come with select box allowing images, more generally html code. Among other UI libraies that do that, Primevue was my favourite, though a bit complex to use and configure in my opinion. Still a primer though (haha) with more […]
26 September 2025 by erwan
first thing to get a good crud is the ability to read schema. In Supabase POSTGRES SQL you can create functions such as this one
20 August 2025 by erwan
Building a kitchen in a few steps is what I asked to BASE44 , new ai application maker htat created in 3 prompts a very nice kitchen designer desktop interface with configuration saver . Of course the R3F react based 3D rendering looks a bit sad but that would require a few hours of human […]
29 July 2025 by erwan
Press review of Central Statistics Office Ireland publications. In 2023, data centers used 21 percent of all electricity available in Ireland, says le Monde. in 2024, 22 percent, and still growing. Friends of the Earth are not happy. Meanwhile in America across the Atlantic, Zuckerberg’s meta is planning two data center on gigascale : Prometheus […]
17 July 2025 by erwan
LovableAI combines both very efficient code generation, and node based application hosting. I’ve been building 3D configurators for years now for my local company, using three js and various javasacript frameworks, starting with Jquery in the the 2010s, then moving to more advanced reactive framework like Vue / Nuxt or React, in this case. for […]
21 June 2025 by erwan | Leave a Comment
I started this article in february 2025, with the main idea of reviewing AI services in the field of Excel like sheets processing for data transfer to online services that use mysql for instance. At this stage, I found and reviewed Julius AI which, as of february 2025, I found exceptionnally good at reading and […]
5 June 2025 by erwan | Leave a Comment
I’m soon one year of statamic development and guess what, as the old saying says, carpenter’s house always needs work. My own website has been craving for redesign for years, I’ve built a nuxt prototype with nice vue components and in the mean while found the new laravel / tailwind / vite stack very attractive. […]
28 May 2025 by erwan | Leave a Comment
was looking for the best way to implement parallax image display with GSAP (codepen example) https://dennissnellenberg.com https://www.ifremer.fr/fr/infrastructures-de-recherche/observer-l-ocean-mondial-en-temps-reel
15 May 2025 by erwan | Leave a Comment
4 May 2025 by erwan | Leave a Comment
Now that AI can generate efficient and complex code from elaborate prompts, let’s go back to meaning : on a cloudy sunday morning I was thinking about revamping my website and was thinking of 3D illustrations. What more meaning full than the earth ? My favourite code, CLAUDE AI provided me with efficient way of […]
1 May 2025 by erwan | Leave a Comment
today twas easier to ask Gemini this time than search google. This script was generated by GEMINI 2.0 FLASH, after two prompts. I have to say it’s just what I needed first prompt : shellscript to uppercase filename (not extension) second prompt : all folder files. I didn’t bother to go further but you could […]
14 April 2025 by erwan | Leave a Comment
Ever experienced repetitive fine tuning of threeJS scene ? and camera controls revert back to original position, and you end up wasting time finding right position to check the modifications visually ? the localStorage / sessionStorage javascript objects allow you to store this information and restore it at reload time. All you need is to […]
7 April 2025 by erwan | Leave a Comment
Playing with AI generation is showing massive improvement in 1. prompt understanding and 2. proper response. Demo of a single prompt javascript generated shoot them up game