30 followers
Developers friend. Web developer and technical writer.
Subscribe to my newsletter and never miss my upcoming articles
Passport or Sanctum? One popular question I have seen everywhere is people asking: "Should I use Passport or Sanctum to authenticate my API"? I have seen people answer this in various ways, but my answer is: Use Sanctum when you need to create a fron...
Testing your code is one way to ensure that you have a high-quality codebase, which is one way to ensure the maintainability of your projects and also a way to ensure you don't ship broken features in your product. CI tools like Travis CI help you to...
Last November, PHP 7.4 was released and the entire community was so excited with the new features that this release brings with it. You can now build faster apps with PHP and also be excited while you work on them with these new release! See the full...
A couple of days ago I wrote the part 1 of this post which outline everything involved in setting up the share dialog which is common to native apps on your mobile apps. In this post, we will be looking at how to add support for sharing media files f...
Native Apps vs Web Apps Common native apps like Twitter or any app that allows you to share content outside of them have a dialog like this one below where you can export whatever content (text, media, url) you selected into other apps and services i...