Server-Side Swift with Perfect
Learn how to create Server-Side Swift apps with Perfect in this free screencast series. By Ray Wenderlich.
Perfect is an open source server side Swift framework, that helps you write web apps and services using Swift 3. Learn how to get started with Perfect, and create your first server side Swift web app.
Perfect Assistant is a free Mac app developed by PerfectlySoft that automates common development tasks with Perfect. In this screencast, you'll learn how to use it to create and configure projects, and build your projects on Linux.
Perfect Assistant is a free Mac app developed by PerfectlySoft that automates common development tasks with Perfect. In this screencast, you'll learn how to use it to easily deploy your Perfect web apps to Amazon EC2.
Learn how to present dynamic data in your Server Side Swift with Perfect web apps, using a popular templating library called Mustache.
In this screencast, you'll learn how to persist your Server Side Swift with Perfect data models into a database using StORM.
In this screencast, you'll learn how you can create, read, update, and delete data in a database using Perfect, a popular server side Swift framework - using it's built-in object relational mapping library, StORM.
In this screencast, you will learn how to better organize the code in your Server Side Swift with Perfect projects, by refactoring to use basic controller objects.
In this screencast, you'll learn how to easily beautify your Perfect web apps using a popular CSS boilerplate library called Skeleton.
Learn how to create a simple database driven web app with Perfect, a popular Server Side Swift framework.