Projects
writing a cookbook
Jul 26, 2019     4 minutes read

1. Why writing a cookbook/blog?

In 2016, when I decided to become a data scientist, I was overwhelmed by the number of skills I had to possess to start this sort of career. Reading job offers convinced me that I should be a specialist in:

So not only you should be a statistician/mathematician, but also a computer scientist.

Many of the skills above are used rather rarely. You may produce only two dashboards a year, write a bash script only once a month, set up a CI/CD pipeline once a year. It would be cumbersome and daunting to learn these things over and over again and it’s normal that you forget them, because as a data scientist you usually learn 20 new skills every six months. In result you do not concentrate on consolidation of knowledge, but on possessing new skills, because there are new super tools that there is currently hype on (aw, there is tensorflow 2.0… and snowflake db!) and you should be at least familiar with them or even have them tested to see if they are worth being implemented.

This cookbook presents my way of struggling with the hurricane of knowledge and skills that come through my head, so they stayed with me for a little longer. The posts I write let me quickly get back on tracks with tools that I haven’t been using for a long time (e.g. a year or so).

I recommed this way of gathering knowledge to everyone.

2. How to write a cookbook/blog?

In the same way as every project you make. Start with something simple and make it better over time. This is the way I went through:

In the future I am planning to move this cookbook to django, because I would like to be able to mark a few articles as my favourites and have easy access to them. And keep on writing posts, obviously :)