Author: Slav Kurochkin
15
Nov
Level up your AI Engineering skills
by Slav Kurochkin
No Comments
Not that long ago, I set a personal goal — to dive deep into AI and see how far it can actually go in making...
03
Nov
Model Context Protocol (MCP) for AI-Powered Browser Automation
by Slav Kurochkin
No Comments
Model Context Protocol (MCP) is great for AI-powered browser automation and debugging, with notable implementations from Playwright MCP by Microsoft and Chrome DevTools MCP by...
27
May
The Evolving Role of SDETs: From Testers to Quality Engineers
by Slav Kurochkin
No Comments
Software testing isn’t dying—it’s evolving. In many industries outside of Finance, Healthcare, or Defense, there’s a growing tolerance for minor bug escapes. Not because quality...
21
Feb
Bug Reporting Made Easy with Chrome DevTools AI Assistant
by Slav Kurochkin
No Comments
Bug reporting is a critical part of software development, but it can often be time-consuming and require deep debugging skills. Chrome DevTools AI Assistant aims...
10
Feb
Monorepo pre-commit hooks with Husky
by Slav Kurochkin
No Comments
Managing a monorepo brings incredible benefits, such as code reuse and unified project management, but it also comes with unique challenges, particularly when it comes...
07
Feb
AI vs SDET or SDET and AI ?
by Slav Kurochkin
No Comments
There’s a lot of talk about AI replacing SQE and SDETs. Here’s why AI falls short when it comes to testing: 1. AI Can’t Architect...
27
Jan
Monitoring and debugging your app with Sentry.io
by Slav Kurochkin
No Comments
As a test engineer, observability tools are a crucial part of my workflow. They help me triage errors, understand user behavior, and map out service...
21
Jan
How to make sure the Code and Libraries are Secure with SonarQube
by Slav Kurochkin
No Comments
Last year, I was interviewing at a cybersecurity company, and one of the questions they asked was: How do you make sure the code and...
02
Nov
How to add code formating to your JavaScript project
by Slav Kurochkin
No Comments
To set up linters and code formatting for a React and Express project, you’ll want to use ESLint for linting and Prettier for consistent formatting....
31
Oct
How to add Swagger OpenAPI docs to NodeJS Express
by Slav Kurochkin
No Comments
Setting up OpenAPI (Swagger) in your Express app allows you to generate interactive API documentation. Follow these steps to integrate OpenAPI with your Express app....