Spring Boot (2) – Configuration
At last episode, we have a peek at the spring boot project. We knew the spring boot philosophy “convention over...
Markdown Test
Title1 Title2 Title3 Title4 Title5 Title6 You can use one # all the way up to ###### six for different...
WordPress installed themes couldn’t be found
Wordpress installed themes couldn't be found! Easy to solve, check here.
Thymeleaf
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
JavaScript which should be noticed in 2018
I read it on a chinese site, and translated into english. Take a glance at them
Flow.js
Flow is a static type checker for your JavaScript code. It does a lot of work to make you more...
Node Server as middle layer
Many big technology companies place Node.js web servers in front of real API's backend at the moment, Why?
App development roads
There are some popular app development roads on the table. Let's take a look.
Nine ways of cross-origin communication
I found an article which comprehensively introduced some tricky ways of communication cross origin, and I think it's very useful...
RESTful
Representational State Transfer (REST) refers to a group of software architecture design constraints that bring about efficient, reliable, and scalable...
Mocha/chai – JavaScript unit testing
Let's go with the one of the most popular JavaScript unit testing framework!
Re-discuss about generator and async/await
A further discussion about generator and async programming