Save Screenshot of the Entire Web Page in Chrome Browser Without Extension
I will explain how to take a screenshot in the chrome web browser, including the parts of the web pages that overflow from the screen. After clicking the right mouse button on the web page where you will take screenshot,
How to Create User Account and Connect Ubuntu Linux Server using Username and Password with SSH
In this post, I will explain how to create a new user on a Linux machine and connect to this machine remotely with user information and password. The Linux server machine used in this post has Ubuntu 20.04 version installed.
includes() Method in Javascript
In Javascript, There is includes() powerful method which is separately used in array and string expressions. includes() Method at string expressions: Usage: str.includes(searchvalue, start) includes() method returns true if string expression has specified value. includes() method is case sensitive. includes() Method