← All blog series



















Swift with Copilot
Learn Swift basics with help from GitHub Copilot — first program in VS Code, manipulate strings, work with dates, sort lists, leap-year checks and small algorithm exercises. 20 episodes.
20 posts
0

Swift in VSCode: Write the first hello world program
Sandy Lane•Video•Quiz available
1

Swift in VSCode: Create a list of 5 random numbers
Sandy Lane•Video•Quiz available
2

Swift with Copilot: Sort a list of numbers
Sandy Lane•Video•Quiz available
3

Swift with Copilot: Sort list ascending and descending
Sandy Lane•Video•Quiz available
4

Swift: What day is today?
Sandy Lane•Video•Quiz available
5

Swift: What is the exact day of 2023-01-02
Sandy Lane•Video•Quiz available
6

Swift reverse a string word by word
Sandy Lane•Video•Quiz available
7

Swift: Is 2023 a leap year?
Sandy Lane•Video•Quiz available
8

Swift: Capitalize and decapitalize a list
Sandy Lane•Video•Quiz available
9

Swift: Create a random list of 5 numbers between 1 to 100
Sandy Lane•Video•Quiz available
10

How many days are there in the month of December in the year 2023?
Sandy Lane•Video•Quiz available
11

Swift: Sum an array of integers using reduce
Sandy Lane•Video•Quiz available
12

Swift: Function vs Closure
Sandy Lane•Video•Quiz available
13

Swift: Add 2 numbers using function and closure
Sandy Lane•Video•Quiz available
14

Swift: Add 1 to each element in the array
Sandy Lane•Video•Quiz available
15

Swift: Merge 2 integer arrays
Sandy Lane•Video•Quiz available
16

Swift: Remove duplicates from array
Sandy Lane•Video•Quiz available
17

Swift: UUID to odd or even number
Sandy Lane•Video•Quiz available
18

Swift: Swap random elements in array
Sandy Lane•Video•Quiz available
19

Swift: Pass a closure to a function
Sandy Lane•Video•Quiz available