
BrowserAct Hands-On: Real Browser Automation from the CLI
A few days ago, I received an email from the BrowserAct team after they came across one of my...
Author profile
Developer articles and tutorials by aryan_shourie.
Browse the latest writing surfaced through DevArt.

A few days ago, I received an email from the BrowserAct team after they came across one of my...

HTML is usually the first thing we learn in frontend development — and the first thing we stop...

Frontend development today has no shortage of tutorials, frameworks, and roadmaps — but that doesn’t...

Introduction Passwords are the digital keys 🔑 that protect user accounts and sensitive...

Introduction to Git Hooks Git is more than just a version control system. It also provides...

Problem Statement In development, testing, or remote collaboration, developers often need...

JavaScript is one of the most popular programming languages out there. This is because it is the...

Recently at work, I had a task of developing and deploying an internal tool/application which...

JavaScript is a widely used web programming language. If you are looking to start a career in...

Introduction The JavaScript History API is a part of the Web API that allows us to...

The HTML Web Components are reusable, custom HTML elements which you can define and create...

What is Linting? Linting is defined as the automated checking of your source code for...

NextJS is an open-source web development framework which provides us with extended features of...

Node.js is an open-source, cross-platform JavaScript runtime environment and library for running web...

An Operating System is defined as a program that, after being initially loaded into the computer by a...

Database Management System (DBMS) is a software or technology used to manage data from a database....

jQuery is an open-source JavaScript library that simplifies the interactions between an HTML/CSS...

React is a JavaScript library which is used to build attractive User-Interfaces (UIs). Now, most of...
Advertisement