SkillAgentSearch skills...

Visualisations

Code behind my visualisation blog posts

Install / Use

/learn @samwho/Visualisations
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Visualisation Code

This repository contains the source code behind my visualisation blog posts.

In the case of load-balancing and memory-allocation the code is vanilla JavaScript that I include into pages with a simple <script> tag. It may depend on other libraries that are also included into the page, and may be difficult to run. I recommend looking at the HTML source of those posts to figure out how to run it, if that's your goal.

For hashing and retries I began using Bun to build my code, as it's in TypeScript, is better modularised, and depends on packages from NPM. This code should be building with bun install && bun run build in both cases. The output will be put into an out/ directory and including that in a page will give you access to the custom HTML elements I use throughout those posts.

Feel free to reach out if you have any questions about the code, and thanks for showing an interest in my work!

Related Skills

View on GitHub
GitHub Stars362
CategoryDevelopment
Updated5d ago
Forks10

Languages

TypeScript

Security Score

95/100

Audited on Mar 28, 2026

No findings