Skip to content

Commit

Permalink
Moving over content that we didn't cover in today's lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
JGL committed Nov 27, 2024
1 parent 4bbd818 commit 309c3a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 2 additions & 5 deletions docs/codingOne/lecture_10.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Diploma in Apple Development 🍎👩🏻‍💻: 2024/2025: Coding One: Lecture 10: Custom types and Swift Testing, Models and persistence.</title>
<title>Diploma in Apple Development 🍎👩🏻‍💻: 2024/2025: Coding One: Lecture 10: Custom types and Swift Testing.</title>
<!-- This whole presentation was made with Big: https://github.com/tmcw/big -->

<link href="../big/big.css" rel="stylesheet" type="text/css" />
Expand All @@ -26,7 +26,7 @@
</head>

<body>
<div>Diploma in Apple Development 🍎👩🏻‍💻: Coding One: Lecture 10: Custom types and Swift Testing, Models and persistence<br /><a href="../index.html">Back to slide index</a>.</div>
<div>Diploma in Apple Development 🍎👩🏻‍💻: Coding One: Lecture 10: Custom types and Swift Testing.<br /><a href="../index.html">Back to slide index</a>.</div>
<div>
👋🏻 Hi!
</div>
Expand All @@ -45,9 +45,6 @@
"SwiftData is a powerful and expressive persistence framework built for Swift. We'll show you how you can model your data directly from Swift code, use SwiftData to work with your models, and integrate with SwiftUI."
<br />
</div>
<div>
Let's continue Apple's <a href="https://developer.apple.com/tutorials/develop-in-swift/welcome-to-develop-in-swift-tutorials">Develop in Swift Tutorials</a> - moving onto: <a href="https://developer.apple.com/tutorials/develop-in-swift/save-data">Save data</a>, before finishing with <a href="https://developer.apple.com/tutorials/develop-in-swift/models-and-persistence-conclusion">Wrap-up: Models and persistence</a>.
</div>
<div>Homework:
<ol>
<li>Review today's content.</li>
Expand Down
9 changes: 6 additions & 3 deletions docs/codingOne/lecture_11.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Diploma in Apple Development 🍎👩🏻‍💻: 2024/2025: Coding One: Lecture 11: Navigation, editing, and relationships and Observation and shareable data models.</title>
<title>Diploma in Apple Development 🍎👩🏻‍💻: 2024/2025: Coding One: Lecture 11: Models and persistence, Navigation, editing, and relationships and Observation and shareable data models.</title>
<!-- This whole presentation was made with Big: https://github.com/tmcw/big -->

<link href="../big/big.css" rel="stylesheet" type="text/css" />
Expand All @@ -26,14 +26,17 @@
</head>

<body>
<div>Diploma in Apple Development 🍎👩🏻‍💻: Coding One: Lecture 11: Swift Data<br /><a href="../index.html">Back to slide index</a>.</div>
<div>Diploma in Apple Development 🍎👩🏻‍💻: Coding One: Lecture 11: Models and persistence, Navigation, editing, and relationships and Observation and shareable data models.<br /><a href="../index.html">Back to slide index</a>.</div>
<div>
👋🏻 Hi!
</div>
<div>First, don't forget to confirm your attendance using the Seats Mobile app!</div>
<div>Second, I'm going to start every lecture with a meditation from the fantastic <a href="https://www.shambhala.com/sittingstilllikeafrog/">Sitting Still Like a Frog book</a>, all read by Myla Kabat-Zinn. If you don't want to participate that's completely fine.</div>
<div>
Together, let's continue Apple's <a href="https://developer.apple.com/tutorials/develop-in-swift/welcome-to-develop-in-swift-tutorials">Develop in Swift Tutorials</a> - starting with: <a href="https://developer.apple.com/tutorials/develop-in-swift/navigate-sample-data">Navigate sample data</a>, finishing with <a href="https://developer.apple.com/tutorials/develop-in-swift/navigate-sample-data-conclusion">Wrap-up: Navigate sample data</a>.
Together, let's continue Apple's <a href="https://developer.apple.com/tutorials/develop-in-swift/welcome-to-develop-in-swift-tutorials">Develop in Swift Tutorials</a> - moving onto: <a href="https://developer.apple.com/tutorials/develop-in-swift/save-data">Save data</a>, before finishing with <a href="https://developer.apple.com/tutorials/develop-in-swift/models-and-persistence-conclusion">Wrap-up: Models and persistence</a>.
</div>
<div>
Let's continue Apple's <a href="https://developer.apple.com/tutorials/develop-in-swift/welcome-to-develop-in-swift-tutorials">Develop in Swift Tutorials</a> - starting with: <a href="https://developer.apple.com/tutorials/develop-in-swift/navigate-sample-data">Navigate sample data</a>, finishing with <a href="https://developer.apple.com/tutorials/develop-in-swift/navigate-sample-data-conclusion">Wrap-up: Navigate sample data</a>.
</div>
<div>
Let's continue Apple's <a href="https://developer.apple.com/tutorials/develop-in-swift/welcome-to-develop-in-swift-tutorials">Develop in Swift Tutorials</a> - continuing with: <a href="https://developer.apple.com/tutorials/develop-in-swift/create-update-and-delete-data">Create, update, and delete data</a>, finishing with <a href="https://developer.apple.com/tutorials/develop-in-swift/create-update-and-delete-data-conclusion">Wrap-up: Create, update, and delete data</a>.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h3>Coding One Lectures by Joel Gethin Lewis:</h3>
<li>Tuesday 12th November 2024, 0930-1330: <a href="codingOne/lecture_07.html">Lecture 7: Extensions, Generics, Errors and SwiftUI Navigation</a>.</li>
<li>Tuesday 19th November 2024, 0930-1330: <a href="codingOne/lecture_08.html">Lecture 8: Guard, Scope, Protocols and Swift Regex</a>.</li>
<li>Tuesday 26th November 2024, 0930-1330: <a href="codingOne/lecture_09.html">Lecture 9: Macros, Access Control and Advanced Operators</a>.</li>
<li>Day change: <b>Wednesday 27th November 2024, 0930-1330:</b> <a href="codingOne/lecture_10.html">Lecture 10: Custom types and Swift Testing, Models and persistence</a>.</li>
<li>Tuesday 3rd December 2024, 0930-1330: <a href="codingOne/lecture_11.html">Lecture 11: Navigation, editing, and relationships and Observation and shareable data models</a>.</li>
<li>Day change: <b>Wednesday 27th November 2024, 0930-1330:</b> <a href="codingOne/lecture_10.html">Lecture 10: Custom types and Swift Testing</a>.</li>
<li>Tuesday 3rd December 2024, 0930-1330: <a href="codingOne/lecture_11.html">Lecture 11: Models and persistence, Navigation, editing, and relationships and Observation and shareable data models</a>.</li>
<li>Tuesday 14th January 2025, 0930-1330: <a href="codingOne/lecture_12.html">Lecture 12: Mock Multiple choice test and Mock Practical exam</a>.</li>
<li>Tuesday 21st January 2025, 1000-1200: Lecture 13: Multiple Choice Test</a>.</li>
<li>Tuesday 28th January 2025, 1000-1200: Lecture 14: Practical Exam</a>.</li>
Expand Down

0 comments on commit 309c3a4

Please sign in to comment.