Code Structure
ViewController:
IBOutlet: control + click on element in storyboard and drop the mouse into viewController file, click connect
IBAction
...
ProcessProcess: The abstraction provided by the OS of a running program
The OS provides an illusion of unlimited CPUs by virtualization
Time Sharing i
...
How does a program run?
Von Neumann model of computing: It fetches instructions from the memory, decode it, and then execute it, and move on to the n
...
Designing Web Services
Monolithic architecture
API-First Approach
API-First Approach
API-first: designing and building API contract first and then bu
...
Managing StateStateful server: server A holds data that other servers cannot accesStateless server: servers share the same storage system
Managing HTT
...
What is react native
A collection of “special” React components
Components compiled to Native Widgets
Native Platform APIs exposed to Javascript
Conne
...