by Manish Ghimire | Dec 15, 2025 | DevOps, Uncategorized
Overview In the fast-paced world of DevOps, speed and agility often take center stage. However, rushing to deploy can leave security gaps that put your entire infrastructure at risk. The good news? Most security vulnerabilities in DevOps pipelines are preventable with...
by Siddhartha Sapkota | Nov 20, 2025 | DevOps, Programming, Python, Uncategorized
Overview When I began my journey as a QA engineer, I thought testing was simply clicking through screens, verifying functionality, and reporting bugs. But as months went by, I discovered that quality assurance is much more than that, it’s a mindset, a discipline, and...
by Inspiring Lab | Jan 20, 2025 | Uncategorized
Object Detection is the process of identifying an object in an image or video stream with its precise location. It is one of the most popular technique aiding us in solving many real world problems in computer vision. There are many state-of-the-art architectures that...
by Inspiring Lab | Dec 12, 2024 | Uncategorized
For years, Elasticsearch has been a key tool for search technologies, helping businesses and applications quickly index and query large datasets. It’s fast, scalable, and great for tasks like full-text search, log analysis, and real-time data exploration, making...
by Inspiring Lab | Dec 11, 2024 | Uncategorized
Vanilla RAG (Retrieval-Augmented Generation) is a model that combines two main processes—retrieval and generation—into a single framework to improve the quality of text generation. In this approach, the model first retrieves relevant pieces of information from an...
by Inspiring Lab | Oct 28, 2024 | Uncategorized
What is OAuth 2.0 and why is it necessary? OAuth 2.0 is a widely-used method for allowing third-party apps to access user data without needing their passwords. It’s commonly used for apps that need to connect to services like Google Drive. Instead of asking for...