Using Realm makes our code clean and easy to communicate with local database. Realm includes List class which is quite powerful. I did use it but didn’t know the actual […]
![Realm: Advantage using List [iOS][Swift]](https://cdn.statically.io/img/santoshm.com.np/wp-content/uploads/2019/11/RealmList.jpg?quality=100&f=auto)
Using Realm makes our code clean and easy to communicate with local database. Realm includes List class which is quite powerful. I did use it but didn’t know the actual […]
You can simply ignore files in Laravel by mentioning file name(.env) in .gitignore file. But why you are not able to ignore .env? Curious? Well, I was too not able […]
Laravel framework is awesome to use. But for beginners, it might be irritating to fix the issue where user needs to goto /public file to access newly created project. If […]
Hello everyone! Today I am going to show you how you can trigger a method after certain duration which executes only after you stop typing. Well, you might think there […]
Are you wondering how to make website live immediately after the code is push to Masterusing Gitlab? If so, you are at the right place. It is possible to directly […]
Are you tired of youtube ads? I do have some solutions which doesn’t require any plugin. Follow my steps below and hopefully, this might work. I tried myself and it’s […]
You must be an Itunes Connect Admin or Technical user in order to deliver content or metadata”(1070) App upload issue from Xcode 10.2.1 I recently uploaded my app from Xcode […]
Let’s suppose you have private property like I mentioned above. Now you might think, `name` property is not accessible right? But you are wrong. It can be accessed using NSPredicate. […]
Wouldn’t it be great if you can capture a video with a timer. Yes, it would be. With jailbreak, most of the features are possible. But what about getting this […]