Dale Nguyen

Application Architect

Toronto Canada

  • Architectural Philosophy
  • Thoughts
  • Digital Portfolio
  • Biography
  • Contact
  • LinkedIn
  • Github
  • Email
Blog All

Changing Your WordPress Multisite Domain Name

by Dale Nguyen Jan 12, 2018 Travel

Changing Your WordPress Multisite  Domain Name

I had a hard trying to change my WordPress domain name especia...

READ MORE
SHARE :

Enable Touch Swipe Function in WordPress

by Dale Nguyen Dec 28, 2017 Works

Enable Touch Swipe Function in WordPress

There are plenty of plugins that can help you to create a slider with touc...

READ MORE
SHARE :

How to run setTimeout in a Loop

by Dale Nguyen Nov 24, 2017 Works

Weird things happen when you put something you don't understand something else you may not understand either. For example:

for (var i = 1; i <= 4; i++) {
   setTimeout(function() { console.log(i); }, 1000*i); // 5 5 5 5 
}

Weird right?&...

READ MORE
SHARE :

How to Delete a Git Branch both Locally and Remotely

by Dale Nguyen Mar 13, 2017 Works

How to delete a Git branch both locally and remotely

READ MORE
SHARE :
Older Newer

Archives

  1. January 2018
  2. December 2017
  3. November 2017
  4. March 2017

Categories

  1. Travel
  2. Works
  3. Personal

Tags

WordPress Lavarel Git

  • Dale Nguyen © 2019 - By using Laravel PHP Framework