Jan 27, 2018Raspberry Pi — Your Home Media Center & File ServerAssumption You have a Raspberry Pi with pre-installed raspbian SD card You are happy to get your hands dirty You have some basic computer concept. RPi is short for Raspberry Pi My Raspberry Pi is a bit old I only have the RPi 1 model B with pre-installed raspbian SD card in place. It is quite outdated. If…Raspberry Pi9 min readRaspberry Pi9 min read
Sep 30, 2017An introduction of OO JavaScript— For the JS beginner with traditional OO background Understand how to implement Object-Orient (OO) programming with Vanilla JS is still very important and useful in the post-es6 era. An Introduction for JS beginner from traditional OO background If you are a JS veteran, it really wastes your time to find it nothing new and I am doing my best to alert you as early as possible. If…JavaScript20 min readJavaScript20 min read
Sep 2, 2017Debug PHP with free IDEHere we just discuss the two popular free IDEs — PDT: Eclipse PHP Development Tools and Netbeans. Assumption You have installed IDEs above and Apache or Nginx on your computer. Here we use PHP 5 to demonstrate how to set it up, if you need to setup debug environment for PHP…Nginx5 min readNginx5 min read
Published incodeburst·Jul 20, 2017Angular vs React vs VueAngular, React, Vue as most popular JavaScript frameworks at present, we just discuss Angular 1.x, Angular 2 / 4, React 15+ (Redux), and Vue 2+ here. There is no Angular 3, if you have not noticed before. Client side is a battle field In past 6–8 years, the Restful API has been accepted as one of…JavaScript11 min readJavaScript11 min read