Filters

Hide filters
Platform
Subscription Type
Content Type
Difficulty
Advanced Filters
Include categories
Exclude categories
Select languages

Server-Side Swift · 151 Results

Server-Side Swift
Multiple Domains New
New Features at Kodeco — October 2023 Update
Make the most out of your time with Kodeco — check out the newest site features created just for you!
Multiple Domains New
DocC Tutorial for Swift: Automating Publishing With GitHub Actions
Learn how to automate export a Docc archive file using GitHub Actions, and publish it on the internet using GitHub Pages as a static website host.
Multiple Domains New
New Features at Kodeco — June 2023 Update
Make the most out of your time with Kodeco — check out the newest site features created just for you!
Multiple Domains New
Announcing Spring Sale: One-Year Personal Plans for Just $399!
Get complete and immediate access to a One-Year Kodeco Personal Plan for just $399 — that’s a massive savings of 33% over what you’d pay with the usual per-month price!
Multiple Domains
Two-Year Kodeco Plans for Just $599 – Limited Time!
Get complete and immediate access to a Two-Year Kodeco Personal Plan for just $599 — that’s half of what you’d pay with the usual per-month price! Limited time only.
Server-Side Swift
Supporting REST and HTML with a gRPC Microservice
Any microservice can become a gRPC microservice. gRPC and protobuf work together to bring more structure to building out APIs, even if your service has to work across different clients or support streams of data. The system generates model and networking code for the protocol — you define the API using a .proto file which […]
Multiple Domains
Professional Development Seminars 2023
You’ve built your development skills through our high-quality, up-to-date books and videos, and now it’s time to take things to the next level! Our Professional Development Seminars are live, bi-monthly events designed to connect you with top-tier developers and other professionals from our community, who are ready to share their hard-won and battle-tested advice with you, available exclusively to Annual Ultimate Pro Subscribers.
Multiple Domains
New Features at Kodeco — January 2023 Update
Make the most out of your time with Kodeco — check out the newest site features created just for you!
Multiple Domains
Our 2022 Cyber Week Deals are Live — And Bigger Than Ever
Time’s running out for Cyber Week: Books 40% off, one-year subscriptions just $399 and two-year subscriptions for $599! Don’t miss out!
Server-Side Swift
Server-Side Sign in with Apple
You may know how to set up Sign in with Apple in an iOS project, but most tutorials don’t actually cover what to do on the backend! In this course, you’ll learn just that. In the first part of this course you’ll learn how Sign in with Apple works and how it differs from regular authentication. You’ll see how to integrate it with your existing authentication flow to provide users the option to use their preferred authentication choice. You’ll also see how to allow users to sign in with both Sign in with Apple and a regular username and password. In the second part of this course you’ll learn how to adopt Sign in with Apple on the web and integrate it on a website. This allows you to offer Sign in with Apple no matter how your users are using your app.
Multiple Domains
New Name on the Block: raywenderlich.com Rebrands to Kodeco.com
The award-winning educational site raywenderlich.com, used by tens of thousands of mobile developers, today announces that it has rebranded as Kodeco.com.
Multiple Domains
To Infinity… And Far, Far Beyond
With the new Kodeco brand launched, CEO Matt Derrick reflects on what’s changed since 2021 and gives us a glimpse of what to expect in 2023 and beyond!
Multiple Domains
319 Days to Building a New Brand
Pivoting a global brand is as challenging as you would think! CEO Matt Derrick talks about the journey to Kodeco.com — and the pitfalls (narrowly) avoided.
Multiple Domains
Why Rebrand? The Backstory of raywenderlich.com
Kodeco is the new raywenderlich.com! Learn where it all started, and what led us to a rebrand.
Multiple Domains
Introducing Kodeco — The New raywenderlich.com
Kodeco is the new raywenderlich.com. Come learn about our fresh new brand, what’s new, and what’s staying the same as always!
Multiple Domains
Results Are In – State of Mobile Jobs Survey 2022!
See how you compare to your mobile developer peers by viewing the results of our State of Mobile Jobs Survey 2022!
Multiple Domains
New Features at raywenderlich.com — September 2022 Update
Make the most out of your time with raywenderlich.com — check out the newest site features created just for you!
Server-Side Swift
Performance-Profiling Swift on Linux: Getting Started
Learn how to profile Server-Side Swift with perf on Linux. You’ll discover the basic principles of profiling and how to view events, call-graph-traces and perform basic analysis.
Server-Side Swift
Advanced PostgreSQL With Vapor
Learn to use advanced PostgreSQL functionalities, joining tables, views, indexes and full-text search in your Vapor server app.
Multiple Domains
Join Us for our First State of Mobile Jobs Survey 2022!
See how you compare to your mobile developer peers by answering our State of Mobile Jobs Survey 2022!
Server-Side Swift
Building a React App With Server-Side Swift
In this tutorial, you’ll learn to create a dynamic web application with React.js and integrate it with a Vapor server-side application.
Multiple Domains
New Features at raywenderlich.com — July 2022 Update
Make the most out of your time with raywenderlich.com — check out the newest site features created just for you!
Server-Side Swift
Deploying Server-Side Swift Apps With Docker on Heroku
In this tutorial, you’ll learn how to deploy server-side applications developed in Vapor as well as Docker images of your application into Heroku.
Server-Side Swift
Introduction to Metrics in Server-Side Swift
In this Server-Side Swift tutorial you will learn how to use Vapor built-in metrics and how to create custom ones. The data is pulled and stored by Prometheus and visualized in beautiful graphs using Grafana.