Project Phoenix - From PHP to the Play Framework in 3 monthsManuel Bernhardt
?
This is an experience report about Project Phoenix, aiming at porting a platform to the Play Framework with Scala in the short time period of 3 months. The presentation was given at Devoxx UK 2014
Project Phoenix - From PHP to the Play Framework in 3 monthsManuel Bernhardt
?
This is an experience report about Project Phoenix, aiming at porting a platform to the Play Framework with Scala in the short time period of 3 months. The presentation was given at Devoxx UK 2014
This document provides an overview of Node.js and Express. It discusses that Node.js is a JavaScript runtime for building asynchronous and event-driven servers. It allows JavaScript to run outside browsers for IO operations. The document also covers key aspects of the Node.js ecosystem like NPM, Connect middleware, and the popular web framework Express. It includes demos of building asynchronous servers, routing, templates, and integrating data models in Express apps.
Typesafe trainer and consultant Will Sargent describes just how Play Framework is so "fast" for Java and Scala production apps.
More Play, Akka, Scala and Apache Spark webinars, presentations, and videos:
http://typesafe.com/resources/videos
This document provides an overview of Amazon Web Services (AWS) and how PHP developers can use AWS services. It discusses:
- Popular AWS services like Amazon S3, DynamoDB, SQS, SNS, and how they can be used.
- Using the AWS SDK for PHP to interact with AWS services like S3 programmatically from PHP code using Composer, making API calls, and handling responses.
- Features of the AWS SDK for PHP version 3 like asynchronous programming with promises, command pools for parallel requests, and waiters to wait for resources to be ready.
- Examples of using the SDK to make API calls to S3 and other services, handle promises and errors, and