Looking up an Irish company programmatically usually means scraping the CRO website or buying a heavyweight KYB platform. There is a simpler path: the Prometiam API serves the Companies Registration Office register as JSON over one REST endpoint, sourced from the CRO Open Data Portal. This post shows a runnable curl, the e...
Running an online casino platform means keeping thousands of game listings, multilingual descriptions, structured reviews and player-facing copy fresh — work that simply doesn't scale by hand. I built the whole production line in n8n, orchestrated across Google Gemini, Anthropic Claude and Vertex AI RAG
I’ve been working on a project called Rexo Code for quite a while now.
What started as an experiment to understand how AI coding agents work turned into a full open-source project written in Rust.
Rexo Code is a provider-agnostic AI coding agent that runs directly in the terminal.
The main idea was simple: I wanted an agent that could actually work through a project, whi...
When you search for a paycheck calculator online, most top-ranking tools take several seconds to load, render layout shifts from ad network scripts, and process calculations via server-side HTTP calls.
For a task that involves straightforward progressive bracket arithmetic, forcing users to submit sensitive financial data to an external server introduces unnecessary latency and privacy ...
I have Claude Code operate macOS apps in the background: fill a form, pick an option from a pop-up, run a calculation. With the MCP server I built on top of cua-driver, beans-picker, a typical task in my benchmark ran 1.8x faster and cost 85% less than with cua-driver alone (median 28.1 s vs 49.7 s, $0.060 vs $0.388). The app was never brought to the front in either case, so I could keep workin...