A basic understanding of Accessibility Testing is essential for Web Developers to integrate into their daily web development practices.
The Google Chrome Developer team put together a fantastic intro series for accessibility testing.
| /** | |
| * Usage: | |
| * | |
| * const overscroll = new Overscroll(); | |
| * overscroll.init('/path/to/image.png'); | |
| */ | |
| function Overscroll() { | |
| // Check if this is a mobile device that can actually support overscroll | |
| var supported = (typeof matchMedia !== 'undefined' && matchMedia('(hover: none)').matches); | |
| var $elm; |
Helper Script for Salesforce Commerce Cloud (SFCC) to compress and decompress Objects and Strings. This library uses LZ-String to work around SFCC Character Limits by using Compression, as mentioned in this Trailhead Module:
SFCC Session Limits:
This Gist contains a curated collection of documents and guidelines I've personally developed and refined in my journey integrating AI into my coding workflow. These resources reflect practical tools and methods that have proven effective for my specific projects and daily tasks.
While these examples and setups are tailored specifically to my professional workflow, the underlying principles and practices can be conceptually adapted to fit your own development environment and project needs. I invite you to explore, adapt, and extend these resources as a foundation to start coding more effectively with AI.
Personal setup guide for running Clawdbot as an AI assistant named Rexi.
This Gist contains everything needed to set up Clawdbot on macOS with:
This is just a quick way to convert Markdown into pretty PDFs using macOS and Homebrew.
I created this as a more customizable solution to the homebrew md2pdf package, which has a horrible time with things like markdown tables.
You only need two packages installed to make this work: