Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Today i come across this tweet: which reads Does anyone have any written articles or...
There are millions of projects out there but the real difference in their success often depends on...
Unlike some of my other posts, this one is going to be straight-forward. I'll cover some of the...
Code reviews. You know how important they are. They are one of the pillars of getting...
Organizing Playwright Tests Effectively When working with end-to-end (E2E) testing in...
When testing a website, you may need to test it across different environments, such as development,...
Introduction Testing smart contracts on a testnet before mainnet deployment is crucial for...
Hello Devs👋 Debugging can be challenging, but with the right tools, you can identify and fix bugs,...
"The terms 'unit test' and 'integration test' have always been rather murky, even by the slippery...
Automation testing can sometimes be a real mess for developers with slow setups, fragile tests and...
Automated tests are a great way to ensure the quality of your software and provide a good user...
1. qodo (formerly Codium) qodo (formerly Codium) is one of the best tools you can find...
Vue.js has become a popular framework for building modern web applications, thanks to its flexibility...
In the world of DevOps, where speed and efficiency are paramount, testing plays a crucial role in...
Hello Devs👋 Debugging can be challenging, but with the right tools, you can identify and fix bugs,...
APIs are the backbone of modern web and while Postman has been the most widely used tool for years,...
Are you tired of waiting for your Playwright test suite to finish? Do you want to run tests across...
APIs power almost every modern application, which is why there are so many tools available for the...
Debugging and bug reporting can often be messy, but the process can be improved with the right...
An in-the-weeds tirade to put an end to the lackluster practice of browser resizing. Use the browser's device mode or a whole range of free tools to improve accuracy
I originally posted this post on my blog a long time ago in a galaxy far, far away. It's part of an...
Have you ever wondered how your website or app behaves in different time zones? Maybe you’ve got...
TL;DR I created a mock tool that can significantly increase your productivity and reduce...
Integrating Playwright with CI/CD Pipelines
In 2025, becoming a proficient test engineer necessitates a well-defined development roadmap. Whether...
--only-changed makes Playwright run all tests that are ffected by uncommitted changes.
APIs are at the heart of modern software development, enabling apps, services, and systems to...
There’s a lot of noise right now around vibe coding. People are generating entire apps off vibes,...
Part 1 | Part 2 | Part 3 PART 4 Here is the Github source code repo for this project:...
In backend development, RESTful APIs are essential for data interaction with the frontend. Whether...