CREATIVE CODING BLOG
Quick Talk
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 […]
Read more »
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 […]
That's it i've made the big move, like many others. After twenty years of wordpress development, I have to learn it all again. SEO, forms, page building, everything comes free and open source with statamic, unlike wordpress which requires a few hundred bucks to build serious web content management. Of course, on the long run, […]
It took me quite a while to understand that in order to add action to statamic field, you have to read extending the control panel first. Yes read docs. Did you manage to add your first field action ? for myself I will document here the hards steps that took me to a great feature […]
database / nocode Tailwind tools reponsiveness Tailwind components Javascript sliders here we sort best mobile touch enabled sliders + carousels, with last github update. All these sliders share common characteristics Glide : just out ! SWIPER : 2024 SLICKSLIDER : 2017 Splide JS : 2022