Hi, I’m Aleksandr

I write scalable, performant, and accessible software for the web. You can read my blog, learn more about me, or subscribe to my RSS feed.

What is this?

Recent Posts

  1. Published on

    Naturalized

    After nearly two decades of living in the United States, I'm proud to say that I'm now officially a U.S. citizen.

  2. Published on

    Class Fields vs. Methods in JavaScript

    In JavaScript, class fields allow you to define properties on a class instance outside the constructor. In the case of function properties, it's important to understand how fields differ from methods and their potential tradeoffs.

  1. Published on

    Creating a Fluid Type Scale with CSS Clamp

    Fluid typography allows each font size in a modular scale to vary responsively between a min and max. Learn the math behind fluid typography and how to programmatically generate a fluid type scale with CSS clamp and Sass.