{infiniteZest}
// Articles. Tutorials. Utilities.
Home  |   Search  |   Login  
Categories Skip Navigation Links
New / All
AJAX
Apple
ASP.NET
.NET
Git
Google / Android
Python / IronPython
Miscellaneous
SQL Server

Welcome to infiniteZest.com!

Article Listing
Sort By:
icon-swift-series.jpg
This series of articles goes through the basics of Swift. It introduces Playgrounds and REPL; Variables and Constants; Int, Float, Bool; Tuples, Type Aliases, Type Inference, Type Safety, and more.
icon-swift-article.jpg
This article introduces the Playgrounds - a powerful tool to learn and play with Swift code. It also talks about REPL command line interpreter and IBM’s Swift Sandbox.
icon-swift-test.jpg
Test on playgrounds and REPL in Swift.
icon-swift-article.jpg
This article talks about variables and constants and how Swift forces you to choose var (a variable) or let (a constant) right at the time of declaration.
icon-swift-test.jpg
Test on variables (var) and constants (let) in Swift
icon-swift-article.jpg
This article discusses code commenting for various purposes, including generating documentation.
icon-swift-test.jpg
Test on comments, structured comments, and markup in Swift
icon-swift-article.jpg
Tags: int, types, swift
This article goes through the usage of various integer types in Swift (including Int and UInt).
icon-swift-test.jpg
Tags: int, types, swift
Test on Integer types in Swift.
icon-swift-article.jpg
This article talks about decimal numbers in Swift, including Float, Double, and CGFloat. Also talks about Binary, Octal, and Hexadecimal representations.
Page 1 : Article 1 to 10 of 223
About  Contact  Privacy Policy  Site Map