#engineering
Read more stories on Hashnode
Articles with this tag
REST API’s : REST – Representational State Transfer REST Defines an Guideline how Client and Server can exchange the Representational State of data so...
APIs - Application Programming Interface APIs are used for Communications Abstraction hiding the implementation of process , ex if you hit the POST...
Database Indexes :Consider a large Book of 1000 pages.Suppose you’re trying to find the page which contains information related to a certain...
SQL (VS) NOSQL :One of the biggest decisions we make while designing a system is choosing between a Relational (SQL) or Non-Relational (NoSQL)...
Caching is a technique used to temporarily store copies of data in high-speed storage layers (such as RAM) to reduce the time taken to access...
DNS – The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like google.com ,...