chrome, javascript, expressjs, nodejs Peter Girnus chrome, javascript, expressjs, nodejs Peter Girnus

NodeJS & ExpressJS: HTTP Requests Using the Google Chrome Devtools Console

This blog post shows you how to send HTTP GET and POST requests using the Google Chrome Developer Tools (Chrome DevTools) console. Additionally, we will set up a simple ExpressJS server using JavaScript and NodeJS to handle the HTTP requests we send through the Chrome Browser. The Google Chrome DevTools toolset allows us to analyze the code structure of webpages, analyze network connections, as well as protocol specifics such as HTTP headers and the HTTP POST body.

Read More
chrome, how-to, linux Peter Girnus chrome, how-to, linux Peter Girnus

How-to: Install Chromium (open-source Google Chrome) Web Browser on Ubuntu Linux (ARM64)

The following steps should be followed to install the Chromium web browser on Ubuntu Linux (arm64). Ubuntu is a popular Linux distribution supported and maintained by Canonical. The Chromium web browser is the open-source version of the popular Google Chrome browser. This tutorial will install Chromium on Canonical Ubuntu Linux on ARM64 architecture. The Advanced RISC Machine (ARM) is a processor architecture primarily intended for mobile phones and other interconnected devices, such as the Internet of Things (IoT). The ARM architecture is frequently encountered by developers and technologists through its integration into Apple computers by way of Apple Silicon (ARM Architecture), such as iPhones, Mac, and MacBook, and this often brings unexpected issues, particularly concerning VMWare Fusion. This tutorial provides a comprehensive guide to installing Google Chrome on Ubuntu (arm64) as the official Google Chrome is packaged for amd64 and NOT arm64. Chromium is a free, open-source web browser project created by Google, whereas Google Chrome is a web browser developed by Google using Chromium source code.

Read More
chrome, javascript Peter Girnus chrome, javascript Peter Girnus

Browser Web Scraping - Scrape Data With Chrome Developer Tools (Chrome DevTools)

Did you know you can use the Developer Tools (DevTools) in the Chrome Browser to scrape data from a website and copy that data to the clipboard? Few know of this highly effective web scraping technique. Chrome Developer Tools is a powerful feature that allows you to interact with the Chrome browser, websites, and the Document Object Model (DOM).

Read More
linux, google, chrome Peter Girnus linux, google, chrome Peter Girnus

Open Google Chrome From The Linux Command Line

In the realm of Linux, mastering the command line is an essential skill for both novice and seasoned users. The command line interface, often accessed through the terminal or shell, is a powerful tool that allows users to interact with their Linux system in a text-based environment. Unlike the graphical user interface (GUI), which provides a point-and-click experience, the command line provides direct control over the operating system, enabling users to perform a wide range of tasks with precision and efficiency. This guide shows you how to open Google Chrome through the command-line as well as provides useful command-line switches along with some additional resources to get you started using Google Chrome through the command line!

Read More
how-to, linux, google, chrome Peter Girnus how-to, linux, google, chrome Peter Girnus

How to Install Google Chrome on Debian Linux

Discover how to effortlessly install Google Chrome on Debian distributions like Ubuntu using the command line. Our step-by-step guide simplifies the process, enabling you to quickly access Google Chrome's powerful features and capabilities on your Debian-based Linux system. Follow our straightforward instructions to unlock the full potential of Google Chrome, the versatile and reliable web browser, ensuring seamless performance and enhanced user experience on your Debian distribution.

Read More