Valentina Skakun
Valentina Skakun
Technical Writer

About Valentina Skakun

I'm a technical writer and Python programmer with a passion for automation and web scraping. I love to simplify complex technical concepts and share my knowledge with others through clear and concise articles. I'm always looking for innovative ways to make everyday tasks more efficient and streamlined with code and automation.

One of my most exciting projects involved creating a web scraping add-on and developing rank tracking solutions using Google Apps Script. I love exploring new technologies and staying up-to-date on emerging programming languages.

Outside of work, I'm always exploring new challenges in the tech world. Whether it's unraveling data or optimizing processes, I'm always eager to learn and apply my skills to create meaningful solutions.

Valentina's recent articles

Web Scraping with XPath in Selenium
Web Scraping with XPath in Selenium
Aug 16, 2022

Using XPath in Selenium for scraping helps to parse dynamic elements and to find element at any level of DOM structure.

Learn More
Web Scraping Using Scrapy Python
Web Scraping Using Scrapy Python
Aug 09, 2022

Scrapy is the most popular web scraping framework in Python. Unlike BeautifulSoup or Selenium, Scrapy is not a library. The big advantage is that the tool is completely free.

Learn More
Web Scraping with C#
Web Scraping with C#
Aug 02, 2022

The advantage of C# programming language in web scraping is that it allows to integrate the browser directly into forms using the C# WebBrowser. The scraped data can be saved to any output file, or displayed on the screen.

Learn More
Web Scraping Without Getting Blocked
Web Scraping Without Getting Blocked
Jul 26, 2022

To reduce the number of bots using the site, developers use IP address recognition, HTTP request headers checking, CAPTCHA, and other methods to detect bot traffic. However, these are still possible to bypass. To do this, you need to follow some rules during scraping.

Learn More
The Best Programming Languages for Web Scraping
The Best Programming Languages for Web Scraping
Jul 18, 2022

There are ten programming languages which are used for web scraping: Python, Ruby, Node.JS, GoLang, Perl, PHP, C#, C&C++, Java and Rust. The choice of a suitable language depends on its capabilities, convenience and the tools it provides.

Learn More
A Comprehensive Guide to Web Scraping with Selenium WebDriver in Python
A Comprehensive Guide to Web Scraping with Selenium WebDriver in Python
Jun 24, 2022

Unlike other libraries, Selenium uses a Google Chrome WebDriver (whether in active or headless)mode for scraping, which makes the process more like manual data collection.

Learn More