Knowledge. Unfiltered.THE
BLOG
Ideas, breakdowns, and real talk - from the world of business and code. Written by the Aduok team, for people who want to keep learning.
3D Card Carousel with Pure CSS & HTML5 Canvas — No Libraries
A step-by-step breakdown of building an interactive 3D rotating card carousel using only CSS custom properties, the CSS tan() math function, transform chains, and a procedurally generated HTML file — no JavaScript frameworks, no physics engines, no canvas libraries.
CODE
CodeMay 6, 2026
3D Card Carousel with Pure CSS & HTML5 Canvas — No Libraries
A step-by-step breakdown of building an interactive 3D rotating card carousel using only CSS custom properties, the CSS tan() math function, transform chains, and a procedurally generated HTML file — no JavaScript frameworks, no physics engines, no canvas libraries.
CODE
CodeMay 4, 2026
Silly String Physics Simulation with Canvas & Verlet Integration
Step-by-step guide to building an interactive silly string physics simulation using the HTML5 Canvas API, Verlet integration, constraint-based links, SVG collision maps, and a procedurally drawn spray can — no frameworks, no physics engines, no libraries.
CODE
CodeApr 27, 2026
Animated Delivery Truck Button with Pure HTML & CSS — DispatchBtn
Step-by-step guide to building an e-commerce order button with a fully animated delivery truck sequence — package loading, door hatches, speed lines, headlight glow, and a checkmark draw-on — using only CSS keyframes and 13 lines of JavaScript.
CODE
CodeMar 28, 2026
Animated Delete Button with Pure HTML & CSS — TrashBtn
Step-by-step guide to building an animated delete button with a trash icon, paper-shredding animation, and a checkmark confirmation — no frameworks, no libraries, minimal JavaScript.
CODE
CodeMar 19, 2026
Deadline Loader — Animated Progress Bar with Death Character & Countdown in Pure HTML, CSS & Vanilla JS
Step-by-step guide to building a deadline countdown loader featuring an animated walking Death character, a scythe-swinging arm, a writing designer, a red progress fill, and a colour-wipe day counter — no frameworks, no jQuery, no libraries.
CODE
CodeMar 15, 2026
Animated Spinning Border Login Form with Pure HTML & CSS — BorderLogin
Step-by-step guide to building a hover-reveal login form with a dual-layer spinning conic-gradient border, glass panel, and smooth CSS transitions — no frameworks, no libraries, no JavaScript.
CODE
CodeMar 13, 2026
Animated Flip Credit Card Form with Pure HTML & CSS — CardFlip
Step-by-step guide to building a fully interactive credit card form with live card preview, real-time input mirroring, and a smooth 3-D flip animation when the CVV field is focused — no frameworks, no libraries.
CODE
CodeMar 11, 2026
Desert Sand Ball Loader with Pure CSS — DuneSpinner
Step-by-step guide to building a fully animated orbiting sand-ball loader using only CSS custom properties, conic gradients, and keyframe animations — no JavaScript, no images.
CODE
CodeMar 06, 2026
Animated Pencil Loader with SVG & CSS — Aduok Code
Step-by-step guide to building a fully animated pencil loader using pure SVG and CSS keyframe animations — real pencil colors, no JavaScript.
CODE
CodeMar 04, 2026
Procedural Scorpion IK Cursor — Aduok Code
Deep-dive article on building a procedural scorpion IK cursor experience.