// blog/tag/
$ grep -r "#web-dev" blog/
#web-dev 3 articles
#backend #typescript #web-dev #docker
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.
Apr 18, 2026 ~6 min read
#backend #typescript #web-dev #docker
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.
Apr 17, 2026 ~4 min read
#javascript #web-dev #alpinejs
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.
Mar 2, 2026 ~4 min read