Blue Yeti Microphone
Rode Stand
Spider Shock Mount
Mac Keyboard Cover
Screenflow - recording software
Difference between a constant (let) and variable (var) in Swift
The difference between let and var can be confusing in Swift so let’s clear up the difference. let is what is known as a constant. Once you set it once you cannot change it, like your Age it life it cannot be changed! For Example: let myAge = 24 var also known as variable can […]