Huy Tr.

Huy Tr. @huytd

About: Write code, drawing things

Joined:
Sep 2, 2016

Huy Tr.
articles - 13 total

TIL: JavaScript replace() command with callback

Of course, this is not new, it's already here centuries ago in the document https://developer.mozilla...

Learn More 23 5Jan 4 '19

Emacs from scratch

Original posted on my blog Spacemacs is the first Emacs version I used, so I'm kind of attached t...

Learn More 69 3Jun 30 '18

Why do you use web-based Terminal emulators?

Just curious, not here to make a flame war. I saw so many people using and recommending web-based te...

Learn More 13 8May 2 '18

A note on Dynamic Programming

This is a quick note about Dynamic Programming from The Algorithm Design Manual book. I found it real...

Learn More 10 0Dec 15 '17

Re-Implementing Facebook’s Reaction Animation

Originally posted on my blog Disclaimer: I’m not a Facebook engineer, and I don’t know how did th...

Learn More 51 4Dec 6 '17

Turning off the syntax highlighter

Well... first of all, this is a well-known topic that widely discussed everywhere already. [1] http...

Learn More 31 32Oct 12 '17

Coder's Life Comic 003: RegEx

The risk of overusing RegEx in your project 😂

Learn More 11 2Oct 8 '17

Coder's Life Comic 002: Learning JavaScript

Being a JavaScript developer these days is tough...

Learn More 12 1Oct 8 '17

Coder's Life Comic 001: Algorithm

Don't you think npm got everything we need?

Learn More 10 0Oct 8 '17

Setup Travis CI for Rust Diesel project

Rust is supported on Travis CI, there are three main channels of Rust you can use: stable, beta and n...

Learn More 14 0Oct 6 '17

Rust for the web

Web programming with Rust? Yes? No?

Learn More 157 4Oct 2 '17

Recursive type problem in Rust

Rust and recursive data types

Learn More 16 0Oct 2 '17

Rust FFI: Sending strings to the outside world

Rust, FFI and String

Learn More 16 0Oct 2 '17