A collection of cool links, ideas, and news that I've seen in the past few days:
- the
:not()CSS pseudo selector accepts a complete list of selectors. We can do something like:not(h1, h2, #main)as we have for the :is selector - CSS inset is now fully supported. This means we can have shorthands as
inset: 4px 8px;instead oftop: 4px ; right: 8px; - we can emulate the dark mode and reduced motion in Chrome Dev Tools. More details here.
- in PHP you can use
debug_backtrace()to print the full stack trace as we have in javascript the console.trace - seen in the CSS Tricks newsletter a great example for the Container Queries made by Max BΓΆck. Impressive stuff.

That's all folks! See you the next time!
π Build a full trivia game app with LangChain
Learn by doing with this FREE ebook! This 35-page guide walks you through every step of building your first fully functional AI-powered app using JavaScript and LangChain.js
π Build a full trivia game app with LangChain
Learn by doing with this FREE ebook! This 35-page guide walks you through every step of building your first fully functional AI-powered app using JavaScript and LangChain.js