Ike on
engineering
👋 Hey, I'm Ike
I'm an engineering leader from Armenia. Here I write about engineering, development practices, and technology. More about me.
Science of best practices
Is there one unifying rule to all software engineering practices? Can so-called best practices be somehow derived from that unifying rule? This essay is a sum of my thoughts around the subject.
Jun 14, 2020 • 4 min read • First Principles Code Craft
TypeScript's JSX as a typed DSL
TypeScript provides really nice tools to customize how JSX compilation and ultimately gives the ability to write DSLs over JSX. This post is exactly about that.
Dec 11, 2017 • 6 min read • Sharp Tools Code Craft