Recent Posts

如何在Vim上把Scala玩的飞起?

less than 1 minute read

这篇博客只适合那些已经入坑Neovim的读者. 对于想入坑的读者,也欢迎尝试入坑,挺过刚开始的各种报错,尝试过各种眼花缭乱的插件,最终化繁为简甚至自写插件,你将看到一片新大陆。

Monad

7 minute read

In this blog we will talk about Monad which is the core concept of FP. We won’t touch any category theory which belong to mathematics. We will try to find ou...

Circe Introduction

5 minute read

In the micro service, we always use RESTFul API as communication protocol which pass data using JSON format. So the mapping between JSON and Data Model is an...