Posts
How To Upload a YouTube Video With NodeJS ?
How to upload a video to youtube with nodejs application using googleapis libraryRead 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 →
Is GitHub Copilot Worth It?
Before GitHub Copilot was avalabile as a subscription-based service, it was available for free for technical preview. I was one of the developers who used Copilot on my environment. I got used to it very quickly. It had easy installation process and integration with my favorite IDE (vs code) so I started using it immediately after the announcement.Read More →