Category: Blog

  • Diving into NLP

    Intro So I have been thinking a bit about chatbots and other NLP-related things lately. I’m probably NOT ready to implement an NLP-based Chatbot, that’s clear, but I can start doing some other things to get practice on the subject. So this is going to be a multi-part thing, or rather a recurring subject in…

  • Testing Containers

    Intro Now this Post is a tiny bit different, although still about working with data, and with a focus on security. But this time around, if you’ve followed a bit the Blog, we have a few “Docker” containers running on different machines, to work on security data. That’s very cool, but… What about the security…

  • Going SQL: Postgres (3/3) – Now with R

    For the past two Blog entries, we spent time preparing for today: We want to use a Postgres SQL Database backend to work with our JSON data, from R. Before we continue… We’re still missing one piece: the table(s) in the Database. Let’s tackle that very quickly for today, as the focus will be on…