Module 4 Flashcards
(14 cards)
It is is the development or creation of a user interface using some markup languages and other tools.
Front-End Development
It is the development of the user side where only user interaction will be counted.
Front-End Development
It is a most visible, accessible and usable part of your software application.
Front-End
It is one of the critical software development which will decide the success of your project.
Front-End Development
It involves the logic, database, and
other operations that are built behind the scenes to run the web servers efficiently.
Backend Development
It involves the creation and maintenance of server side logic that operates behind the scenes of web applications, APIs and other software systems.
Back-End Development
It is code that enables two software programs to communicate.
Application Programming Interface
It facilitates the exchange of data, features and functionalities between software applications.
Application Programming Interface
It is a popular and widely used API architecture style.
REST (Representational State Transfer)
It uses Http request to post, create, put, update, get, read and delete.
RESTful APIs
An older technology that uses XML as its messaging format. They are are known for their reliability and security.
SOAP (Simple Object Access Control)
This is a query language for API that was developed by Facebook. It enables the client to request exactly the data they need. They are known for their flexibility and efficiency.
GraphQL API
This is a high performance open source that is remote procedure call framework that is widely used for building APIs. It enables developers to build efficient and scalable APIs using a wide range of programming languages.
gRPC
This is a protocol for bidirectional real time communication between a client and the server.
WebSockets