<!--[if mso | IE]>
In this issue, I'm implementing visited link styles for the first time since I first designed this newsletter. This was a request from a user that said it would be easier to keep track of which links were clicked. Non-visited link styles vs. visited link styles in this newsletter
This makes sense for a newsletter like this that always features 25 links or more. This should make it easier to track what you've already visited, for example, if you start reading the newsletter but don't finish, then get back to it a few days later. |
CSS & HTML ToolsBriCSS — A simple and customizable low-level CSS library generator, similar to Tailwind, that produces optimizes CSS output and automated interactive documentation. clean-css — A fast and efficient CSS optimizer for Node.js and modern browsers, with various settings for changing the formatting options, inline options, minify method, level of optimization, etc. Action Table — A web component for adding sort and filtering functionality to HTML tables that's customizable using a stylesheet rather than making use of the shadow DOM. ska-tailwind-editor — An online tool to edit Tailwind-based HTML as WordPress blocks, with ability to convert the code to blocks and preview the output, similar to the WordPress editor. |
JSON Tools, Databases, etc.Keuss — An enterprise-grade job queues solution for Node.js, backed by Redis, MongoDB, or PostgreSQL. jsondiff — A Go-based package to compute the difference between two JSON documents as a series of RFC6902 (JSON Patch) operations. database.build — An in-browser Postgres sandbox with AI assistance, to instantly spin up an unlimited number of Postgres databases that run directly in your browser. SlateDB — An embedded database built on object storage that, unlike traditional LSM-tree storage engines, writes data to object storage to provide bottomless storage capacity, high durability, and easy replication. sqlc — A Go-based package that generates type-safe code from SQL, to help catch failures before they happen, with no need to write any SQL boilerplate code. Auto-ERD — An online entity-relationship diagram (ERD) generator that allows you to automatically design your database based on your SQL joins. |
|