The best new app for newsletter reading
Meco is a distraction-free space for reading and discovering newsletters, separate from the inbox. Add your newsletters in seconds and liberate your inbox today!
Hand-picked interesting links for
web creators, updated daily.
Prefer a weekly digest?
Meco is a distraction-free space for reading and discovering newsletters, separate from the inbox. Add your newsletters in seconds and liberate your inbox today!
Discover intermediate and advanced styling techniques using Tailwind CSS and craft a fully responsive, professional product card for a web store in this Scrimba course. Codrops readers get 20% off Pro plans!
Christian Alder experiments with CSS holographic mask effects, inspired by Robb Owen’s guide on blend modes and shader-like visuals using only CSS.
Chris Dalton shares how Rive built the first true vector-based feathering system — no rasterization, no blur hacks, just clean math and modern GPU rendering.Vector Feathering
Luciano Nooijen removed AI code tools after noticing a decline in coding instincts, choosing to stay sharp by using AI only manually and intentionally.
Kyle Gill compares dev server performance across Next.js with Webpack, Turbopack, and Vite (with Rollup and Rolldown), finding Vite fastest in most cases.
Thomas Ledoux shares how he built an Astro integration that automatically indexes site content to Algolia during production builds, using TypeScript, Cheerio, and stopword filtering.
Tim Severien analyzed 595 job listings to assess front-end and full-stack tech demand, finding React, Tailwind, and AWS dominant—though accessibility remains overlooked.
GSAP's Site of the Week, 24/7 Artists, brilliantly showcases animations using ScrollTrigger, MotionPath, and SplitText, created by Waaark.
A proposed unified layout system in CSS to merge features of Flexbox, Grid, and Masonry for greater control.
Brady Eidson introduces a new, privacy-first way to send push notifications without requiring service workers or JavaScript.
A Three.js demo showing joint manipulation in six-legged insects. Tilt their habitat with orbit controls. Full source code in the page’s HTML.
Chase Davis brings back his mesh gradient project, now enhanced with AI tools, and shares updates featuring real-time depth of field in Three.js.
Michael Lynch shares practical advice on how developers can write blog posts that actually get read.
A deeply personal, richly detailed critique of unpaid and exploitative on-call practices in tech, arguing that 24/7 availability should be compensated and reconsidered.
Luis Bizarro has open-sourced the code behind his personal portfolio.
Resn launches NVG8: a sleek, scroll-driven Web3 experience that gamifies data contribution through immersive motion and futuristic UI.
Julik Tarkhanov shares a robust JavaScript undo/redo stack using dual arrays and structured cloning—avoiding common indexing pitfalls with a clean API.
ShaderGPT introduces a new Explore Page, allowing users to search, filter, and vote on AI-generated GLSL shaders, helping surface the most popular results.
AI scraping bots are overwhelming open-access sites, threatening the sustainability of libraries, archives, and scholarly platforms online.
Modern CSS features like :where() and cascade layers enable cleaner, conflict-free utility classes—no more specificity battles or !important hacks.
A deep dive into CSS border-image and how it enables creative, performant designs through slicing, repeating, and styling with images or gradients.
What to consider before choosing Next.js—framework limitations, portability issues, and transparency concerns.
A deep dive into CPU architecture concepts showing how developers can boost code performance by aligning with hardware behavior.
Rediscover the joy of writing old-school CSS with Drupal 10 theming—flex layouts, Twig magic, and a mobile menu, all built from scratch!
Chrome 135 adds support for fully customizable <select>
elements using appearance: base-select
, enabling rich content and styling via CSS.
A thoughtful critique of AI answer engines and how they're changing (and diminishing) the experience of browsing the web.
An experimental workaround for passing data like colors from CSS into SVGs used as images, exploiting SVG sizing and modern CSS features.
An article by the Microsoft team on techniques for drawing separators in CSS, and a new proposal called "CSS gap decorations".
Edward Z. Yang shares "blindspots" in LLMs he has noticed while AI coding.
A command-line program for tracking sunrise and sunset times (Mac/Linux).
David Lindkvist tests building a UI with only AI-generated code—fast, but messy. Cursor + Claude sped things up, but control and polish suffered.
A quick explanation of why drop shadows look different across platforms—and how to fix it.
OpenAI.fm is an interactive demo for testing the new text-to-speech voices in the OpenAI API
WordPress Export to Markdown v3 adds a smoother wizard, draft post support, and CLI options for static site migrations. Source code here.
CSS-only carousels are now possible with Chrome 135 and the CSS Overflow 5 spec. Adam Argyle showcases scroll buttons, markers, snapping, and more—no JS required.
Sam Rose shares real-world examples of TypeScript utility types like Partial, Omit, and ReturnType.
Chuan demonstrates how to recreate motion patterns using offset-path
in CSS, showcasing polygon-based paths and animated sequences.
A beginner-friendly tutorial demystifying LLM agents, explaining them as simple graphs with decision loops, using PocketFlow for clear, hands-on learning.
Ryan Mulligan’s demo showcases a CSS view-timeline shine effect using animation-timeline: view(), animating elements based on scroll position.
Ahmad Shadeed explores ways to control spacing between flex and grid items, discussing current CSS solutions and proposing a new gap-self property.
A web-based ASCII and Unicode diagram builder written in vanilla JavaScript with zero dependencies. Repo here
A VS Code theme by Fey, inspired by hacker terminals and designed for a sleek, minimal coding experience with curated colors and balanced contrast.