Marko VuksanovicEfficiently converting ints to floatsConverting a sequence of ints to floats is a very common operation. It appears frequently when analysing datasets and time series. It makes…Oct 7Oct 7
Marko VuksanovicType Traits: The Unsung Heroes of Modern C++Ever found yourself writing C++ code that needs to behave differently based on the types it’s dealing with? Type traits …Sep 26Sep 26
Marko VuksanovicLoading Google Analytics using PolymerPolymer and web components are great and they help us develop our apps faster. One component that I’d expect to see is <google-analyitics>…May 5, 20173May 5, 20173
Marko VuksanovicHow to properly configure your nginx for TLSIt’s quite easy to get nginx configured to use TLS. It’s a little bit more difficult to configure it to do it properly. In this article I…Dec 21, 20164Dec 21, 20164
Marko VuksanovicGit tips: Use only fast-forward merges (with rebase)When working with git there are two ways in which a branch can make it’s way into master branch. One way is to use “classic” git merge. The…Dec 3, 2016Dec 3, 2016
Marko VuksanovicGit tips: remove local (unused) branchesAs I often work with git, quite often I find myself with bunch of unused branches which either have made it’s way to master or have “died…Nov 7, 2016Nov 7, 2016
Marko VuksanovicAdvanced queries in FirebaseI assume you already know about Firebase in case you decided to read this. Firstly, I want to make clear, I believe Firebase is awesome…Sep 26, 20167Sep 26, 20167
Marko VuksanovicDocker and cron jobsOne of the problems that I’ve seen clients frequently encounter when using docker is how to “dockerize” their crons. Fortunately there is…Jul 29, 2016Jul 29, 2016
Marko VuksanovicUsing Chrome dev tools to debug Node appChrome dev tools is probably the best thing that you can use to get insight into your javascript application. Historically you could only…Jul 16, 20162Jul 16, 20162
Marko VuksanovicLearn d3.js in 10 days — day 5We are now at the point were we need to be get familiar with svg and it’s basics. Today I will give you a quick run down of shapes…Jul 15, 2016Jul 15, 2016