September is just a month away, and rumour machine about new 2021 iPhone 13 is at its peak. Speculations say, this year iPhone will be
Read MoreWe could spend hours playing video games or browsing social media on our phones. But what about half an hour of studying or working on
Read MoreIn 2021, when we go to buy a smartphone for daily use, it’s not necessary to have a large amount of budget. With rising competition
Read MoreQuicksort algorithm was developed by a British computer scientist Tony Hoare in 1959. “Quick Sort” is capable of sorting a list of data elements significantly
Read MoreChrome extensions are web based apps meant for chrome browser. So like any other web application it has a front end and a back end.
Read MoreMultivariate Linear Regression is similar to linear regression but instead of having single dependent variable Y, we have multiple output variables. It may be written
Read MoreIn the last post we learnt about Linear regression with one variable. The hypothesis function for it was: which is a straight line. What if, we
Read MoreWe’ll use Rails framework and a Java service for this task. Ruby on Rails, or Rails, is a server-side web application framework written in Ruby under
Read MoreIn mathematics, a partition of a set is a grouping of its elements into non-empty subsets, in such a way that number of elements in
Read MoreSharding is horizontal(row wise) database partitioning as opposed to vertical(column wise) partitioning which is Normalization. It separates very large databases into smaller, faster and more easily
Read More