Video Tutorial: Server Side Swift with Vapor Part 1: HTTP Basics
Learn about how HTTP works, how requests and responses work and learn about the different methods and status codes. The post Video Tutorial: Server Side Swift with Vapor Part 1: HTTP Basics appeared...
View ArticleNew Course: Server Side Swift with Vapor
Have you ever wanted to write your own back-end services, but didn’t know where to start? Do you love Swift and wish you could use it everywhere? If so, my new course, Server Side Swift with Vapor, is...
View ArticleUIVisualEffectView Tutorial: Getting Started
Update note: This tutorial has been updated to iOS 11 and Swift 4 by Evan Dekhayser. The original tutorial was written by Ryan Nystrom. Ever since the design of iOS dramatically changed in iOS 7, blurs...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 1: Accepting Data
In this video, you'll learn how to accept data in your Vapor applications and parse it with Codable. The post Video Tutorial: Server Side Swift with Vapor Part 1: Accepting Data appeared first on Ray...
View ArticleAndroid Architecture Components: Getting Started
Android and the Android SDK have improved a great deal over the years. We’ve received major API upgrades and additions. The UI has changed completely throughout the versions. However, some aspects of...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 1: Challenge: Create Your...
Challenge time! You will be tasked with creating your own routes, using all the skills learned in the previous videos. The post Video Tutorial: Server Side Swift with Vapor Part 1: Challenge: Create...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 1: Conclusion
Review what you have learned in this section and see what will be coming up in the next section of this video course. The post Video Tutorial: Server Side Swift with Vapor Part 1: Conclusion appeared...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 2: Introduction
Let's review what we are going to cover in this section and also learn about what Fluent is and how Async works and why it is important. The post Video Tutorial: Server Side Swift with Vapor Part 2:...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 2: Models And Fluent
In this video you will learn how to create models using Fluent, and how to configure your databases. The post Video Tutorial: Server Side Swift with Vapor Part 2: Models And Fluent appeared first on...
View ArticleRWDevCon 2018 Sold Out
RWDevCon 2018 is sold out This is just a quick update that RWDevCon 2018 is now sold out! I am amazed and overjoyed by the enthusiastic response from the community for this conference – we are set to...
View ArticleCoordinator Tutorial for iOS: Getting Started
The Model-View-Controller (“MVC”) design pattern is useful, but it doesn’t scale well. As projects grow in size and complexity, this limitation becomes more apparent. In this Coordinator tutorial,...
View ArticleScreencast: Testing Using a BDD Framework
Writing tests using XCTest alone can make it difficult to organize your tests and keep them readable and maintainable. Using a BDD testing framework helps solve these problems and makes it easier and...
View ArticleReminder: RWDevCon Student Scholarship Applications Due Thursday
As you might know, this year we offering 5 student scholarships for RWDevCon 2018. The 5 lucky students will win a free ticket to the conference and will get to attend our team-only pre-conference fun...
View ArticleChameleon on iOS: Getting Started
Colors are beautiful! They’re all around us — even in our apps. But adding colors to your app can be difficult to manage; some may work together, while others may not. Even worse, if you select the...
View ArticleAndroid ListView Tutorial with Kotlin
Update Note: This tutorial is now up to date with the latest version of Android Studio version 3.0.1, and uses Kotlin for app development. Update by Joe Howard. Original tutorial by Odie Edo-Osagie....
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 2: Models And Fluent
In this video you will learn how to create models using Fluent, and how to configure your databases. The post Video Tutorial: Server Side Swift with Vapor Part 2: Models And Fluent appeared first on...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 2: Controllers and CRUD
Learn how to create controllers to organize routes and how to save and retrieve models using Fluent. The post Video Tutorial: Server Side Swift with Vapor Part 2: Controllers and CRUD appeared first on...
View ArticleReaders’ App Reviews – February 2018
Now that the year has begun, everyone has been hard at work on some cool new apps. Let’s check them out! I’m honored you are taking a quick break to see what the community has been building. Every...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 2: Finishing CRUD
Learn how to retrieve individual models in Fluent using parameters and learn how to update and delete models using Fluent. The post Video Tutorial: Server Side Swift with Vapor Part 2: Finishing CRUD...
View ArticleVideo Tutorial: Server Side Swift with Vapor Part 2: Challenge: Users And...
Now it's time to put all of your new knowledge to the test and create your own models and controllers. The post Video Tutorial: Server Side Swift with Vapor Part 2: Challenge: Users And Categories...
View Article