Jiahao ChenInvestigating Another Bug in IBM Application FormThis article shares an issue I encountered whiling filling out an IBM Canada Application for Employment form today. The “program” input…Dec 1, 2020Dec 1, 2020
Jiahao ChenInvestigating Base64 Encoding IssueI encountered a problem using Easy Syntax Tree today. That is, the export-to-PNG no longer works. But the export to SVG still works fine.Nov 25, 2020Nov 25, 2020
Jiahao ChenDeveloping ESTv2 — DevOpsDevOps are not just for big teams — an independent developer can benefit from it too. In this article, I will share how Easy Syntax Tree…Nov 24, 2020Nov 24, 2020
Jiahao ChenReact 17 Emotion Build ErrorIf you use Emotion in React 17, you might find the following problem:Nov 22, 2020Nov 22, 2020
Jiahao ChenDeveloping ESTv2 — make triangle childIn syntax tree, an edge may be a triangle. Triangles stand for a portion of structure that the tree-drawer doesn’t want to bother drawing…Nov 22, 2020Nov 22, 2020
Jiahao ChenDeveloping ESTv2 — ImmutabilityImmutability is the my favorite thing from Functional Programming. Who would wants effects anyway? In this article, I explain how I…Nov 22, 2020Nov 22, 2020
Jiahao ChenEasy Syntax Tree — What is itEasy Syntax Tree is the FIRST and ONLY web tool for linguists to create linguistic syntax tree easily, interactively. (What You See Is…Nov 22, 2020Nov 22, 2020
Jiahao ChenDeveloping ESTv2 — GettingSo I need to get the width of an SVG Text Element by its id. My first attempt was:Nov 12, 2020Nov 12, 2020
Jiahao ChenDeveloping ESTv2 — converting data structuresThe old (yet still popular) way of drawing syntax tree looks like this:Nov 9, 2020Nov 9, 2020