We're using Pocketbase for the Bootstrap Logos project, and so far, it's been ok. I wish it had better docs, but the great UI makes up for some of its shortcomings. One thing that was worrying me was the backups. We were just doing it on
CodeQueen
Latest
I used to have a simple bash script that I ran on Javascript projects to update all the NPM dependencies to the latest version: alias npmup="npx npm-check-updates -u && npm i" But now that I'm slowly switching to pnpm I wanted an equivalent, and
Busy Status Bar – A productivity multi-tool with an LED pixel screen. Features include a customizable busy status, Pomodoro timer, and integrations with tools like Zoom, Teams, and OBS. Open-source, developer-friendly (API, SDK, MQTT), and packed with time management features. TRMNL – An e-ink dashboard designed to keep you focused. Display important
Napkin AI – Turn text into visual diagrams, charts, and infographics. Perfect for creating presentations, blogs, or social media content with fully editable designs. Share or export your visuals as PNG, SVG, or PDF. Lunch Money – Delightfully simple personal finance and budgeting tool for modern spenders. Import transactions, track budgets, manage
I recently discovered Laravel Solo (from Aaron Francis), and I found it a joy to use. I mainly run Vite, Queues, Logs, and a Stripe CLI listener. But after I got everything set up, I got annoyed by a tiny detail: only the Vite tab had color highlighting. Bummer! After
Continuing the idea from my last post. Here's my script to sync a Pantheon's project files to a local folder. #!/bin/bash # Default values PANTHEON_SITE="" LOCAL_PROJECT_FOLDER="" ENVIRONMENT="live" # Default environment # Parse command line options while [ "$#"