Last month I launched Site2PDF — converts any website to PDF, PNG, JPG or ZIP. Here's the entire tech stack, because the choices might be useful if you're building something similar. Paste a URL → get a PDF of the whole page (or the whole site). Free plan gives 5 archives/month, all formats, cookie banner removal. Paid starts at $9/mo for 15 archives and 200 pages per site. Frontend: a custom Word
Technical Beauty — Episode 34 Open the sudo CHANGELOG and search for the word "security". Make a cup of tea first. The list is rather long for a tool whose entire job is to ask three questions: who are you, what would you like to run, and may you. In July 2015, Ted Unangst grew tired of negotiating with the sudo configuration on OpenBSD and wrote his own. He called it doas: dedicated OpenBSD appli
As developers, we use online tools all the time — JSON formatters, CSS generators, minifiers, validators… But honestly, most of them feel like this: painfully slow After a while, it just gets frustrating. So instead of complaining, I decided to build my own. I didn’t want to create just another tool website. I focused on three simple things: Speed – everything should feel instant I started with a
Hey devs, After spending a lot of time writing TypeScript code (and sometimes feeling more confident than I probably should), I decided to create something to help myself and others properly measure their TypeScript knowledge. So I built TS Quiz — a free interactive quiz platform focused on modern TypeScript and React + TypeScript. 125 hand-crafted questions 5 difficulty levels (Basic → Advanced)
Building a Translation Pipeline for International Contract Bidding If your company bids on international contracts, you've probably dealt with the translation bottleneck. Technical proposals need precise translation, certified documents have strict formatting requirements, and procurement deadlines don't wait for anyone. After seeing how UK public procurement translation requirements can make or
Originally published on oseifert.ch TL;DR: Quizlet locked the learn mode and Knowt's import extension keeps missing cards. So i built quick-cards, a Chrome extension that grabs your Quizlet set and exports it to whatever you want (txt, csv, json, pdf, printable flashcards, Anki decks, or directly to Knowt). Chrome only for now, install instructions at quickcards.oseifert.ch/install. If you are a s
Why I'm building OneSlate Calendly is great if you're a freelancer with one calendar. It breaks if you're an executive with shared calendars from your The result: my Calendly booking page often shows zero available OneSlate solves this with a simple but specific filter: only calendar_kind is primary or owned count That single insight is the core differentiator. Everything else Solo founder,
Go is a compiled language — the code is converted into machine‑readable form before execution. From a beginner’s perspective, this means Go catches many errors during compilation, giving you cleaner, faster, and more predictable performance at runtime. Go is widely used for: API development CLI tools Microservices architecture Backend server. DEVOPS activity So it fits perfectly with the kind of