Fmchan Navigation
  • Home
  • Profile
  • Notes
  • Contact
  • Home
  • Profile
  • Notes
  • Contact

Notes

Home fmchan programming

Host mail server on Hostinger for nameserver on Google Cloud

fmchanMay 22, 2021programmingLeave a Comment

First important concept is that you do NOT have to add any nameservers of Hostinger to Google Cloud or anywhere. … Read More

Load a bulk of Json file and send Json data with Ajax one by one

fmchanOctober 19, 2020programmingLeave a Comment

reference: https://stackoverflow.com/questions/4785724/queue-ajax-requests-using-jquery-queue There are some json file names on the page

Read latest Email (Gmail) by PHP IMAP Client and detect a verification code from a specified email

fmchanOctober 17, 2020programmingLeave a Comment

First we have to allow third parties to access your gmail. https://myaccount.google.com/ Even I turn on “Less secure app access”, … Read More

Access Google Blogger API v3 with OAuth 2.0 (PHP)

fmchanOctober 15, 2020programmingLeave a Comment

Kick Start with this API instruction https://developers.google.com/blogger/docs/3.0/using?hl=en_US Blogger API v3 Doc https://developers.google.com/blogger/docs/3.0/reference Set up the credential https://console.developers.google.com/apis/credentials You also have … Read More

React Native (and Expo) Environment set up on Mac OS with Xcode and Android Studio

fmchanOctober 5, 2020programmingLeave a Comment

MAC OS: 10.15.6 (Catalina) Pre-install Set up Xcode Download Xcode via Mac App Store Open Xcode, Xcode > Preferences Goto the Locations tab Selecting … Read More

Laravel – send Email by Notification

fmchanMarch 20, 2020programmingLeave a Comment

First we create a trait for user. Visit https://medium.com/@kshitij206/traits-in-laravel-5db8beffbcc3 (Traits in PHP and Laravel) if you want to learn trait. … Read More

Laravel cheat sheet

fmchanMarch 19, 2020programmingLeave a Comment

reference Clear

Laravel – checkout from git and install by composer on a new Debian/Ubuntu server

fmchanMarch 11, 2020programmingLeave a Comment

Environment: Laravel 5.8, PHP 7.0, Debian 9.12 First, upgrade PHP to the latest one (7.3) Second, install latest composer (1.9.3) … Read More

Apache – make inaccessible directory?

fmchanMarch 11, 2020programmingLeave a Comment

You might encounter a case like your app hosting on domain.dev/middle/sub1 and you do not want anyone to access domain.dev/middle. … Read More

Laravel – deploy the app to a sub directory?

fmchanMarch 11, 2020programmingLeave a Comment

Usually we deploy the app to the root of domain (i.e. domain.dev) but what if we want to deploy to … Read More

  • Page 2 of 3
  • ←
  • 1
  • 2
  • 3
  • →
  • Home
  • Profile
  • Notes
  • Contact

fmchan © 2018 - 2020