Three of the Big Five Tech Companies have Embraced Microservices, Why? “Microservices” – yet another new term that in recent years, has transformed the world of software architecture. It is a term very popular in the world of software development nowadays, which surprisingly many aren’t aware of, that describes a style of software systems that…
Category: Sanganitra
5 hours a day. That’s how much time an average person spends on the internet. But is time the only amenity which we are giving away? The answer is NO. We all know that companies make a lot of money by selling our data, and I mean a lot. After thorough research the number is…
I’m sure all of you must have heard of hawk-eye technology, and if not then you must have definitely seen it work live at any globally famous sports event. Hawk-Eye is basically a complex computer system used in cricket, tennis, football and many other sports to visually track the path of the ball used in…
git add Blog git commit -m “How Git Works under the Hood” Most of you would be familiar with the above written commands, but do you actually know what happens when you run them? In this blog, we’ll try to find out how Git and other Version Control Systems actually work. According to Linus Torvalds,…
Grace Hopper Celebrations (GHC) is the world’s largest gathering of women in computing organized by Anita Borg Institute. It is a unique opportunity for women in technology to showcase their talents, put out new ideas and interact with women from a wide range of fields who have contributed massively in the spheres of modern-day tech…
If you’re a regular WhatsApp user, you would’ve come across one of the infamous “WhatsApp forwards” featuring Good Morning messages, 36% of NASA are Indians etc. One such ‘gyan’ is to keep your phone away from you while sleeping due to the effects of radiation. Sounds boring, right? In reality, there is quite some merit…
If I were to give you a bunch of strings, how would you store them? Perhaps as an array or a list? But what if you’re required to search for a string? That’s a search complexity of O(n) (Where n is the number of strings stored). Can this be done more efficiently? Instead of storing…
Have you ever wondered what happens when you search for something on google? How does google manage to find the most useful data from such a huge collection of webpages Organizing Data This is basically done in two steps : Crawling and Indexing Crawling This happens before the search. The web crawlers gather information from…
Have you ever wondered how gaming laptops give you such realistic experiences? How the graphics seem almost real? Most of us have GPUs (Graphics Processing Units) in our laptops. These GPUs are an example of parallel computing. Graphics as we all know are an array of pixels. Taking a normal processor each of these pixels…
Machine learning is one of the hot topics everyone wants on their resume. Machine learning focuses on the development of computer programs that can use data to learn for themselves. Here is a quick introduction to various machine learning techniques: Machine learning is classified as follows: Supervised Learning: Machines are trained using well labelled data…