All Stories
Codable JSON Parsing
One of the reasons why you should learn this is, first, because you’re an iOS developer. You need to trim down the size of your app by avoiding 3rd party frameworks. Now, let’s look a...
In Tutorial, Swift, Oct 02, 2019Why I Prefer Cloud Firestore Than Realtime Database
This is just a brief insight on why I prefer using Firestore. At first, I was hesitant to dive into Firestore, because I thought there wasn’t really much difference. I saw videos and ...
In Tutorial, Firestore, Firebase, Oct 01, 2019Top 5 Github Pages Portfolio Templates
As a developer, I’d like to host my portfolio somewhere free and somewhere familiar to developers. Oh wait! I know where that is. These templates are forkable and for each one of thes...
In Portfolio, Github, Pages, Oct 01, 2019@State to @ObjectBinding Modifier
Notice how Scott changed from @State to @ObjectBinding. He started discussing BindableObject at 5:17. That’s because you can only use @State with local properties in the struct view. ...
In Tutorial, SwiftUI, Oct 01, 2019A Better EmptyView In An Empty CollectionView
One of the most lovely codes I’ve found is to turn an empty view into something more informative than showing nothing. As you can see, I have two labels in place of my collection view...
In Tutorial, Improvise, Oct 01, 2019Using Cloud Functions To Create Remote Notifications With Firebase In Swift 5 and Javascript
This is tested using Firebase Realtime Database, not with Firestore. Before all of these, I assume you have already been using the realtime database. More importantly, you already hav...
In Tutorial, Swift, Notification, Sep 30, 2019Use Jekyll Manager Instead of Jekyll Admin
I was hesitant in making a change at first, since I just started blogging using Jekyll. Looking at how updates are freshly being added to the jekyll-admin library made me think it’s m...
In Jekyll, Admin, Manager, Sep 29, 2019!= VS. NOT Filter In Realm Swift
Instead of using != as your not equal, you can or should use NOT instead. I’m writing this post because I just can’t seem != to work as part of my predicate. I was struggling to find ...
In Tutorial, Sep 29, 2019Eureka LocationRow
If you’re a newbie on this, you might not actually figure this out quick. Apparently, it’s only a quick tour to the example project in Eureka. Particularly in CustomCells.swift. Just ...
In Tutorial, Sep 28, 2019Featured
-
Notification And Observer: The Basics
In Tutorial, Swift, -
My First Post On Reddit
In Review, Blog, -
How Static Is Used
In Tutorial, Swift, -
MapKit Theme Style Overlay Swift 5
In Tutorial, MapKit, Swift, -
Where Better To Understand Semaphores (Swift)
In Tutorial, Swift, -
Sean Allen Finally Learns SwiftUI
In Promotion, -
A Better EmptyView In An Empty CollectionView
In Tutorial, Improvise, -
Using Cloud Functions To Create Remote Notifications With Firebase In Swift 5 and Javascript
In Tutorial, Swift, Notification, -
Use Jekyll Manager Instead of Jekyll Admin
In Jekyll, Admin, Manager, -
Eureka LocationRow
In Tutorial, -
Issues With My First App Store Connect Submission
In Publish, -
A Free Blog Using Mundana Jekyll Theme In Github Pages
In Jekyll, Tutorial, Admin,