← 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

Swift in VSCode: Write the first hello world program

Sandy LaneVideoQuiz available
1
Swift in VSCode: Create a list of 5 random numbers

Swift in VSCode: Create a list of 5 random numbers

Sandy LaneVideoQuiz available
2
Swift with Copilot: Sort a list of numbers

Swift with Copilot: Sort a list of numbers

Sandy LaneVideoQuiz available
3
Swift with Copilot: Sort list ascending and descending

Swift with Copilot: Sort list ascending and descending

Sandy LaneVideoQuiz available
4
Swift: What day is today?

Swift: What day is today?

Sandy LaneVideoQuiz available
5
Swift: What is the exact day of 2023-01-02

Swift: What is the exact day of 2023-01-02

Sandy LaneVideoQuiz available
6
Swift reverse a string word by word

Swift reverse a string word by word

Sandy LaneVideoQuiz available
7
Swift: Is 2023 a leap year?

Swift: Is 2023 a leap year?

Sandy LaneVideoQuiz available
8
Swift: Capitalize and decapitalize a list

Swift: Capitalize and decapitalize a list

Sandy LaneVideoQuiz available
9
Swift: Create a random list of 5 numbers between 1 to 100

Swift: Create a random list of 5 numbers between 1 to 100

Sandy LaneVideoQuiz available
10
How many days are there in the month of December in the year 2023?

How many days are there in the month of December in the year 2023?

Sandy LaneVideoQuiz available
11
Swift: Sum an array of integers using reduce

Swift: Sum an array of integers using reduce

Sandy LaneVideoQuiz available
12
Swift: Function vs Closure

Swift: Function vs Closure

Sandy LaneVideoQuiz available
13
Swift: Add 2 numbers using function and closure

Swift: Add 2 numbers using function and closure

Sandy LaneVideoQuiz available
14
Swift: Add 1 to each element in the array

Swift: Add 1 to each element in the array

Sandy LaneVideoQuiz available
15
Swift: Merge 2 integer arrays

Swift: Merge 2 integer arrays

Sandy LaneVideoQuiz available
16
Swift: Remove duplicates from array

Swift: Remove duplicates from array

Sandy LaneVideoQuiz available
17
Swift: UUID to odd or even number

Swift: UUID to odd or even number

Sandy LaneVideoQuiz available
18
Swift: Swap random elements in array

Swift: Swap random elements in array

Sandy LaneVideoQuiz available
19
Swift: Pass a closure to a function

Swift: Pass a closure to a function

Sandy LaneVideoQuiz available