Cofounder & CTO at Filed. He has been building software for about 11+ years. This is where he stores all of his secret thoughts.
We spent 10-15 years designing apps for humans to do the work. Now agents can do the work. Here's how product thinking needs to shift.
I built a production-ready AI agents SDK in 5 hours by delegating almost everything to coding agents. Here's what I learned about where control breaks down.
How to design a declarative, flexible, deny-first RBAC system for GraphQL servers using schema directives.
How to use Docker multi-stage builds to eliminate the need for separate Dockerfiles for development and production.
Major NodeGui release featuring prebuilt binaries, Windows plugin support, and an updated documentation site.
NodeGUI v0.2.0 brings a new CMake build system, native plugin support, and several component additions.
Packer is a new npm tool that packages NodeGUI and React NodeGUI apps into standalone executables for Mac, Windows, and Linux.
Introducing NodeGui and React NodeGui - open source libraries for building cross-platform native desktop apps with JavaScript and CSS, powered by Qt5.
How to write logic once as a React hook and expose it to class components via an HOC wrapper, without duplicating code.
How to use Docker and docker-compose to set up a productive local development environment across multiple services written in different languages.
An alternative Redis-based approach to API rate limiting that avoids common algorithms and uses atomic transactions for correctness.
Completing the custom React renderer by implementing the update phase - prepareUpdate, commitUpdate, commitTextUpdate, and all the mutation methods.
Implementing all the HostConfig methods needed for the initial render phase of a custom React renderer.
An introduction to React's architecture - Core, Reconciler, and Renderer - and the first steps toward building a custom renderer using react-reconciler.
A step-by-step guide to implementing web push notifications using Service Workers, the Push API, and the Notification API.
How to generate self-signed SSL certificates and set up HTTPS for local development without requiring sudo - covering the full CSR, Root CA, and domain cert flow.
How to set up VS Code with LLDB to debug NodeJS native C++ addons with proper breakpoints and variable inspection.
How to write Node.js native addons in C++ using N-API - covering function exports, class exports, and passing complex objects between JavaScript and C++.