I was a part of a startup as an iOS app developer for about a […]
Category: Data
SQL Server – Overview of Common Table Expressions
What is a Common Table Expression (CTE)? Funny side story, I would call them a […]
Quick Swift – Using Storyboard References
Language: Swift 3 OS: iOS 9+ Before iOS 9 came out, to hop from one […]
Coding – A Changeset Nightmare
Being such a noob, I always run into situations where I need to decide to […]
Quick Swift – Segment Control to Display View Controllers
Using Swift 3 In this tutorial, we’re going to use a segment control to display […]
Quick Swift – Play Video in UITableViewCell
Coded using Swift 3 Add a table view controller to the main storyboard. Stretch out […]
Quick Swift – Validate Age Using Date Picker
Say you’re building an app where you need to verify the user’s age to be […]
SQL Server – Login vs User
Essentially Logins are on the Server level, whereas Users are on the Database level; Logins […]
Visual Studio – Fix Invalid Database Version Reference
In a nutshell – either update the target platform of the SQL database project to […]
SSIS/C# – Removing Blank Line at End of File
In a nutshell – remove the newline at the end of the previous line because […]