Mallim

Author posts

JMustache versus Handlebars

in Java 1 min read

More user friend ly API compared to handlebars java https://t.co/O8ypcBQERG— Ian Lim (@mallim) May 30, 2019 Usage experience between JMustache versus Handlebars.java Both offer the same mustache syntax JMustache has no checked exceptions to catch. So the flow is smoother ...

路過人間 (A PasserBy)

in Song Lyric 1 min read

Singer: 郁可唯 (Yisa Yu) 作曲 Composed by:張簡君偉 Alex Chang Jien 作詞 Lyrics by:施人誠 Derek Shih 編曲 Arranger:Jerry C 嘿 意不意外 她背影 那麼輕快 Hey there, is it a surprise, to see her toddling away 嘿 要明白 人會來 就會離開 Hey there, when people come, people will leave someday 世上唯一不變 是人都善變 What will rem ...

Adopting GraphQL

in Graphql 1 min read

The easiest way to get started is surprisingly based an example from graphql-java-tools graphql-java is a heavily coupled ecosystems, you have to start browsing from graphql-java Confusing part is, there are two different sets of annotations implemented: leangen/graphql-spqr - G ...

Learning Monos and Fluxes

in Reactor 1 min read

Added java101/reactor to give myself examples for Reactor Core. Managed to be able to use Spring 5 at work and have to look at Spring WebFlux. So have to get my head wrap around Monos and Fluxes. Quite an eye opener though Examples from Article at http://www.baeldung.com/reactor ...

List of useful templates for pandoc

in Pandoc 1 min read

Markdown -> PDF (via Latex) Modified Pandoc Letter Template (DIN 5008) Markdown -> HTML GitHub Pandoc HTML5 Template Useful References Some resources which suddenly come in front of me : https://github.com/Voleking/pandoc-templates A tresure-box of resources for pandoc, pp ...