Blog
Thoughts on building products, engineering, and AI.
Building Autonomous Surveys with AI
How we built Surveynomous — an AI platform that converts business goals into structured surveys and generates semantic insights from responses.
3 min read
aiproductragllm
Angular ControlValueAccessor Explained
How ControlValueAccessor bridges Angular Form APIs and custom DOM elements — replacing @Input/@Output with direct form control binding.
2 min read
angularfrontendtypescript
CSS Container Queries — A Micro Layout Approach
Why container queries are a game-changer for component-based architecture, letting you design responsive behavior based on available space instead of screen size.
2 min read
cssfrontendresponsive
Understanding Sass Mixins
A practical guide to Sass mixins — how to define reusable style rules with @mixin and @include, pass arguments, and set default values.
3 min read
csssassfrontend