Tech Notes
Tech tips and new discoveries
All Posts#Architecture#CSS#Database#Docker#Homelab#JavaScript#Linux#Networking#Node.js#PostgreSQL#React#TypeScript#Ubuntu
When Dependencies Ship More Than We Bargained For
A practical look at supply chain attacks through npm packages and what we can do about it
JavaScriptNode.js
Monorepos in JavaScript & TypeScript: A Practical Guide
How to structure, build, and maintain JavaScript/TypeScript monorepos
JavaScriptTypeScriptNode.js
UI APT Mirror - A containerized solution with UI
A review of my containerized APT mirror project with web interface, npm proxy, and file hosting capabilities for air-gapped environments.
LinuxDockerHomelab
Configuring a wifi access point on ubuntu server with netplan
Netplan configs for ubuntu server to run a wifi access point
UbuntuLinuxHomelab
Script for mass cloning docker images into self-hosted registry
This article describes how to clone a large number of docker images into a private registry. All tags for each image in the list will be cloned. The ability to filter tags by a regular expression will be added.
DockerHomelab