Zoxon
  • Home
  • Notes
  • About

Notes

Over the years I’ve published a dev notes — some more noteworthy than others.

Here are some of my personal favorites. I hope you find something useful among them.

    • Design Tokens in Three Layers

      23 Apr 2026 24:00
      3 min

      A palette → semantic → component architecture for CSS custom properties. The rules behind the system, not just the tokens.

      Read this article →
    • The Case Against Global box-sizing border-box

      30 Mar 2026 24:00
      2 min

      Global border-box is sold as a layout fix, but the downsides are real — and "just document it" doesn't save you when nobody reads docs until something breaks.

      Read this article →
    • Inline Localization Without Dictionaries

      15 Mar 2026 24:00
      3 min

      A lightweight translate helper that keeps translations co-located with the code that uses them, with no external files or key lookups.

      Read this article →
    • Z-index Layering System

      15 Mar 2026 24:00
      2 min

      Stop guessing z-index values. Define named layers once and never debug stacking order again.

      Read this article →
    • Introduction to Sets and Maps in JavaScript

      24 Feb 2026 24:00
      2 min

      Sets and maps are data structures in JavaScript that allow you to store and manipulate collections of data. In this article, we'll explore the basics of sets and maps, and some common use cases for each.

      Read this article →
    • Using Getters and Setters in JavaScript

      24 Feb 2026 24:00
      1 min

      Getters and setters are used to define object properties that have custom logic for getting and setting their values in JavaScript.

      Read this article →
    Prev
    1 / 3
    Next
    © Velichko Konstantin – 2026
    • Home
    • Notes
    • About