Compare assert exception in should(JavaScript) and unittest(Python)
 2015-12-22 15-16-23
by Kamushin
 
 
        two different ways of assert exception.
read moreWrite Python like a Pro
 2015-12-21 17-26-57
by Kamushin
 
 
        Something I know about how to write Python code
read moreNew fxg for me
 2015-12-09 09-39-29
by Kamushin
 
 
        find then grep has a insufferable performace, and I use ag to instead.
read moreDo not use LOB in Oracle(OLTP) -- record an optimization experience
 2015-12-08 01-52-18
by Kamushin
 
 
        LOB in Oracle and cx_Oracle
read moreDifference between ArrayList and Arrays.asList() in Java
 2015-12-01 14-17-02
by Kamushin
 
 
        ArrayList is resizeable-array, while Arrays.asList() is a "view" onto the primitives array so it's fixed-size array.
read moreUse webpack together with browser-sync
 2015-10-28 16-56-48
by Kamushin
 
 
        Webpack is a module bundler. Browsersync makes your browser testing workflow faster by synchronising URLs, interactions and code changes across multiple devices.
read more