PinnedManzeel Uprety·Feb 23, 2024How do you change and set the default Kernel in Ubuntu Machine?Have you ever encountered a situation where you need to change the default kernel of your Ubuntu machine and switch to a different one?A response icon1A response icon1
PinnedManzeel Uprety·Apr 25, 2021How to activate Python venv on a Mac?In Python, venv or virtalenv helps you handle different Python packages installation for multiple projects. It stands for virtual…A response icon3A response icon3
PinnedManzeel Uprety·May 27, 2020How to set Python 3 as default on a Mac?If you are a Mac OSx user, you will frequently come across installing different packages via terminal. To install python packages, you…A response icon1A response icon1
Manzeel Uprety·Apr 12, 2025Mastering Homebrew: The Ultimate Package Manager for macOSIf you’re using macOS and haven’t installed Homebrew yet — you’re missing out!
Manzeel Uprety·Mar 27, 2025The Case of the Missing PR | A Lesson in Deployment Best PracticesSome days at work are just business as usual — until they’re not.
Manzeel Uprety·Feb 27, 2025Breaking the Rules (For the Right Reasons) | A QA Engineer’s Hotfix AdventureIt was just another day — coffee in one hand, playing around with production platform — when I noticed something off. A sneaky bug…
Manzeel Uprety·Feb 25, 2025Improve Cypress Testing Time: Automated Chrome DevTools Opening📌 Description
Manzeel Uprety·Feb 20, 2025Mastering AI Efficiency | A Guide to Effective PromptingIn today’s fast-evolving digital landscape, artificial intelligence (AI) is revolutionising how we interact with technology. AI-powered…
Manzeel Uprety·Jan 23, 2025Stop Relying on Strict Text Assertions for Toast Messages in Cypress TestsToast messages are commonly used in modern web applications to provide users with quick feedback. These messages are ephemeral and often…
Manzeel Uprety·Nov 9, 2024How to launch Cypress test with Chrome Incognito Mode?Running tests in incognito mode can be incredibly useful for keeping your testing environment clean and predictable. In this guide, we’ll…