DDimonindimonb19a.hashnode.dev·Jul 18 · 7 min readGPT Is a Nerd, Claude Is a Colleague: Why AI Models Have Personalities (and Why It Matters)Where this started I'm a frontend engineer, and at this point almost none of my code is written by hand. I manage an AI, review its implementation, tweak the occasional style rule. Somewhere along the00
DDimonindimonb19a.hashnode.dev·Jun 26 · 3 min readColor PaletteI had a chance to work on a runtime theming engine in some UI system where we have a support for different themes: 3 types of physics (glass/flat/retro), and 2 modes (dark/light). Basically, the color00
DDimonindimonb19a.hashnode.dev·Jun 25 · 3 min readFlexible density for all the UIIn our UI system we dont use pixel values to define spacing, we use semantic variables, (t-shirt sizes: gap-sm, p-lg, my-2xl) - so thats like you change one CSS variable, and the whole UI adapts. We00
DDimonindimonb19a.hashnode.dev·Jun 21 · 2 min readNice custom Svelte animationsSvelte ships fade, fly, slide, scale, blur, … in svelte/transition so you can just import those ones and use them out of the box. But you also can create your own actions and transitions, and use them00
DDimonindimonb19a.hashnode.dev·Jun 18 · 6 min readBuilding an Animated 404 RingThis is a write-up of the animated ring I built for a 404 page. It's a single component that renders an SVG "portal" — a set of concentric rings with drifting particles, a slow wobble, and a parallax 00