Do you have a post on your WordPress site that you want to hide from public users, but still show to admins? Perhaps you have a sensitive announcement or a […]

Sharing my experience.
Do you have a post on your WordPress site that you want to hide from public users, but still show to admins? Perhaps you have a sensitive announcement or a […]
If you’ve ever encountered the “Product Not Found” error message when attempting to make an In-App Purchase (IAP), you know how frustrating it can be. This error can occur for […]
If you’re a Laravel developer using Valet as your local development environment, you may encounter an error message like the following: Valet doesn’t support PHP version: [email protected] (try something like […]
UICollectionView is a powerful UI component used to display collections of items. It provides a lot of customization options and is widely used in many iOS applications. One of the […]
Are you trying to have different php version for different sub domains or folder? Well, I have collected some information to make it work under shared hosting. Here are what […]
Are you trying to pull or clone the repo but getting peer’s certificate issue? Well, I have a solution for you. If are you getting something like this, I might […]
app.js Now everywhere, the input tag will contain autocomplete as off. This is on by default. So, if you want to make it off by default, you can use this […]
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 […]
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 […]