Discover structure and techniques THEORIES for application development and coding
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 […]
Read more »
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 […]
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
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 […]
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 […]
24 February 2025 by erwan | Leave a Comment
speaking of database, I’ve had my share of user interfaces. As far as I can remember, Microsoft as the first big player to democratize database user interfaces with its famous Access software, not to mention Excel which is still today probably the most popular single table manager tool. For Web based database management, phpmytadmin is […]
29 December 2023 by erwan | Leave a Comment
adding debug messages in javascript development via console.log is a universal technique of watching what’s happening in your algorithms while developping. Multiplying console messages can get confusing, while keeping track of useful logs is important in the code development process. In this example, I work on nuxt development, and use Pinia state management to declare […]