Tag: deliberate practice

  • RStudio + Shiny + Plumber + Docker

    RStudio + Shiny + Plumber + Docker Intro This one is very exciting for me. So say you want to create a very complex application, that does several things. You can of course use functions, maybe in different R scripts that you can source. That way, if you work on a specific part of the…

  • On Domain Expertise

    Once again I will step away from purely “programming” concepts, but this is tangent to say the least. This entry is more about theory of Data Science and one particular aspect, that is the “Domain Knowledge”. Speaking the right language There are discussions out there in the Project Management field, for example, about whether or…

  • Reading CSVs faster in R

    Intro They say most of the time spent, when working in Data Science, is spent on preparing the data for the analysis. This has definitely been my experience so far. That one time, not so long ago, a Wednesday night, I was working on a report – actually I made it a Dashboard (yes, Shiny).…