Kelsey CreehanA Beginner’s Explanation of MVC ArchitectureMVC is a software architectural design pattern that was introduced in the 70’s. Websites were starting to evolve into much more complex…Feb 16, 2021Feb 16, 2021
Kelsey CreehanFetch & Parse API Data with SwiftMost apps out there rely on some external source of data, so learning how to retrieve data from an API and integrate it into your app is a…Feb 9, 2021Feb 9, 2021
Kelsey CreehanUnderstanding RESTful API ArchitectureMany APIs are built on what is referred to as a RESTful framework. REST stands for representational state transfer, and is a convention…Feb 2, 2021Feb 2, 2021
Kelsey CreehanJavascript Closures, Put SimplyClosure is a programming technique, that (much like recursion) is often over-complicated and can cause unnecessary headaches. However…Jan 26, 2021Jan 26, 2021
Kelsey CreehanEasily Store Django Variables and Parameters with DecoupleI’ve recently been dipping my toes into python, and upon successfully setting up my first functioning Django back-end with auth, I…Jan 19, 2021Jan 19, 2021
Kelsey CreehanHow Recursion Actually WorksRecursion in a concept that is both confusing and intimidating for many — especially for those beginners without a computer science or…Jan 12, 2021Jan 12, 2021
Kelsey CreehanThe Secret to Code Bootcamp SuccessAs “code school” bootcamps steadily grow in popularity as a career change catalyst or credible college alternative, more people are asking…Nov 8, 2020Nov 8, 2020
Kelsey CreehanThe Educational Goldmine of Pair ProgrammingAs one of the established practices of Extreme Programming, pair programming is by no means a new exercise, but it’s one that is both…Sep 25, 2020Sep 25, 2020