PinnedParag Kamble·May 10Building a QE AI Testing Ecosystem: How Multi-Agent Systems Are Reshaping Quality EngineeringAn intelligent, multi-agent architecture that unifies people, agents, tools, and platforms to accelerate quality engineering at scale.
PinnedInFAUN.dev() 🐾byParag Kamble·Nov 19, 2025uv: The Blazing-Fast Python Package Manager Changing the GameIf you are a Python developer, you have probably struggled with slow package installations, managing virtual environments, and dealing with…
PinnedParag Kamble·Jan 6, 2023Understanding Hooks in PytestHooks are a key part of pytest’s plugin system and are used by plugins and by pytest itself to extend the functionality of pytest. Hooks…A response icon1A response icon1
Parag Kamble·May 22Optimizing Multi-Agent Systems: Measurement and Remediation StrategiesI have been building multi-agent systems for a while now, mostly with LangGraph, and one thing keeps coming up: they start fast, then they…
Parag Kamble·Apr 6, 2025Modularising Pytest Framework With PluginsAs test framework scales, We may find ourself adding more and more test suites — covering APIs, UI, storage systems, security…
Parag Kamble·Sep 17, 2023Encrypt USB Drive on Raspberry-Pi system.Encrypting a USB drive on a Raspberry Pi can be accomplished using the Linux operating system’s built-in encryption tools. The most common…
Parag Kamble·Dec 24, 2022GitHub Actions to Build and Push Docker ImagesGitHub Actions are use to Automate, customize, and execute software development workflows right in our repository. There are list of…
Parag Kamble·Dec 11, 2022Retry flaky task in Python using TenacityFlaky events needs retry action to achieve desire results. In python Tenacity module gives a mechanism to handle flaky events with retry…
Parag Kamble·Sep 1, 2021Bit-wise operations tactics.A bit is a basic unit of information in the computer system and digital communications and It represents a logical state of one of two…
Parag Kamble·May 23, 2020Poetry a smart way of packaging and dependency management in PythonPackaging and dependency management in python is the a most dreadful thing to most of us. Even for seasoned developers it might be…