Skip to main content

Blog

Here, I just write things-not necessarily related to tech.

Posts filed under “JavaScript” (3)

Understanding JavaScript Symbols - A Unique Identifier

Symbols in JavaScript are a primitive data type that provide a way to create unique identifiers for object properties. This guide explains the concept of symbols, how to create them, and demonstrates a practical use case to avoid property key conflicts.

Elevate Your CLI Tools with @clack/prompts

clack/prompts is a versatile library for creating intuitive and interactive CLI applications. This guide explores its key features, including support for various input types, asynchronous workflows, and customizable validations. It provides installation steps, basic examples, advanced usage techniques, and reasons why developers should leverage this tool for seamless and polished CLI experiences.