Posts

Showing posts from April, 2021
Image
  Idea on REST API I am going to focusing on the rest API within today’s blog. Rest API is also known as restful API among the programmers. Let's take those word separately to understand what is going here it is.   API API is  stand for an application programming interface. Usually the API is some kind of protocol some  set of rules  for building and integrating the apps. API decide how to connect the data provider and the data user  of Web Services. IT highlights that it the content that the producer and consumer must provide at that process within this communication. actually the API is some kind of mediator between the users and the resources on the web services while maintaining the security control and authentication by determining who get access to work properly. API can easily understand that  what the consumer needs it and easily take those details from the producer By its own ways.      REST REST stands for representational state transfer. It is just not a protocol standa
Image
The Initial Touch on Database and Look on Documented Database  After selecting a suitable programming language and programming environment for your application, it is your time to decide some kind of suitable database for implementing the data of your application.  We can take the database as a structured system for collecting, retrieving and displaying information. It includes records for each entry, and fields within each record to define information which may be useful for automating and simplifying many business functions.  Many databases are based on SQL, or Structured Query Language, which is a programming language used to create relational databases. The size and complexity of the database program you choose depends on your present and future needs.   In here there are so many things to consider when you are choosing a suitable database for your application, there are so many relational and NoSQL databases available for your application, first of all you have to determine what