2017-05-30

I have decided to learn F#. While searching for sensible starting point, I came across this great video by a guy called Derek Banas.

As I walked through the video, I wrote the code, which was my first time dabbling with F#.

Here's the code on git, along with a few of my own extr...

Continue reading...

2017-04-25

In this article, I will cover what I believe are the most common values you would want to scrape from a website. Think along the lines of:

  • the content of h1, h2, h3 tags etc.
  • anchor tags
  • the links to all of the images
  • the alt tags of images

Tools

In these code examples I wi...

Continue reading...