Writing on software design, company building.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Applications of JavaScript

The world of JavaScript is vast and constantly evolving, with new libraries, frameworks, and tools being developed all the time.

JavaScript Engines

JavaScript engines are software programs that execute JavaScript code. They take the JavaScript code as input, parse it, compile it, and then execute it.

Introduction to JavaScript

JavaScript is a programming language that was used to make web pages interactive, now it is used everywhere. It is the most popular programming language in the world. It is the language of the web. JavaScript is easy to learn.