Logo
KeyClient
KeyServer
Planet CMS
Crypto Auth WP
Dead Letter Drop
Discussion
Misc Dev
Login
Logo

Browse Blog Posts

PDF Command-Line Cheatsheet

A quick reminder of handy PDF tools on Linux (Xubuntu / Ubuntu). --- ## 📘 Combine PDFs ### **Using `pdfunite`** ```...

Misc Dev Blog · Posted by Spacened

Laravel Queue Workers — systemd Template Notes

### system admin notes I’m using templated systemd units so I can spin up a queue worker per site without duplicating c...

Misc Dev Blog · Posted by Spacened

Monitoring Multiple Web Services

## 🧭 Overall Goal A **central analytics and monitoring system** that: * Collects **real-time data** (logs and databas...

Misc Dev Blog · Posted by Spacened

Swipe App - Playing with Swiper.js and Browser Storage

Swipe App began as a small proof-of-concept to explore **Swiper.js**, **background workers**, and **browser caching**....

Misc Dev Blog · Posted by Spacened

Verify Server

A lightweight Express.js service that exposes endpoints to verify secp256k1 signatures, proof chains, and key timelines...

Misc Dev Blog · Posted by Spacened

⏱️ Online Timer and Tally Counter

These are two very simple web apps I built as a way to learn how Firebase websockets work. They started as a quick aft...

Misc Dev Blog · Posted by Spacened