Svelte

Live Streaming #1

Hello Stackers, on this live stream, I developing a full-stack GraphQL using the SvelteKit UI framework. I will make this to be my…

Bima Sena Bima Sena

Legacy Browser in Modern Web Framework

Hello Stackers, In this era, many modern web frameworks exist, but of course, we still encounter legacy browsers that still use the old…

Bima Sena Bima Sena

Open Data Template #1

I use Open Data as a case or reason for developing the latest technology.. This is Open Data template #1 : Features Okay…

Bima Sena Bima Sena

Svelvet

Hello Stackers, Svelvet is a lightweight Svelte component library for building interactive node-based diagrams. Mapping out your ideas with Svelte has never been…

Bima Sena Bima Sena

Swiper

Hello Stackers, Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to…

Bima Sena Bima Sena

Spatula

Hello Stackers, Spatula is a side project I made to learn more about shaders using lamina. It’s a tool for building shader materials…

Bima Sena Bima Sena

JungleJS

Hello stackers, right now we go into Jamstack, in previous articles I have discussed a little bit about the definition of Jamstack and…

Bima Sena Bima Sena

Svelte – Immutable

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 =…

Bima Sena Bima Sena

Svelte – 7guis-circles

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…

Bima Sena Bima Sena

Svelte – 7guis-crud

CRUD.svelte <!– https://eugenkiss.github.io/7guis/tasks#crud –> <script> let people = [ { first: ‘Hans’, last: ‘Emil’ }, { first: ‘Max’, last: ‘Mustermann’ }, { first:…

Bima Sena Bima Sena