What should we talk about?
Development Process?
Backend Code?
Frontend Code?
Dev-ops?
Careers?
Consultancy?
Startups?
- Concept
- Interaction design
- Architecture
- Development (SCRUM)
- Deployment
- Analytics & Monitoring
5. Analytics & Monitoring
Serverside rendered
HTML, no javascript required
logic and rendering on server
very cacheable
page refresh on interaction
example server side rendered code
Lifely blog (php)
Clientside rendering
"API Endpoints" exposing JSON/XML data
REST is defacto API standard
Client decides what to do with data
example REST api code
Leefplezier app API (php)
Single Page Apps
MVC model to render templates
Consume REST endpoints
AJAX / XHR requests
New framework everyday (react, angular, meteor)
example SPA code
Leefplezier dashboard app code (angular)
Real-time applications
No HTTP / REST / Request-Response
JSON over bi-directional websockets
Real-time updating UI's
What I ask of you?
Give webapplications a try!