16.12.2019
Raw Notes: Full-Stack Software Engineer System Design
System design is all about bottlenecks and choosing the right solution to make that bottleneck more efficient and…
06.12.2019
MVVM vs MVC
Just like a building requires a solid base, applications require a design/architectural pattern that would make the code…
24.08.2019
iOS: Programmatic UI vs. StoryBoard UI
Storyboards Pros Good for beginners in trying to figure out application flow Can be easier to layout UI…
17.08.2019
Human Interface Guideline
In efforts to become a well-informed and competent iOS developer, as a software engineer or someone who comes…
10.08.2019
View Controller Lifecycle: iOS
When it comes to iOS development the back bone of most of your apps will be UIViewControllers. These…
03.08.2019
Closures
Documenting my journey of becoming an iOS developer. This post explains the concept of closures: what they are…
28.07.2019
General Overview of Model View Controller (MVC)
So, you want to get in to mobile programming or simply curious as to how an app functions…