Skip to main content

5 posts tagged with "ML"

Machine Learning concepts, models, and practical applications.

View All Tags

Supercharging Playwright with AI – Intelligent Test Case Generation Using GPT Models

· 4 min read
Deepak Kamboj
Senior Software Engineer

Modern applications are evolving fast, and so should our testing. Manual test case writing can't keep pace with complex UIs, rapid development, and ever-increasing test coverage demands. This is where AI-powered test generation shines.

In this article, you'll discover how to leverage GPT models to generate Playwright tests automatically from user stories, mockups, and API specs—cutting test creation time by up to 80% and boosting consistency.

Understanding Model Context Protocol (MCP) Server - A Comprehensive Guide

· 5 min read
Deepak Kamboj
Senior Software Engineer

Modern AI workflows require more than just a prompt and a model — they demand context. In high-scale ML systems, especially those involving autonomous agents or dynamic LLM-based services, managing state, session, and data conditioning is essential. That’s where the Model Context Protocol (MCP) Server comes in.

In this blog post, we’ll walk through:

  • What an MCP Server is and why it’s needed
  • How it fits into AI/ML pipelines
  • Its component architecture
  • Real-world use cases
  • A walkthrough with TypeScript code snippets
  • Deployment and scaling considerations

Step-by-Step Guide to Creating a Website with Next.js, React, and Tailwind CSS

· 8 min read
Deepak Kamboj
Senior Software Engineer

This guide will walk you through the process of creating a web application using Next.js, React, and Tailwind CSS. The application will include pages for the homepage, login, register, and dashboard, and will implement a persistent Redux store with types, actions, reducers, and sagas. Additionally, it will support both database and social login, feature light and dark themes, and include header and footer components. We will also set up private and public routes and provide commands for building, starting, and deploying the application on Vercel.