Home · ApexMarkdown/apex Wiki
Universal Markdown Processor compatible with CommonMark, GFM, MultiMarkdown, Kramdown, mmark, and more — Home · ApexMarkdown/apex Wiki
SuperGeekery: A blog probably of interest only to nerds by John F Morton.
Welcome to my link library. These are not links to content I have created unless you see that mentioned in the link’s description. These are links I found interesting enough to want to keep track of. If you read Craft Link List, the Craft CMS newsletter I used to write, this page is a replacement of sorts for that exercise. Enough talk. Let’s hit the links.
Universal Markdown Processor compatible with CommonMark, GFM, MultiMarkdown, Kramdown, mmark, and more — Home · ApexMarkdown/apex Wiki
Claude Code’s output styles control Claude’s role, tone, and response format for software engineering tasks. The documentation explains four built-in styles — Proactive, Concise, Explanatory, and Learning — and how to configure them via terminal, VS Code extension, or desktop app. Users can also create custom output styles using Markdown files with frontmatter and instructions.
Craig Abbott explains how to use mathematical modular scales to style HTML headings accessibly and consistently. The method multiplies a base font size by a fixed ratio to create visually distinct heading levels without relying on problematic techniques like italics or color alone, ensuring readability for people with dyslexia and color vision deficiencies.
A practical map of the AI ecosystem around Craft CMS 5 in 2026: editor-facing plugins, agent tooling like MCP servers and Sidekick, and making your site AI-ready with GEO and llms.txt.
Laravel Boost is a Laravel 13.x development tool that enhances AI-assisted coding by providing guidelines, agent skills, and a documentation API with over 17,000 pieces of Laravel-specific information. It integrates with AI agents like Claude Code and Cursor to help write high-quality Laravel applications following best practices. Installation is done via Composer with the boost:install command.
Website accessibility checker that scans a single page for WCAG 2.2 compliance issues including alt text, heading structure, and form labels. Provides automated testing for common accessibility problems, with additional full-site scanning available through the Craft CMS plugin.
Kilian Valkhof explains practical programming principles for self-taught front-end developers, focusing on actionable rules-of-thumb like YAGNI and DRY that improve daily coding decisions without requiring formal computer science training. Based on 20+ years of experience, the article translates abstract concepts into useful habits for writing better code incrementally.
A look at the CSS line height unit and how it works.
A GitHub repository containing auto-generated DESIGN.md guides created from real website references using the Fudge tool. The project focuses on design systems, design tokens, and design documentation for web projects. It includes assets, scripts, and workflows to help designers and developers standardize design practices.
Polar is the Merchant of Record for developers building AI-era software: payments, subscriptions, and usage-based billing, with global tax handled for you.
My take on styling the element for an easy to colour and slightly more realistic looking highlighting option. Uses an SVG filter for the rough e…
Meet LiteRT.js: Google’s edge AI runtime for the web. Run ML models directly in the browser with high-performance WebGPU, WebNN, and WebAssembly.
Scan any URL to see exactly how it looks on social media. Create a new OG image for free from one of our high-converting templates.
Scroll-triggered reveal animations driven by data-reveal attributes. GSAP-powered, code-split, zero-config. — boccdotdev/data-reveal
A technical guide explaining JSON-LD (JSON Linked Data) and how to implement it on personal websites. The article covers fundamentals like schema structure, node types, and properties, then provides practical examples of JSON-LD code for improving SEO and enabling richer search previews through structured data.
The Verge explores how the SEO industry manipulates AI search results. Firms create self-serving “best of” lists, causing AI to cite biased product recommendations.
An Open Graph image gallery with many examples for inspiration.
WebHaptics delivers haptic feedback specifically for the mobile web. It enables tactile sensations to enhance user experience within web applications on mobile devices.
This GitHub repo describes Beasties, a fast, lightweight library for inlining critical CSS and lazy-loading the rest. It’s ideal for prerendered/SSR SPAs.
localspace is a JavaScript library unifying IndexedDB, localStorage, and other storage APIs into a consistent interface. It offers modern, localForage-compatible storage with async/await and TypeScript.
300 examples for Motion (formerly Framer Motion). Full source code for React, JS, and Vue animations.
Hidden and not-so-hidden tools that will make your life easier.
Audio component library
Fonts are one of the most visible, most powerful parts of the web. And yet: almost everyone gets them wrong.
ForesightJS is a lightweight JavaScript library that predicts user intent based on mouse movements and keyboard navigation, enabling optimal prefetching timing and improved performance.
Native CSS transitions have quietly killed the strongest argument for client-side routing. Yet people keep building terrible apps instead of performant websites.
Simple cross-browser cookie-consent plugin written in vanilla js
It seems ironic that I’m even typing this, but the very thing I’ve deliberately moved away from over the years — putting my face to my brand — has now become absolutely essential. If Creative Boom, or any independent publication, is going to survive the next 12 months, we need to act fast. And I’m not being dramatic. AI is fundamentally changing how people access information…
A web component to add line numbers next to various HTML elements — zachleat/line-numbers