Tag Archive: documentation

Cover

Why we should all care more about higher-level documentation, a way to view documentation as a funnel, and an explanation of how things have changed.

Cover

A list of things I wish I had known sooner about using pytest and some general tips on usage and productivity with it.

I wrote several of the posts in this series, on how to build static web sites with the Gatsby.js framework, working with a Senior Technical Editor to get articles from idea to publication.

Cover

How to determine point intersection or collision detection with Canvas paths, with or without tolerances / buffers / padding.

Cover

Reasons why every developer should care about documentation. Personal, business, and practical reasons why writing documentation is worth it.

Cover

How to use TypeScript, or JSDoc-powered JavaScript, with Service Workers, as well as some important caveats for current issues.

Cover

NodeJS-powered automation that extracts all the tutorial docs out of the Svelte repo and combines them into a single formatted HTML document.

Cover

A guide on using SVG files with Svelte, and how to embed, inline-directly, or reference them, with or without rollup plugins.

Cover

A step-by-step guide on how to deploy a Preact app from a nested subdirectory, with instructions on updating Webpack, preact-router, and more.

Cover

An effort to collect, categorize, and summarize some of the common CSS custom properties that are being used to maintain colors in modern theming approaches.

Want a clear visual indicator in your app or documentation so you know *exactly* which commit was pushed and successfully deployed? Then this post is for you.

Cover

An experimental project that delves into the idea of rendering non-video content in Picture-in-Picture windows, use-cases, and a discussion of the future.

Cover

Exploring different ways to append videos to a MediaSource instance with SourceBuffers and appendBuffer calls. Includes fully functional examples and tips.

Cover

How VSCode Snippets can be used to add support for a customizable Emoji-Log picker, with just a few lines of code you can paste into settings.

How to use various tools to extract the word count from a markdown file, or even the summed count across multiple nested markdown files.

How to get a list of all files in a project or directory, with inclusion and exclusion rules applied based on a .gitignore file.

How and why to use OS temporary directories to create files outside your source code directory for scripted tests.

Cover

How to use Google Forms for quick user feedback collection, bug reporting, and the pros and cons of this approach.

Cover

How to generate the perfectly sized cover images, with any input image, using Cloudinary's URL based transformations, overlays, and effects.

How to use .env files that are in a different directory than a docker-compose YML file, with variable substitution and relative paths. Options and workarounds.

Information about public Reddit APIs, building post preview embeds, parsing Reddit JSON data, and an example of a custom Reddit embed generator.

Cover

Work in progress - compiled tables of keycodes and related information for ASCII, QT, X11, and more - in one Google Spreadsheet, as well as some SQL stuff.