An article highlighting scenarios where Web Components are a good choice, including building design systems, progressive enhancement, and more, while also discussing some of the not-so-great parts of Web Components.
- Approximate Tokens, Words and Characters Calculator for LLM's and Text Trimmer — Simple calculator to estimate tokens for Large Language Models and text editor to trim text
- Text File Merger for LLM — This tool combines multiple text files into a single document, with clear separation between files
- PDF to TXT Converter — Convert PDF documents to plain text format for use with LLMs and text analysis
- HTML to TXT Converter — Remove HTML tags and extract clean text content for LLM processing
- LLM System Prompt Generator — Generate optimized system prompts for different LLM model sizes (3B, 33B, 70B, etc.)
- Creative Idea Generator — AI-powered brainstorming tool for generating creative solutions and ideas
Htmx 2.0 released, the first major version since 2020. It removes support for IE, moves extensions out of the core repo, introduces new features, and improves integration with web components. Aims to replace complex JavaScript frameworks with easily understood HTML attributes.
The article discusses the importance of cheat sheets for frontend developers and provides a list of the seven best cheat sheets to help with various frontend development tasks.
1. Codecademy FrontEnd Cheat Sheets
2. The Frameworks Cheatsheet
3. SheCodes CSS Cheat Sheet
4. Responsive Web Design Cheat Sheet
5. Flexbox Cheatsheet Cheatsheet
6. HTML5 Canvas Cheat Sheet
7. Sass Cheat Sheet
- WKHTMLTOPDF is a set of open source command line tools for converting HTML pages into PDFs or images.
- It uses Qt WebKit rendering engine and runs headlessly without requiring a display.
- A C library is available too.
Modern forms of coding make most websites feel like commercial transactions. The HTML Energy movement aims to bring back the joys of the early days.