Tag Archive: typescript

Cover

A look at my favorite features of Svelte, comparisons to React and other frameworks, and what makes it a joy to use.

Cover

An introductory guide to the different parts of Google Lighthouse, how to use it via CLI and NodeJS, and strategies for customizing its configuration.

Cover

Demo weather app project, using Svelte, TypeScript, and Express to power a web interface with a location-based forecast, powered by the AccuWeather API.

Cover

CLI and module for packing files into directories or archives, based on ignorelist files and glob patterns. Built with TypeScript and NodeJS, and highly configurable.

Cover

How to use TypeScript with WordPress Blocks and the Gutenberg environment. Covers config changes, necessary dependencies, and some possible issues.

Cover

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

Cover

Project write-up for Brain Breaks Browser - a simple Preact-based web app to manage fun break exercises and activities, with a few added bells and whistles.

Cover

Online educational addition game, where you try to create sets of playing cards that add up to 10. Built with Svelte and TypeScript, published as open-source.

How to fix JSX TypeScript errors due to incompatible types between Preact and imported React component libraries, especially for JSX.Element.

Cover

CLI and module tool - static-build-cache package - built to help avoid redundant builds for static website projects.

Cover

Simple NPM script for detecting whether your code is executing inside of Glitch or not. Detects based on environmental variables and/or hosting info.

Cover

A custom Google Data Studio connector, built from scratch with TypeScript, to pull in data from Toggl Time Tracker via API.

Cover

Tips, tricks, and gotchas, for building a Google Data Studio Community Connector on Google Apps Script. Covers some common issues and recommended approaches.

Cover

Information on using TypeScript with Google Apps Script and Google Ads, both with and without Clasp. Also discusses how Apps Script treats hoisting.

Some random tips and tricks I've been collecting as I work on developing my first VSCode extension.