Hello Stackers, on this live stream, I developing a full-stack GraphQL using the SvelteKit UI framework. I will make this to be my…
Hello Stackers, In this era, many modern web frameworks exist, but of course, we still encounter legacy browsers that still use the old…
I use Open Data as a case or reason for developing the latest technology.. This is Open Data template #1 : Features Okay…
Hello Stackers, Svelvet is a lightweight Svelte component library for building interactive node-based diagrams. Mapping out your ideas with Svelte has never been…
Hello Stackers, Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to…
Hello Stackers, Spatula is a side project I made to learn more about shaders using lamina. It’s a tool for building shader materials…
Hello stackers, right now we go into Jamstack, in previous articles I have discussed a little bit about the definition of Jamstack and…
flash.js export default function flash(element) { requestAnimationFrame(() => { element.style.transition = ‘none’; element.style.color = ‘rgba(255,62,0,1)’; element.style.backgroundColor = ‘rgba(255,62,0,0.2)’; setTimeout(() => { element.style.transition =…
CircleDrawer.svelte <!– https://eugenkiss.github.io/7guis/tasks#circle Click on the canvas to draw a circle. Click on a circle to select it. Right-click on the canvas to…
CRUD.svelte <!– https://eugenkiss.github.io/7guis/tasks#crud –> <script> let people = [ { first: ‘Hans’, last: ‘Emil’ }, { first: ‘Max’, last: ‘Mustermann’ }, { first:…