You are on page 1of 1

Whats Dev

Algorithimic challanges

Cold War's
lead code
hacker ranked
free code camp

CS101 , CS50 by Harvard

Making something work Vs Making something right

Library is set of tools or set of methods that someone wrote, so you dont have to
write again and you can use that code in your code base.
This makes you build your application faster

API
Google thought Procees
We have the map data. And they know that data is very valiable.
Why not we create a web service, create an API so that developers can access our
data and make other apps like uber. So they wrote some code and create an API.
So people can just make request to that API and get the data back depending on the
type of request and the parameters you give during making that request.

Ex. API is just a function. Take an example.


You create myAmazingApp object. And in that object, you have 4 methods.
1. Add 2. Substract 3. Multiply 4. Divide
And you make only Add to Public.

If someone will do myAmazingApp.substract, he cant access that because that is


private.

This is what you did, created an API for your object.


The code that you wrote to expose that mehod to public use, that is an API.

LIVE ACTIVE, ALWAYS STAY PRESENT CONTINUOUS

You might also like