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.

    • WalkDir Node.js using JavaScript Generators

      24 Feb 2026 24:00
      2 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
      2 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
      2 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 →
    • Mocking a Fake Request

      30 Oct 2024 24:00
      1 min

      Easy way to mock a fake request with a random delay in JavaScript.

      Read this article →
    • Find All Interactive Elements

      30 Oct 2024 24:00
      1 min

      How to find all interactive elements in a given context using JavaScript or TypeScript.

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