Every agency has a version of this story: a team member leaves, a client escalates, or you're covering a sick colleague — and you spend 20 minutes hunting through Google Drive folders with names like "FINAL_v3_REVISED_USE THIS ONE" before you find what you're looking for. The fix isn't a better search tool. It's a folder structure you never deviate from. The problem starts on day one. A new client
I started skeptical. A voice AI with cloned voices, real-time, no app install — running on free API tiers? Seemed overly ambitious. But a few hours later, I had a working app. Here's the full breakdown. Clone Talking is a web app for real-time voice conversations with AI persona clones. Open source. Runs on free API tiers. GitHub: https://github.com/MatheusSimonaci/clone-talking Demo: https://ww
Most Markdown editors today assume cloud sync, Electron, or heavy installations. I wanted something simpler. I wanted a Markdown editor that: Works fully offline Opens local .md files directly Saves back to the original file Requires no account, no sync, and no network calls Watch the demo video on GitHub: https://github.com/user-attachments/assets/00d80cbc-ca93-4cfd-86d3-5299895d06b7 So I built
7 CODER W🙂RDS is a word puzzle game for people interested in computer science in general. You are given 7 clues and you need to guess the word behind each clue by combining shuffled word tiles. To this day I have the game "7 Little Words" on my phone, the old version. I play it all the time and I thoroughly enjoy it. I thought it would be cool to build a remake which only encompasses words from
I was called at my firm for having to create a analytics dashboard for a multiTenet CRM dashboard where the magnitude of rows were in thousands and the efficiency i could not blame postgress or servers I had to figure out how to index, query and cache the data. The business questions were something like this Give the sales agents aggregated sales data from the month of January, till the current m
We all understand that free services from a company that is spending billions on computing power won't remain free. It's inevitable. But the reality is we are all already using Codex. OpenAI recently announced that Codex was made available in ChatGPT for free, but access was limited. At the moment, developers can use code completions, refactorings, or generate entire functions without spending any
Book: TypeScript Essentials — From Working Developer to Confident TS, Across Node, Bun, Deno, and the Browser Also by me: The TypeScript Library — the 5-book collection My project: Hermes IDE | GitHub — an IDE for developers who ship with Claude Code and other AI coding tools Me: xgabriel.com | GitHub A team I talked to had a service that crashed roughly twice Cannot read properties of u
Book: TypeScript Essentials — From Working Developer to Confident TS, Across Node, Bun, Deno, and the Browser Also by me: The TypeScript Library — the 5-book collection My project: Hermes IDE | GitHub — an IDE for developers who ship with Claude Code and other AI coding tools Me: xgabriel.com | GitHub You add a new status to your app. The string "archived" goes Two days later a teammate