AWS DevDay 2017
Attended AWS DevDay 2017 Melbourne. This is a summary of what I learned today. Keywords IoT, GreenGrass, offline/local/edge Artificial Intelligence Cloud Develo...
Attended AWS DevDay 2017 Melbourne. This is a summary of what I learned today. Keywords IoT, GreenGrass, offline/local/edge Artificial Intelligence Cloud Develo...
Yes, I just released the first rough version of my English number listening practice APP: English Number Why An English Number App? I m having my NAATI class re...
Recently I upgrade my project from webpack1 to webpack3, one of the main highlight feature for me is Tree Shaking. Depnding on the static structure of ES6 modul...
If you are like me, a python newbie just moved from web front-end world, you must have used Mocha before, the most commonly used test framework made by the geni...
This week I was using Flask-Migrate to do a database data migration. I created an empty reversion file and put my migrate script in it so that the migrate can b...
I am using React with React-Router to make a SPA(Single Page Application) recently. In my setting page, I adopted the typical Master-Detail layout. It’s q...
Instead of integrating your app with deployment platforms like deployHQ, you can use Travis-CI to create your custom deployment process. In my case, I just need...
You should always write test for your code. All the examples below will be using Mocha, Chai, you should be able to change to whatever library you like.
When sending CROS Ajax request, sometimes you may found that before every request you make, there will be a OPTION request sent. It’s quite annoying and s...
Semantic UI is a great UI framework which can make your UI development much easier, but it’s still not a joyful job to make it work with webpack especiall...