Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Scripting is an essential skill for DevOps engineers, as it allows for automation, configuration...
Table of Contents Introduction Why Automate with Shell Scripting? Basic Concepts of Shell...
50+ Essential Bots for Productivity, Downloads, Entertainment & More Table...
Table of Contents Introduction What is CI/CD? Continuous Integration (CI) Continuous...
No matter how complex your data problem is, you can always Divide & Conquer it. 🦾🦾🦾 In this...
Most engineering teams aim for speed and quality in their development workflows, but challenges like...
Welcome to Day 30 of our "50 DevOps Tools in 50 Days" series! Today, we’re going to explore Ansible,...
One of the most powerful tools for automation is Bash scripting. Whether you're a beginner or a...
In today's fast-moving world of digitization, developers often have to juggle heavy workloads to get...
A post about career path, from frontend to backend and then to devops
I released my first python library recently, it is mostly playwright based code but also uses a...
Introduction In the fast-paced world of DevOps, efficiency and automation are key. As...
The average job seeker spends 11 hours per week searching for jobs, according to LinkedIn. For tech...
Welcome to Day 31 of our "50 DevOps Tools in 50 Days" series! In our previous post, we introduced you...
Shift-left, do you know what it is? After help my team implement this methodology from scratch, I've...
Trailblazing Through Code: Hitching Up Cypress & Playwright in the Installation...
Benefits and Use of CI/CD Pipeline Are you interested in speeding up your software...
No Internet. No Privacy Leaks. Just You and Your AI Assistant. Have you ever dreamed of building...
Introduction to Instill-ai Working on Instill’s pipeline-backend project was like solving a jigsaw...
The popularity of video content on websites like YouTube has increased user demand for audio...
In the world of DevOps, automation is the cornerstone of efficient and reliable IT operations. Among...
Hi, I'm starting a new "robots" series where I loop you in on some of my personal robotics...
What Is Strawberry? According to their website, “Strawberry is a browser with built-in AI...
Master Digital Accessibility with Wick-a11y and Conquer Web Barriers Like a Pro. (Cover image by...
Learn how to use Playwright to automate browser testing with existing Chrome and Edge profiles. This guide covers setting up the environment, launching browsers with default and custom profiles, and using Playwright Codegen for efficient test creation and debugging.
Use Case for Balancing Code Duplication and Complexity for Effective Test Automation (Cover image...
Dive into the debate on the merits and pitfalls of employing Page Object Models in your Cypress...
Hello everyone! When you're working with Bash scripts, it's often useful to know the directory where...
Recently I needed to pull data from the GitHub API and publish to a Google Sheet so I could share...
If you write Python code regularly, you know that some tasks can be painfully repetitive. Python...