Using Swift 3 In this tutorial, we’re going to use a segment control to display […]
Author: John
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 […]
Book Review – Awakening the Giant Within
It’s been awhile, but I happened to stumble on my notes for this book, so […]
What’s so wrong with a cubicle job?
When I was growing up, I often heard people saying “You’re going to end up […]
My Productivity Hacks
First, these aren’t hacks, I just thought that was a catchy term. Also, I’ll be […]
Life – Importance of Soft Skills
So first, what are soft skills? The first line in Wikipedia defines it as “Soft skills […]
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 […]