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.

    • 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 →
    • WalkDir Node.js using JavaScript Generators

      24 Feb 2026 24:00
      1 min

      One of the best use cases for JavaScript generators

      Read this article →
    • Using the Symbol data type in JavaScript

      24 Feb 2026 24:00
      1 min

      Symbols are unique and immutable values that can be used as keys for object properties. They are often used to add metadata to objects, to create non-colliding property keys, or to define constants.

      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 →
    • 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 →
    Prev
    1 / 3
    Next
    © Velichko Konstantin – 2026
    • Home
    • Notes
    • About