Mar 17, 2020 3 min
How to start with React Native
In this article, I’ll tell you what you need to bootstrap a React Native app.
Mar 23, 2017 10 min
Core Data on iOS 10, a brief overview with an Example
Core Data is a framework, provided by Apple, to be used on Applications for iOS and macOS. As Apple states, it is not a database, but instead a persistence framework that commonly uses SQLite to…