• Home
BuildWithMatija
Get In Touch
Build With Matija Logo

Build with Matija

Matija Žiberna

I turn scattered business knowledge into one usable system. End-to-end system architecture, AI integration, and development.

Quick Links

Payload CMS Websites
  • Bespoke AI Applications
  • Projects
  • How I Work
  • Blog
  • Payload CMS

    • Migration
    • Pricing

    Get in Touch

    Have a project in mind? Let's discuss how we can help your business grow.

    Contact me →
    © 2026BuildWithMatija•Principal-led system architecture•All rights reserved
    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

    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

    All Articles in this Category

    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
    in 16 days
    • Previous
    • 1
    • 2
    • Next
    Page 1 of 2

    Newsletter

    Stay Updated

    Get practical notes and implementation updates without the noise.

    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
    in 4 days
    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
    in 1 day
    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
    1 day 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
    9 days 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
    about 1 month 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
    about 1 month 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
    about 2 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
    2 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
    3 months ago
    Hubspot Form Submission Export
    Tools
    How to Export Non-Mapped HubSpot Form Submissions (The Data You Can't Get From Contacts API)

    Contacts API misses unmapped fields. Learn to use HubSpot's form integrations submissions endpoint, handle pagination, and export full submission data—including non-mapped fields—to CSV.

    Matija Žiberna
    Matija Žiberna
    5 months ago
    Prisma to types
    Tools
    Introducing Prisma Standalone Types: Copy Your Database Types Anywhere

    Announcing prisma-standalone-types: generate JSON Schema from your Prisma schema and convert it to portable TypeScript interfaces you can use across projects.

    Matija Žiberna
    Matija Žiberna
    6 months ago