BuildWithMatija
Get In Touch
Build with Matija logo

Build with Matija

Modern websites, content systems, and AI workflows built for long-term growth.

Services

  • Headless CMS Websites
  • Next.js & Headless CMS Advisory
  • AI Systems & Automation
  • Website & Content Audit

Resources

  • Case Studies
  • How I Work
  • Blog
  • CMS Hub
  • E-commerce Hub
  • Dashboard

Headless CMS

  • Payload CMS Developer
  • CMS Migration
  • Payload vs Sanity
  • Payload vs WordPress
  • Payload vs Contentful

Get in Touch

Ready to modernize your stack? Let's talk about what you're building.

Book a discovery callContact me →
© 2026Build with Matija•All rights reserved•Privacy Policy•Terms of Service
  1. Home
  2. Blog
  3. Tools

Tools

Free tiny tools that help in a tiny way

Related Commands

Codex: add Chrome DevTools MCP via config.toml

Register the Chrome DevTools MCP server in Codex by adding the TOML block to ~/.codex/config.toml and restarting Codex.

[mcp_servers."chrome-devtools"]
mcpchrome-devtoolstoml+2

Homebrew: fix codex stuck on old version (formula overrides cask)

Removes the outdated codex Homebrew formula (0.46.x) so the newly installed cask (0.47.x) becomes the active binary.

brew uninstall codex --formula
brewcodexmacos+1

All Articles in this Category

Step-by-step guide to create a Google OAuth app and use its client_id/client_secret with rclone to avoid Drive API…
Tools
rclone Google Drive client_id: Create Your Own OAuth App

Create a custom Google OAuth app for rclone: use your client_id and client_secret to avoid Drive API rate limits and stabilize headless server syncs now.

Matija Žiberna
Matija Žiberna
22 days ago
  • Previous
  • 1
  • 2
  • Next
Page 1 of 2

Newsletter

Stay Updated

Get practical notes and implementation updates without the noise.

Temporarily Override DNS for a Domain (macOS)

Force your Mac to resolve a domain to a specific IP by modifying the /etc/hosts file

sudo nano /etc/hosts
macOShosts filedns

ripgrep: search TypeScript files excluding common dirs

Search recursively for <Button in TS/TSX files while excluding node_modules, src/components/contact, and src/components/ui.

rg "<Button" -g "*.ts*" -g '!*./node_modules/**' -g '!src/components/contact/**' -g '!src/components/ui/**'
greprgzsh+3
Design a website-native lead qualification system with scoring, routing logic, and SLA automation to eliminate manual…
Tools
B2B Lead Qualification: Stop Routing Leads by Hand

Implement B2B lead qualification on your website to auto-score intent, route leads by segment, and trigger SLA-driven follow-up—stop manual triage and…

Matija Žiberna
Matija Žiberna
29 days ago
A practical, concise guide to PostgreSQL replication and HA decisions using Patroni, Docker Swarm, Kubernetes, and…
Tools
PostgreSQL Replicas Explained: Patroni, Swarm & Kubernetes

Demystify PostgreSQL replication: learn how WAL streaming works and how Patroni, Docker Swarm, Kubernetes, and CloudNativePG shape high-availability decisions.

Matija Žiberna
Matija Žiberna
about 1 month ago
Build a daily automated cold-email workflow with n8n, Google Sheets & Gmail — randomized delays, 20/day limit, and…
Tools
Proven n8n Cold Email Automation: 7-Step Workflow Guide

Build n8n cold email automation to send 20 personalized emails daily from Google Sheets via Gmail, add human-like random delays, and mark rows as sent—no…

Matija Žiberna
Matija Žiberna
about 1 month ago
Why PRM platforms don't handle website-to-partner routing and how a lightweight intake layer automates lead…
Tools
Partner Management Software: The Intake Gap You're Missing

Learn why partner management software misses website intake and how a lightweight routing layer automates lead qualification to speed responses and win deals.

Matija Žiberna
Matija Žiberna
about 1 month ago
Step-by-step Homebrew troubleshooting to resolve 'zsh: command not found', reinstall Codex v0.111.0 and test GPT-5.4…
Tools
Fix & Install Codex CLI on macOS with Homebrew — v0.111.0

Resolve 'zsh: command not found: codex' on macOS by removing broken Homebrew casks, reinstalling Codex v0.111.0, and verifying GPT-5.4 medium in minutes.

Matija Žiberna
Matija Žiberna
about 2 months ago
Step-by-step ExifTool workflow to copy EXIF/XMP/IPTC, fix FileModifyDate, and align Finder dates for JPG & MP4
Tools
ExifTool on macOS: Sync Photo & Video Metadata Fast

Use ExifTool on macOS to copy EXIF/XMP/IPTC from originals to optimized JPGs and MP4s, then set FileModifyDate to the capture time so Finder sorts correctly…

Matija Žiberna
Matija Žiberna
about 2 months ago
Horizontal dark themed illustration showing automated lead qualification workflow with n8n, Payload CMS, Payload and Pipedrive logos connected in a minimal interface with funnel, gears, and qualified versus rejected leads visualization.
Tools
Automate Lead Qualification Fast with n8n & Pipedrive

Build an automated lead qualification pipeline with n8n and Pipedrive that de-duplicates leads, creates structured CRM records, fills custom fields, and…

Matija Žiberna
Matija Žiberna
3 months ago
Prevent layout shifts and fixed-navbar jumps using the CSS scrollbar-gutter: stable; a one-line fix that stabilizes UI…
Tools
Fix Navbar Shift with scrollbar-gutter: stable — One Line

Discover scrollbar-gutter: stable — the one-line CSS fix that stops sudden navbar shifts by reserving scrollbar space. Fix layout jumps and stabilize your UI.

Matija Žiberna
Matija Žiberna
3 months ago
Minimalistic illustration of a laptop connected to a server with two small nodes representing local and production environments linked by a thin line on a solid color background
Tools
Local DNS Override — Mirror a Production Domain Locally

Quickly mirror a production domain locally by overriding DNS in your hosts file. Find the production IP, edit /etc/hosts, and test service behavior with TLS…

Matija Žiberna
Matija Žiberna
3 months ago
Illustration showing Git and GitHub logos with a .env file being removed from a repository on a clean light colored background
Tools
Remove .env from Git History: Complete 6-Step Guide

Accidentally committed a .env file? Learn to permanently remove it from Git history with git filter-repo, backups, force-push, and final verification.

Matija Žiberna
Matija Žiberna
4 months ago
neon-db-branching
Tools
Why Serverless Postgres (NeonDB) Beats VPS for Solo Devs

Discover how serverless Postgres with NeonDB branching lets solo developers test schema changes in isolated branches, avoid VPS maintenance, and ship features…

Matija Žiberna
Matija Žiberna
5 months ago