AWS Networking

Networking, one of the core concepts when it comes to backend engineering. What is the very first that comes into your mind when you hear the word networking.

It’s meeting/contacting/communication new people/objects/servers.

In this blog we’ll specifically learn about networking in the context of our aws stack.

Virtual Private Cloud

Virtual Private Cloud (VPC) is like your own private, customizable, and secure space in the cloud. It’s where you can build, organize, and protect your applications and data, just like building and securing a house in a gated community.

Read more

Shazam’s Algorithm

Shazam, the music finding app.

Hearing the name and utility it provides. The first thought anyone would’ve in their mind about the underlying tech would be that they have to be using some kind of CNN (convolutional neural network) model in their machine learning algorithm.

But that’s not the reality Shazam AI is not a reality. So what algorithm are they actually using and why this is so fast in searching from a billion songs out there in the world.

Read more