Pinned Repositories
BoardTimer
A minimalist iOS timer app for checkers and chess.
cs193p-SwiftUI
The solutions to the assignments of the cs193p course, covering SwiftUI.
cs193p-UIKit
The solutions for each assignment presented in Stanford's "developing iOS 11 apps with swift" course.
FreeCodeCamp
FreeCodeCamp's challanges
github-profiles-app
An app that fetches and displays Github profiles, using structured concurrency and SwiftUI.
Habit-Calendar
A simple habit tracking iOS app
hack-assembler-c
Implementation of Nand2tetris Hack assembler in C
hack-assembler-swift
Swift implementation of the Hack assembler (nand2tetris)
PiPlayground
A simple iOS app exploring how Picture in Picture works
Virtual-Tourist
An app that lets its users keep and check multiple photo albums associated with the entered locations.
TiagoMaiaL's Repositories
TiagoMaiaL/cs193p-SwiftUI
The solutions to the assignments of the cs193p course, covering SwiftUI.
TiagoMaiaL/PiPlayground
A simple iOS app exploring how Picture in Picture works
TiagoMaiaL/github-profiles-app
An app that fetches and displays Github profiles, using structured concurrency and SwiftUI.
TiagoMaiaL/from-closures-to-async-await
Sample code demonstrating how to use async/await in Swift, using UIKit
TiagoMaiaL/SortVisualizer
A simple MacOS application that performs empirical tests on different sorting algorithms.
TiagoMaiaL/swiftUI-env-lifecycle
Understanding when the environment gets released, for apps with mixed UIs (UIKit with SwiftUI).
TiagoMaiaL/Type-Racer
TypeRacer is a website where people compete against each other to see who can type the fastest.
TiagoMaiaL/hack-assembler-c
Implementation of Nand2tetris Hack assembler in C
TiagoMaiaL/hack-assembler-swift
Swift implementation of the Hack assembler (nand2tetris)
TiagoMaiaL/Alamofire
Elegant HTTP Networking in Swift
TiagoMaiaL/computer-logic-project
TiagoMaiaL/CS50
The assignment solutions to the Harvard's CS50 course.
TiagoMaiaL/cs6.00.1x
Notes and solutions to the exercises from the CS6001x course on edx (from MIT)
TiagoMaiaL/cs61a-sp11
course cs61a at berkeley, spring 2011
TiagoMaiaL/FunctionsGraph
Graphing some mathematical functions using SwiftUI
TiagoMaiaL/iOS-Developer-Roadmap
Roadmap to becoming an iOS developer in 2018.
TiagoMaiaL/iOSDevDirectory
The iOS Dev Directory
TiagoMaiaL/Programming-Problems
Some algorithm problems and their solutions.
TiagoMaiaL/Ressuscitou-iOS
iOS app for the Brazilian community of singers of the Neocatechumenal Way.
TiagoMaiaL/studying-algorithms
A place where I put my notes, experiences, and implementations related to my algorithm studies.
TiagoMaiaL/swift-argument-parser
Straightforward, type-safe argument parsing for Swift
TiagoMaiaL/swift-async-algorithms
Async Algorithms for Swift
TiagoMaiaL/swift-docc
Documentation compiler that produces rich API reference documentation and interactive tutorials for your Swift framework or package.
TiagoMaiaL/swift-evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
TiagoMaiaL/swift-request
Declarative HTTP networking, designed for SwiftUI
TiagoMaiaL/swift-syntax
A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
TiagoMaiaL/TheAlgorithms-Swift
All Algorithms implemented in Swift
TiagoMaiaL/time
Building a better date/time library for Swift
TiagoMaiaL/UC-Berkley-61A
The assignments and the code related to the 61A course, SICP, and Simply Scheme books.
TiagoMaiaL/understanding-property-wrappers
A playground explaining how property wrappers work.