Simple Guide to Automatically Deploy Hexo Powered Blog by Travis-CLI
This is a guide to simply setup Hexo auto-deployment to github pages by Travis-CLI.
This is a guide to simply setup Hexo auto-deployment to github pages by Travis-CLI.
It’s an article about my own experience implementing Push Notification in react-native for both platforms. It contains the tools and libraries I picked and pitfalls I encountered.
This is the first post of a series of Javascript re-learn posts. Why am I writing it when there are some many similar stuff out on Internet? If there has to be a reason, the first one would be to review my knowledge on Javascript and hopefully I can get some level of “学而时习之,可以为师矣”.
Simply speaking, Java 8 Lambda expressions are just anonymous classes which have occasionally made their appearances in the previous Java versions. But now they appears in much more concise forms with the new syntactic level support. Here are a couple of examples how concise we can archive in Java coding with the help of lambda expression.