Cisco-Ausbildung

Insoft Services ist einer der wenigen Schulungsanbieter in EMEAR, der ein umfassendes Angebot an Cisco-Zertifizierungen und spezialisierten Technologieschulungen anbietet.

Lesen Sie mehr

Cisco Zertifizierungen

Erleben Sie einen Blended-Learning-Ansatz, der das Beste aus von Lehrern geleiteten Schulungen und E-Learning zum Selbststudium kombiniert, um sich auf Ihre Zertifizierungsprüfung vorzubereiten.

Lesen Sie mehr

Cisco Learning Credits

Cisco Learning Credits (CLCs) sind Prepaid-Schulungsgutscheine, die direkt bei Cisco eingelöst werden und die Planung für Ihren Erfolg beim Kauf von Cisco-Produkten und -Services erleichtern.

Lösen Sie Ihre CLCs ein

Cisco Continuing Education

Das Cisco Continuing Education Program bietet allen aktiven Zertifizierungsinhabern flexible Optionen zur Rezertifizierung, indem sie eine Vielzahl von in Frage kommenden Schulungselementen absolvieren.

Lesen Sie mehr

Cisco Digital Learning

Zertifizierte Mitarbeiter sind GESCHÄTZTE Vermögenswerte. Erkunden Sie die offizielle Digital Learning Library von Cisco, um sich durch aufgezeichnete Sitzungen weiterzubilden.

CDLL-Katalog

Cisco Business Enablement

Das Cisco Business Enablement Partner Program konzentriert sich auf die Verbesserung der Geschäftsfähigkeiten von Cisco Channel Partnern und Kunden.

Lesen Sie mehr

Cisco Schulungskatalog

Lesen Sie mehr

Technische Zertifizierung

Das Fortinet Network Security Expert (NSE) -Programm ist ein achtstufiges Schulungs- und Zertifizierungsprogramm, um Ingenieuren ihre Netzwerksicherheit für Fortinet FW-Fähigkeiten und -Erfahrungen beizubringen.

Technische Kurse

Fortinet-Ausbildung

Insoft ist als Fortinet Authorized Training Center an ausgewählten Standorten in EMEA anerkannt.

Lesen Sie mehr

Fortinet Schulungskatalog

Lesen Sie mehr

ATC Status

Überprüfen Sie unseren ATC-Status in ausgewählten Ländern in Europa.

Lesen Sie mehr

Fortinet Service-Pakete

Insoft Services hat eine spezielle Lösung entwickelt, um den Prozess der Installation oder Migration zu Fortinet-Produkten zu rationalisieren und zu vereinfachen.

Lesen Sie mehr

Microsoft-Ausbildung

Insoft Services bietet Microsoft-Schulungen in EMEAR an. Wir bieten technische Schulungen und Zertifizierungskurse von Microsoft an, die von erstklassigen Instruktoren geleitet werden.

Technische Kurse

Extreme-Ausbildung

Erfahren Sie außergewöhnliche Kenntnisse und Fähigkeiten von Extreme Networks.

Technische Kurse

Technische Zertifizierung

Wir bieten einen umfassenden Lehrplan für technische Kompetenzen zur Zertifizierung an.

Lesen Sie mehr

Extreme Schulungskatalog

Hier finden Sie alle Extreme Networks online und den von Lehrern geleiteten Kalender für den Klassenraum.

Lesen Sie mehr

ATP-Akkreditierung

Als autorisierter Schulungspartner (ATP) stellt Insoft Services sicher, dass Sie die höchsten verfügbaren Bildungsstandards erhalten.

Lesen Sie mehr

Lösungen & Dienstleistungen

Wir bieten innovative und fortschrittliche Unterstützung bei der Konzeption, Implementierung und Optimierung von IT-Lösungen. Unsere Kundenbasis umfasst einige der größten Telcos weltweit.

Beratungspakete

Ein weltweit anerkanntes Team von zertifizierten Experten unterstützt Sie bei einem reibungsloseren Übergang mit unseren vordefinierten Beratungs-, Installations- und Migrationspaketen für eine breite Palette von Fortinet-Produkten.

Über uns

Insoft bietet autorisierte Schulungs- und Beratungsdienstleistungen für ausgewählte IP-Anbieter. Erfahren Sie, wie wir die Branche revolutionieren.

Lesen Sie mehr
  • +49 6151 277 6496
  • Professional Swift

    Duration
    3 Tage
    Delivery
    (Online Und Vor Ort)
    Price
    Preis auf Anfrage
    The Professional Swift course takes you into the world of Swift “ an open-source multi-paradigm language that has a clean syntax is easy to maintain and encourages interactive coding. You will start by learning the concepts of value types, JSON encoding and decoding, and the software architecture of Swift and frameworks. You will then learn about protocols, generics, and how to transition to protocol-oriented programming. You will also learn and evaluate the iOS architectural patterns in detail. By the end of this course, you will confidently create applications by using Swift features. Speed and easy maintenance are key factors that affect the performance and popularity of applications. This course teaches you how to use the features of Swift to create superlative applications.

    We begin the course by learning about value types (structs and enums), and when they are preferable over classes. We also learn about the copy-on-write technique and how to implement it ourselves. Then we learn how to load JSON from web APIs into our custom types, and how to export that content out again. Finally, we learn how to create frameworks, and import other frameworks using CocoaPods or Carthage.

    We move on to learn advanced uses of Swift protocols and how protocol-oriented development improves efficiency and leads to more maintainable and reusable code. Then we learn about generics, and how they enable us to support multiple types without duplication. Later in the course, we discover different ways to structure a complete iOS app from scratch. We begin the discussion with the well-known MVC pattern and cover every other trending architecture in the iOS world.

    After completing this course, you will be able to:

    • Load content from web APIs into structs
    • Use methods to store structs to files
    • Implement the copy-on-write technique
    • Describe protocols and protocol-oriented programming in depth
    • Write code with less duplication using generics
    • Evaluate different architectural patterns for iOS apps
    • Create an iOS app using Redux.

    LESSON 1: VALUE TYPES

    • Reference versus Value Types
    • Structs
    • Enums

    LESSON 2: ENCODING AND DECODING

    • JSON Decoding
    • JSON Encoding

    LESSON 3: SWIFT FRAMEWORKS

    • Creating a framework
    • CocoaPods
    • Carthage

    LESSON 4: SWIFT PROTOCOLS

    • Protocol Syntax Basics
    • Using Protocols as Types
    • Mutating Method Requirements

    LESSON 5: TRANSITIONING TO PROTOCOL-ORIENTED PROGRAMMING

    • Comparing Object-Oriented and Protocol-Oriented Programming
    • Implement Employee as a Simple Swift Struct
    • Refactoring Employee with an Object-Oriented Approach
    • Refactoring Employee with a Protocol-Oriented Approach

    LESSON 6: GENERICS

    • Basics of Generics
    • Creating Generic Types
    • Generic Extensions
    • Associated Types

    LESSON 7: SOFTWARE DESIGN

    • The Need for Architectural Patterns
    • The Original MVC Report
    • Apples MVC

    LESSON 8: MVC ALTERNATIVES

    • Apples MVC in Practice
    • MVVM (Model-View-ViewModel)
    • VIPER

    LESSON 9: UNIDIRECTIONAL DATA FLOW

    • Identifying Side Effects of Functions
    • Unidirectional Data Flow
    • Redux in iOS

    This is an ideal course for you if you want to improve your Swift skills and move into the professional app development world. You will benefit the most from this course if you already know the following concepts of Swift:

    • Basic syntax
    • Optionals
    • Functions and closures
    • Classes

    It is assumed that you are familiar with Xcode. Any additional iOS application development experience, either using Swift or Objective-C, will be an advantage for you.

     

    Hardware:

    • For an optimal experience with the hands-on labs and other practical activities, we recommend the following hardware configuration:

    A Mac computer capable of running macOS Sierra 10.12, such as:

    • MacBook (Late 2009 or newer)
    • MacBook Pro (Mid 2010 or newer)
    • MacBook Air (Late 2010 or newer)
    • Mac mini (Mid 2010 or newer)
    • iMac (Late 2009 or newer)
    • Mac Pro (Mid 2010 or newer)

    Software:

    • Operating system: macOS Sierra 10.12.6+
    • Xcode 9
    • Safari browser
    The Professional Swift course takes you into the world of Swift “ an open-source multi-paradigm language that has a clean syntax is easy to maintain and encourages interactive coding. You will start by learning the concepts of value types, JSON encoding and decoding, and the software architecture of Swift and frameworks. You will then learn about protocols, generics, and how to transition to protocol-oriented programming. You will also learn and evaluate the iOS architectural patterns in detail. By the end of this course, you will confidently create applications by using Swift features. Speed and easy maintenance are key factors that affect the performance and popularity of applications. This course teaches you how to use the features of Swift to create superlative applications.

    We begin the course by learning about value types (structs and enums), and when they are preferable over classes. We also learn about the copy-on-write technique and how to implement it ourselves. Then we learn how to load JSON from web APIs into our custom types, and how to export that content out again. Finally, we learn how to create frameworks, and import other frameworks using CocoaPods or Carthage.

    We move on to learn advanced uses of Swift protocols and how protocol-oriented development improves efficiency and leads to more maintainable and reusable code. Then we learn about generics, and how they enable us to support multiple types without duplication. Later in the course, we discover different ways to structure a complete iOS app from scratch. We begin the discussion with the well-known MVC pattern and cover every other trending architecture in the iOS world.

    After completing this course, you will be able to:

    • Load content from web APIs into structs
    • Use methods to store structs to files
    • Implement the copy-on-write technique
    • Describe protocols and protocol-oriented programming in depth
    • Write code with less duplication using generics
    • Evaluate different architectural patterns for iOS apps
    • Create an iOS app using Redux.

    LESSON 1: VALUE TYPES

    • Reference versus Value Types
    • Structs
    • Enums

    LESSON 2: ENCODING AND DECODING

    • JSON Decoding
    • JSON Encoding

    LESSON 3: SWIFT FRAMEWORKS

    • Creating a framework
    • CocoaPods
    • Carthage

    LESSON 4: SWIFT PROTOCOLS

    • Protocol Syntax Basics
    • Using Protocols as Types
    • Mutating Method Requirements

    LESSON 5: TRANSITIONING TO PROTOCOL-ORIENTED PROGRAMMING

    • Comparing Object-Oriented and Protocol-Oriented Programming
    • Implement Employee as a Simple Swift Struct
    • Refactoring Employee with an Object-Oriented Approach
    • Refactoring Employee with a Protocol-Oriented Approach

    LESSON 6: GENERICS

    • Basics of Generics
    • Creating Generic Types
    • Generic Extensions
    • Associated Types

    LESSON 7: SOFTWARE DESIGN

    • The Need for Architectural Patterns
    • The Original MVC Report
    • Apples MVC

    LESSON 8: MVC ALTERNATIVES

    • Apples MVC in Practice
    • MVVM (Model-View-ViewModel)
    • VIPER

    LESSON 9: UNIDIRECTIONAL DATA FLOW

    • Identifying Side Effects of Functions
    • Unidirectional Data Flow
    • Redux in iOS

    This is an ideal course for you if you want to improve your Swift skills and move into the professional app development world. You will benefit the most from this course if you already know the following concepts of Swift:

    • Basic syntax
    • Optionals
    • Functions and closures
    • Classes

    It is assumed that you are familiar with Xcode. Any additional iOS application development experience, either using Swift or Objective-C, will be an advantage for you.

     

    Hardware:

    • For an optimal experience with the hands-on labs and other practical activities, we recommend the following hardware configuration:

    A Mac computer capable of running macOS Sierra 10.12, such as:

    • MacBook (Late 2009 or newer)
    • MacBook Pro (Mid 2010 or newer)
    • MacBook Air (Late 2010 or newer)
    • Mac mini (Mid 2010 or newer)
    • iMac (Late 2009 or newer)
    • Mac Pro (Mid 2010 or newer)

    Software:

    • Operating system: macOS Sierra 10.12.6+
    • Xcode 9
    • Safari browser
      Termine
      Datum auf Anfrage

    Follow Up Courses

    Filter
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 2 Tage
      Datum auf Anfrage
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.