Posts Tagged with “javascript”
Explore the Virtual Terminal
Dive into our interactive virtual terminal, a feature-rich environment where you can experience the power of Unix-like command-line tools directly in your browser. From file management with commands like mkdir and touch, to navigating directories with cd, and even editing files with a built-in vi editor, our terminal simulates a robust Unix shell experience. Perfect for learning, teaching, or just experimenting with shell commands in a safe, controlled environment.Read More →
How to Install Bun on Windows ?
We first need to install WSL but before installing WSL, we need to make sure that our operating system has virtualization enabled. You can enable the virtualization by following the steps here. After you enabled the virtualization, to install the WSL, open the terminal and enter following commandRead More →
How Fast Bun Installs Packages ?
How Fast Bun Installs Packages Compared to NodeJS, To see how fast bun installs packages compared to nodejs, I created a small project that has only 5 dependencies. 1. a-fetch 2. a-signal 3. ajv 4. aws-sdk 5. axiosRead More →