In programming, you will inevitably need to use the same functions in different projects. Maybe you have a super-cool sorting algorithm or are just tired of typing out the same stuff for a pickerView. Enter Code Snippets In short: Type out some code you use all the time Select it Right click and click on… Continue reading Xcode – Code Snippets… It’s about (saving) time.
Down The Rabbit Hole with the Back-Tick
I made a MySQL query a few days ago and came across a problem to be mindful of. Or so I thought. phpMyAdmin is a really great tool for learning MySQL queries. Often, when you click on something, phpMyAdmin will reveal the SQL query that was made to get the result you were looking for.… Continue reading Down The Rabbit Hole with the Back-Tick
Hello world! – No, really, Hi!
It’s where it all starts for anyone learning to code. We start with the very basics and build our skillsets one piece at a time. As I add those pieces I’ll post about them here. Maybe I’ll find it helpful later on to look back on my failures and successes. Maybe it’ll help someone else.… Continue reading Hello world! – No, really, Hi!