CREATIVE CODING BLOG
Quick Talk
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. […]
Read more »
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
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 […]
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 […]
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 […]
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
switching back and forth from google search to gemini seems to bring the best fo both worlds. I asked Gemini to code a pure javascript accordion , it answered with alpine js code which is not too bad. Then a simple search query on google for "tailwind plus minus number alpine" led me to penguinui […]
with tailwind css there's nothing like native features. For example native tailwind transition properties provide a range of hover or loop animations. If you need to get animations on scroll, you can use intersect library (demo here). And if you want to get more creative with texts, try letter animations with Fancy Commonents for react […]
Application Development
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 […]