// writing

Notes from shipping

Technical write-ups from real projects — real-time systems, AI integrations, and the architecture decisions behind them.

Apr 18, 2026
6 min read

socket-tester Rewrite: From ExpressJs WebSocket Tool to Multi-Protocol Testing Platform

I rewrote ws-tester from scratch — ExpressJs is gone, replaced by a NestJS proxy backend and a React frontend that supports WebSocket, Socket.IO, MQTT, and AMQP with performance testing, network simulation, and shareable configs.

project backendtypescriptweb-devdocker
Apr 17, 2026
4 min read

Multi-Protocol Echo Server with NestJS: WebSocket, Socket.IO, and MQTT in a Single App

Testing real-time integrations usually means spinning up multiple services. I built socket-server — a NestJS server that exposes native WebSocket, Socket.IO, and an embedded MQTT broker from a single process.

project backendtypescriptweb-devdocker
Apr 3, 2026
3 min read

SaaS Map: a Tool Catalog with AI-Automated Weekly Pricing Updates

I built a SaaS tool directory focused on LATAM where prices, descriptions, and news are automatically updated every week through a crawler + AI pipeline.

project aitoolssaasopen-sourceautomation
Mar 31, 2026
4 min read

I Built a Tool to Compare LLM API Prices — Here's Why

Choosing an LLM for your next project shouldn't require opening 7 browser tabs and doing manual math. I built LLM API Comparator to make that decision instant and data-driven.

article aillmtoolsopen-source
Mar 2, 2026
3 min read

Alpine.js vs React: Which to Choose for Rapid Development?

If you want to launch something functional today without getting lost in setup, Alpine.js might be your best ally. Here’s why, with real examples and how AI helps you more with Alpine than with React.

article javascriptweb-devalpinejs
Feb 3, 2026
5 min read

Don't Let AI Turn You Into a Passive Coder

Using AI to write all your code without understanding it is a trap. Here's how to use AI as a learning tool instead of a crutch — and actually grow as a developer.

article ailearningcareer
OPEN FOR PROJECTS
Get in touch