APIs & Networking
REST APIs, HTTP requests, JSON serialization, and network protocols
13
Easy Questions
4
Medium Questions
0
Hard Questions
Easy Questions (13)
#140EasyAPIs & Networking
What is the difference between jsonEncode vs jsonDecode ?
json
#163EasyAPIs & Networking
What is Semantic Versioning Guide ( https://semver.org/ )
View Details →Resources
#167EasyAPIs & Networking
Difference between refresh-token and access-token in the Rest API?
api
#179EasyAPIs & Networking
Difference between Protocol Buffers (protobuf) and JSON serialization ?
json
#217EasyAPIs & Networking
What is CDN and what is the full form of it and what is the use of it ?
#226EasyAPIs & Networking
What is mean by markdown text and any tool to convert markdown to text ? https://stackedit.io/
View Details →Resources
#234EasyAPIs & Networking
What is the difference between json encode and json decode ?
json
#243EasyAPIs & Networking
What is DOM node in html java scripts ? https://www.w3schools.com/js/js_htmldom.asp
View Details →Resources
#284EasyAPIs & Networking
is websocket and webhook is same ? if not then difference between them ?
Medium Questions (4)
#201MediumAPIs & Networking
How MQTT( Message Queuing Telemetry Transport) works entire flow ?
#207MediumAPIs & Networking
For eg: Future<String?> _getDatabasePath() ? what will be the result when i give “_getDatabasePath.runtimeType” ? answer is () => Future<String?>
futuredatabase