-
Caring about nicer visualizations
Intro As I said last week, I am a bit short on spare time lately (I have a couple of other goals, on top of my job and this Blog, and a couple other hobbies…). So I’ll try to make it short this week. This is definitely “mostly for marketing”. As an engineer, I tend…
-
One step further: MongoDB Backend for our data
Intro I mentioned I meant to use a database at some point for my logs and with R. Well, I will explain a (tiny) bit about that today. But first, what data can I possibly put into my upcoming “NoSQL” database? Well, I now have lots of data. I’ll use the DNS records from my…
-
Functional Programming tests on domain names
Intro This week’s post is a bit short but trying to point towards some great coding concepts about R. In summary, let’s just say that in R, everything is an object. So are functions. And one can have a function return an object, including… A function. Why is that cool? Because it might just help…