Giter VIP home page Giter VIP logo

computer-science-with-ios's Introduction

Computer-Science-with-iOS

Data Structures

🔗 Linked List

📚 Stack

👫 Queue

📶 Heap

📁 LRU Cache
   NSCache

📱 iOS Knowledge

Memory Management
   ARC
   Heap and stack
   Memory segments
   Memort leaks and debugging them
   Retain cycles
   Deadlocks, race conditions, readers writers problem, thread explosion, priority inversion

Reference and Value Types
   Classes
   Structs
   Comparing classes and structs
   Functions
   Initializers

GCD
   Synchronous and asynchronous execution
   Differentiating synchronous and asynchronous calls/functions
   Queues - serial and concurrent
   QoS
   Priority inversion
   Threads
   Combine framework
   Operation and OperationQueue
   GCD APIs:
       Dispatch work items
       Dispatch groups
       Semaphores
       Dispatch Barrier

Pagination

Access Control

Statements
   Loop statements
   Branch statements
   Labeled statements
   Control transfer statements
   Defer statements
   Do statements
   Compiler control statements
   Availability Condition

Types

UIKit
   View hierarchy
   Hit testing
   View lifecycles
   Frame vs. bounds
   UITableView vs. UICollectionView
   UITableView
   UIScrollView

Enums

Higher Order Functions
   Map
   Filter
   Reduce

Closures
   Escaping closures
   Capturing
   Capture lists
   Memory issues with closures
   Scope

Error Handling

Data Persistence
   Core data
   User defaults
   File Manager

Software Architectural Patterns
   App architect intro
   MVC
   Atomic design pattern
   Protocol oriented programming
   Networking

App Frameworks / Libraries

Testing

SwiftUI
   View Construction
   Compared to UIKit
   View Layout

Optionals
   If let
   If var
   While let
   While var
   Doubly nested optionals
   Optional chaining
   Nil-coalescing operator

Communication Patterns
   Delegates and protocols
   Completion handlers
   Singleton
   Dependancy injection
   Notification center

Swift Keywords
   @objc
   @escaping
   @available
   @final
   @discardableResult
   @propertyWrapper
   Declarations
   Type aliases
   Stored Type Properties and Computed Properties
   Instance Properties and Type Properties
   Identifiers

Collection Protocols

Collection Types
   Under the hood of collections
   Different initializations
   Different APIs / operations
       Arrays

Foundation
   NSKeyedArchiver and NSKeyedUnarchiver
   URL Components
   URL Session
   Integer
   Sequence
       Sequence
       IteratorProtocol
       Stack as an iterator

Swift VS. ObjC
   Enums
   Generics
   Switch statements


Blogs and books that I find super useful

📎 a more extensive Resource List

Contact

computer-science-with-ios's People

Contributors

rinniswift avatar andrewcar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.