neekey's blog

  • Posts
  • Photography
  • About
Menu
  • Posts
  • Photography
  • About
Search

Category: Coding

Coding

AWS DevDay 2017

Posted on 07/09/2017 by neekey / 0 Comment

Attended AWS DevDay 2017 Melbourne. This is a summary of what I learned today. Keywords IoT, GreenGrass, offline/local/edge Artificial Intelligence Cloud Develo...

Coding/writing

I Just Released My English Number Listening Practice App

Posted on 26/07/2017 by neekey / 2 Comments

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...

Coding

Lower you expectation for Webpack’s Tree Shaking

Posted on 23/07/2017 by neekey / 0 Comment

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...

Coding

Adding `skip()` and `only()` features to unittest

Posted on 24/06/2017 by neekey / 0 Comment

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...

Coding

Using raw SQL with Flask-SQLAlchemy

Posted on 19/05/2017 by neekey / 3 Comments

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...

Coding

Responsive Master-Detail Layout in React

Posted on 23/01/2017 by neekey / 2 Comments

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...

Coding

Auto deployment to FTP server with Travis-CI

Posted on 01/01/2017 by neekey / 3 Comments

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...

Coding

Rules for testing React UI component with Enzyme

Posted on 16/12/2016 by neekey / 0 Comment

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.

Coding

How to avoid preflight OPTION request in CROS request

Posted on 13/12/2016 by neekey / 0 Comment

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...

Coding

React+Webpack1/2/3+Semantic UI and how to do theming

Posted on 09/12/2016 by neekey / 22 Comments

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...

Posts navigation

« Previous 1 2 3 4 Next »

RECENT

  • Using Data Studio to Generate Reports from Cloud SQL PostgreSQL 21/03/2021
  • Migrate Parallel Desktop VM to VirtualBox 21/07/2020
  • React Use Case: URL-Aware Search List 14/07/2020
  • Browser Service using Puppeteer + Lambda + Serverless 19/05/2020
  • Direct to S3 File Uploads in Python 23/03/2019