Programming
Showing 1141–1152 of 1793 results
Learn Swift: Closures
Sharpen your Swift skills by learning how to define and call higher-order functions using closures.
Learn Swift: Conditionals and Loops
Continue your Swift journey by learning how to make more efficient programs with conditionals and loops!
Learn Swift: Enumerations
Learn how to define raw and associated values and use enumerations to model data in Swift.
Learn Swift: Functions
Continue your Swift journey by learning functions — reusable and callable code blocks!
Learn Swift: Introduction
Learn the basics of Swift syntax and variables and build simple programs in this introduction to the Swift programming language.
Learn Swift: Optionals
Learn how to define functions and handle values that might be absent using optionals in Swift.
Learn Swift: Properties and Access Control
Explore some special types of properties and how access control works in Swift.
Learn Swift: Protocols and Generics
Write powerful functions, structs, classes, and enums that work with many different types by learning how to use protocols and generics.
Learn Swift: Structs and Classes
Continue your Swift journey by learning how to represent real-world objects using structs and classes!
Learn Testing for Web Development
Build better and more maintainable web applications through test-driven development.
Learn Testing for Web Development: Fundamentals
Build better and more maintainable web applications through test-driven development.
Learn Testing for Web Development: Model Testing
Learn how to create the model layer of a web application using Mongoose and TDD.