tutorial.

Oct 15, 2018

Building a Blog With Jekyll

A few months ago, I decided to convert my personal website, which was a static HTML site, to Jekyll. If you aren’t familiar with Jekyll, it’s a blog-aware static site generator built on Ruby. I considered a few content management systems but ultimately Jekyll came out on top.

#jekyll #static site generator #tutorial
Jun 15, 2018

Scraping Client Side Rendered Data with Python and Selenium

Scraping data from websites often offers a way to automate tedious tasks and improve productivity. However, many people run into issues when the content of a website is generated on the client side as opposed to the server-side.

#python #selenium #automation #tutorial #web scraping