Introduction In the world of server administration, ensuring that your data is backed up regularly is crucial to maintaining the integrity and availability of your services. One way to streamline […]
Understanding and Fixing Auto-Updating Timestamp Columns in Laravel
Introduction Timestamp columns in Laravel can be a powerful tool for tracking the creation and modification of records. However, they can also lead to unexpected behavior if not handled correctly. […]
Updating Realm Object Properties Without Extra Variables
Introduction Realm is a popular mobile database solution that offers seamless persistence for iOS applications. When working with Realm, you may encounter scenarios where you need to update object properties […]
Database
MySQL Did you know MVCC or MCC (Multi-version concurrency control) method helps to keep database in waiting. This happens at the time, when read and write request is sent at […]
Mixing up Browser and API[Feature/Unit] test in Laravel.
In my case, I wanted to test first a request which only was able to execute using api from mobile devices. And once the api is requested, I needed to […]
Auto increment bill number logic for Laravel
If you are searching on how to generate invoice or bill number, welcome to my blog ?. Today, I am going to show you how you can generate dynamic invoice […]
Valet – Laravel – Mysql – Phpmyadmin
Here are some helpful tips that I have gathered while trying to install valet in my project. I faced so many problems just trying to use valet. But you don’t […]
Realm: LinkingObjects(fromType: Class.self, property: “property”) returns nil [Updated]
Realm is really simple and powerful tool for developers to deal with local database. I highly recommend to use realm. Let’s go directly to the problem guys. Realm provides inverse […]