Luhao's blog

"The palest ink is better than the best memory."

Backend

Spring Boot (2) – Configuration

At last episode, we have a peek at the spring boot project. We knew the spring boot philosophy “convention over...

Backend

Spring Boot (1) – Trial

Spring boot first trial... Let's go

Misc

Markdown Test

Title1 Title2 Title3 Title4 Title5 Title6 You can use one # all the way up to ###### six for different...

Misc

WordPress installed themes couldn’t be found

Wordpress installed themes couldn't be found! Easy to solve, check here.

Misc

Thymeleaf

Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

Frontend

Redux-thunk vs Redux saga

A glimpse of Redux-thunk and Redux saga

Frontend

JavaScript which should be noticed in 2018

I read it on a chinese site, and translated into english. Take a glance at them

Frontend

Flow.js

Flow is a static type checker for your JavaScript code. It does a lot of work to make you more...

Misc

Code Guide

Standards for developing flexible, durable, and sustainable HTML and CSS.

Design

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?

Misc

App development roads

There are some popular app development roads on the table. Let's take a look.

Frontend

CSS solutions

Confronting with a bunch of CSS solutions, what should beginners to chose?

Frontend

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

Design

RESTful

Representational State Transfer (REST) refers to a group of software architecture design constraints that bring about efficient, reliable, and scalable...

Frontend

Mocha/chai – JavaScript unit testing

Let's go with the one of the most popular JavaScript unit testing framework!

Frontend

HTML5 drag and drop

HTML5 drag and drop introduction and example

Frontend

Re-discuss about generator and async/await

A further discussion about generator and async programming

Frontend

Redux – (2)

This is the next chapter of redux

Frontend

My applyMiddleware of redux

After reading the Async Actions and Middleware chapters of redux tutorial, I implemented my own middleware thunk...

Frontend

Redux

Redux brief introduction