How to Easily Add VS Code Extensions in Antigravity When Not Available on Open VSXI began with a simple task: installing the Chai theme extension in Antigravity.My first thought was to search for it in the editor’s extension marketplace, but nothing appeared. I tried several different keywords, but still had no success. It became ...Nov 25, 2025·1 min read·17
The Best Way to Learn ProgrammingThere are no easy ways, but there are better ways to do things. Recently, I read something called “The aggregation of marginal gains” from Atomic Habits by James Clear, which means searching for tiny margins of improvement in everything you do. Well ...Jun 30, 2024·3 min read·60
Setting Up asdf to Manage Node.js and Ruby on UbuntuManaging multiple versions of programming languages can be a headache, but asdf simplifies this process by providing a single CLI tool to manage versions of multiple runtime languages. In this article, we'll walk through the steps to install and conf...Jun 28, 2024·3 min read·42
Tools every developers must know in 2024If you don't know these tools as a developer, then you're living in the stone age... 1. Git and Github Git and GitHub are two of the most important tools every developer should know. They help you handle version control for your websites and appl...Jan 6, 2024·2 min read·107
Supercharge Your Productivity: Must-Have Tools for Software Development SuccessThere are several tools and software applications that can help boost productivity in software development. Here are some of the best tools widely used by developers: 1. Integrated Development Environments (IDEs): - Visual Studio Code: A popular, lig...Jun 14, 2023·2 min read·20
What is an API ?A waiter takes the order from the customer, which is then relayed to the chef. Once the chef completes the meal, the waiter brings the meal to the customer. Similarly, An API receives a request from an application. Then it interacts with a da...Feb 15, 2023·1 min read·18