Skip to content

GirishCodeAlchemy/alchemy-2024-SWIFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alchemy-2024

Swift Learning

1. Installation

or

  • Devloper container
    • try out the VS Code Remote - Containers extension
    • If this is your first time using a development container, please follow the getting started steps.
    • create the .devcontainer folder and add the devcontainer.json
    • find the latest swift Docker Image
    • Press F1 and select the Dev Containers: Open Folder in Container... command.
    • Select the cloned copy of this Repo, wait for the container to start, and try things out!

2. Learning

Look Inside directory for each day to learn swift

  • Day 1 --> First sample swift program
  • Day 2 --> Variables and datatype
  • Day 3 --> Swift Operators, Typecasting
  • Day 4 --> Conditions, logical & ternary operators
  • Day 5 --> Switch , Arrays
  • Day 6 --> Dictionary
  • Day 7 --> Various loops
  • Day 8 --> Swift Functions