Hi đź‘‹, I'm Paul
Full-Stack Developer

Blogs

Playwright Use Cases for Developers (Quick Draft) Playwright is a modern end-to-end testing framework that goes beyond traditional UI testing. It’s not just for QA—it’s becoming a core tool in developer workflows. 1. End-to-End Testing Automate real user flows across browsers (Chromium, Firefox, WebKit). Useful for validating: Login /…

Writing Better Code Review Comments As Software Engineers, we constantly balance technical communication and non-technical communication . Writing good code is important — but writing clear, respectful, and actionable comments is just as critical. Poorly written comments slow teams down, create misunderstandings, and introduce unnecessary friction…

This guide demonstrates how to configure the Visual Studio Code debugger for a React application. Prerequisite You already have a React application running in Visual Studio Code. Create a VS Code debug configuration file 1. Open the Visual Studio Code Editor 2. On the sidebar, click the Run and Debug button 3. Click the Run and Debug button 4.…
