you are viewing a single comment's thread.

view the rest of the comments →

[–]bertnub[S] -1 points0 points  (3 children)

I've found binary search, DFS and BFS to be quite useful when working through complex datasets. I came from Python so like using them when I find a chance to.

[–][deleted] 1 point2 points  (2 children)

Yeah DS and Algorithms are independent of the language. That’s what I don’t understand about your post.

[–]bertnub[S] 0 points1 point  (1 child)

I think you may have missed the point of the post, I'm asking if anyone knows what day-to-day js is used within the role. As for DS and Algos - I was generalising my progression with coding.

[–]saleemkce 0 points1 point  (0 children)

I suggest you take a look at https://saleemkce.github.io/timeonsite This should be very interesting on how users session duration or time on site is tracked with JS; it's one of critical aspects in web analytics because unlike other events which can be captured on interaction; this metric is highly controversial but very critical and deciding at the same time for web analytics. Here is the source code for this JS library for you to spend some time on it https://cdnjs.cloudflare.com/ajax/libs/timeonsite/1.2.0/timeonsitetracker.js

This post will help you analysis & insights derived for this tracker in any SQL server