Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Rxswift And Rxcocoa Hands-On

Posted By: ELK1nG
Rxswift And Rxcocoa Hands-On

Rxswift And Rxcocoa Hands-On
Last updated 4/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.29 GB | Duration: 2h 38m

RxSwift and RxCocoa for beginners

What you'll learn
The lectures, videos and other resources will provide you with relevant information about reactive programming
You will learn how to use RxSwift and RxCocoa to develop better iOS apps
Since we’ll be using Xcode extensively throughout this course, you’ll get to improve your Xcode knowledge
You will get practical experience by using playgrounds for all the concepts explained in the lectures
You will learn how to transform a traditional app into a reactive one and evolve it further on through a mini series of episodes that support the lectures
And last but not least, you’ll get several Practical assignments and a final quiz to test your knowledge
Requirements
A Mac computer
Xcode
CocoaPods
An interest in improving yourself
Patience and a lot of perseverance to “try harder”
Description
Reactive programming was born as a way of meeting the developers’ constant struggle with the explosion in both the number of internet users and the technology powering apps. It’s not something new, yet an entirely different way of thinking, so many devs find it hard to cope with. Yet, once mastered, it offers many compelling benefits among which cleaner, more readable code base, easier to handle complex threading, and smoother, more responsive user experience.As the name suggests, we will cover the RxSwift and RxCocoa frameworks, learning new concepts in a practical hands-on approach. With these in mind, let’s see the topics that we will cover:Reactive Mindset. Observables and ObserversSubjects and TraitsOperators (filter, transform & combining)Handling errors & debuggingSchedulers+ Playgrounds & Build an IOS app reactivelyThis course is tailored for beginners in the reactive programming way of thinking and devs that aim to refresh their knowledge of RxSwift and RxCocoa. We will understand together the main concepts behind the reactive languages and the particularities of the RxSwift and RxCocoa frameworks. We will insist on "Why?" teams adopt the reactive way of developing apps, since we consider that it's important for students to understand WHAT we're trying to achieve and WHY.As pre-requisites for this class, you’ll need a Mac with Xcode installed, CocoaPods and previous knowledge of Swift programming language. Please see the links in the References slide of the lecture, if you need help configuring your environment. I recommend to take the latest versions whenever possible.To get the most out of this course, I advise to exercise all the steps described within the lectures and whenever a concept or idea is not fully explained or clearly understood, either reach out with questions on the Q&A section or consult online resources.

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: Reactive Mindset. Observables and Observers

Lecture 2 Reactive world - Observables and Observers

Lecture 3 Lab 1

Section 3: Subjects and Traits

Lecture 4 Subjects and Traits

Lecture 5 Lab 2

Section 4: Operators (filter, transform & combining)

Lecture 6 Operators

Lecture 7 Lab 3

Section 5: Handling errors & debugging

Lecture 8 Handling errors & debugging

Section 6: Schedulers

Lecture 9 Schedulers

Section 7: Practice by building a reactive Food app

Lecture 10 Food App Episode 1 : Transform a classic TableView App into a Reactive one

Lecture 11 Food App Episode 2 : Bind, Subscribe, onNext, Dispose.

Lecture 12 Food App Episode 3 : Subjects and Relays

Lecture 13 Food App Episode 4 : BehaviorRelay and Map Operator

Lecture 14 Food App Episode 5 : Search TableView with Map and Filer Operators

Lecture 15 Food App Episode 6 : RxDataSources

Lecture 16 Food App Episode 7 : Login form validations. combineLatest and withLatestFrom op

Lecture 17 Food App Episode 8 : Debug memory leaks

Section 8: Test your knowledge

Swift developers,Swift students,iOS architects,iOS testers,iOS technical analysts,iOS evangelists