How to disable Co-pilot in Windows 11?

This article is not updated and may include outdated stuff. I’ll update it when I can. Microsoft has released a couple of AI-based features/functionalities in Windows 11 and 10. Currently, it is available as “Preview” with limited capabilities in select regions. Some more context about Copilot for those who are not aware about it: What is Windows Co-pilot? Let’s understand this first with some history. Microsoft is one of the major shareholder in OpenAI- the creator of ChatGPT models....

May 25, 2024 · 5 min · Bhavya

How to setup a Dev Container on VS Code?

This is a beginner guide to set up a dev container. A development container (or dev container for short) basically is an isolated environment with it’s own set of tool that you can use for development. It is especially helpful for languages like Python where they have complex environment management setups (thanks but no thanks pip, anaconda, venv!) or if you do too many projects and don’t want to setup all the components from scratch every time....

November 7, 2025 · 6 min · Bhavya