Reviewing AWS Lightsail As a noob in AWS, I've been given a chance to try out AWS, I wanted to fire up a server but when there's a choice between these two EC2 or Lightsail, got me confused a bit but I found nice answer in stackoverflow, of course
BelongsToMany with pivot update Or create using Sync - Laravel We can use attach or detach but it just doesn't feel right, the one i need is sync, below is the structure i needed to make it work. Table : games id name slug Table : platforms id name slug Table : game_platform game_id platform_id released_at requirement_
Showing Interstitial Ads using counter - Android I find this one interesting, lets say i made a count in article. In which every 5 read article there will be an interstitial ads. I made a simple example from the documentation where on click it will show the ads and that's working but not if you
My way of improving Pagespeed and SEO On a certain point of a site when you're traffic is just flat every month, It's time to step up a bit, if you're done with MVP then is time to make it fast and be on top of google search. * Check the pagespeed
How to publish to google play - Android This is to publish to android google play, first you need to pass the verification, you'll need an identification or driver license make sure the 4 side of the card is seen. My first verification is declined, I think because of the image is filtered, I used camscanner
My reasons to pick WWW rather than Non WWW I needed a real reason to stick to www not because it's shorter and it's easier to remember but I needed why would you pick www rather than non www. Reason 1 : Check if google already indexed your pages Check in google webmaster which website are
How to add Adsmob - Android Finally got ads on my apps, I thought it's going to be hard but the documentation is so easy to understand, just go to documentation first if stuck go to my notes. I think I had a trouble, it says that my campaign is still running on adsword
Google Analytics Enhanced Commerce My biggest question is how to implement this mambo jumbo, I was confused and couldn't asked anyone about this technically because most of friends don't use this or maybe they know about this but they let developer do the magic. First, Which Ecommerce Reports Option Is
Tips Ghost Self hosted Adding ads.txt self-hosted ghost with nginx This is a bit tricky, I tried downloading the template and adding an ads.txt then reuploading it... Doesn't work... I tried just creating an ads.txt on the template folder... Doesn't work. Not to forget after adding/updating
Mailgun different ways to send Found myself making a simple page with just a contact page, needed to send an email from the website using Mailgun. composer require mailgun/mailgun-php Then make a contact.php <?php // Start a Session session_start(); require 'vendor/autoload.php'; use Mailgun\Mailgun; $post = $_POST; if (!empty(