Skip to content

Completing 1,020 CompTIA Tech+ Practice Questions

As part of my preparation for the CompTIA Tech+ certification exam, I completed 1,020 practice questions on Udemy. I answered approximately 1,000 of them correctly, achieving an overall score of 98%. CompTIA Tech+ is a… 

Monitoring Kea DHCP with ISC Stork

Kea is a modern and flexible DHCP server, but its information is normally spread across configuration files, logs, API responses and statistics. ISC Stork brings that information together in a clear web interface. This tutorial… 

CompTIA Tech+ certificate

I received my CompTIA Tech+ certificate today. CompTIA Tech+ is a foundational IT certification covering a broad range of topics, including hardware, software, networking, databases, cybersecurity, cloud computing and basic programming concepts. For me, taking… 

Why Every Developer Should Know Git

Introduction If you are learning software development, software testing, DevOps, or automation, Git is one of the first technologies you should master. It has become the standard version control system used by millions of developers… 

Why Playwright Should Be Installed Per Project

If you are new to Playwright, one question quickly comes up: why do you need to install Playwright inside every project? Would it not be easier to install it once globally and use it everywhere?… 

The Evolution of Playwright: From Version 1.0 to 1.61

Introduction When Microsoft released Playwright 1.0 in 2020, it was already an impressive browser automation framework. Unlike Selenium, Playwright was designed from the ground up for modern web applications, offering automatic waiting, multiple browser engines,… 

Playwright: playwright.config.ts

playwright.config.ts is the central configuration file for Playwright. It defines how your tests run, which browsers are used, timeouts, reporting, and many other settings. Think of it as the control panel for your entire test… 

How to Set Up Playwright for Web Application Testing

Playwright is a modern browser automation framework developed by Microsoft. It can be used to test websites in Chromium, Firefox and WebKit using a single testing API. Playwright Test includes a test runner, assertions, browser… 

Installing Variety on Debian Cinnamon

Give Your Linux Desktop a Fresh Look A fresh installation of Debian Cinnamon is clean, stable, and professional. However, the default wallpaper remains unchanged every time you log in. After a while the desktop can…