Skip to content

I Love to Sail Forbidden Seas

"Farewell, good hunter. May you find your worth in the waking world."

I've seen things you people wouldn't believe.

"Attack ships on fire off the shoulder of Orion.

I've watched C-beams glitter in the dark near the Tannhäuser Gate.

All those... moments... will be lost... in time, like... tears... in the rain.

Time to die."

Education

  • Graduate from 西土城路10号院。
  • Major in Computer Science.

Technology Stack

  • Expert in Javascript.
  • Skilled in Design Patterns, Algorithms.
  • Adept at Vue/React, Webpack/Rollup/Lerna, etc.
  • Familiar with Kubernetes/Serverless, Java, C/C++, etc.

Looking Forward

  • Front-End Architect
  • From Cloud Native to Serverless

Characteristics

  • Talented in Languages, Natural Languages & Computer Languages alike.
  • Certificated in English & Japanese.
  • Love Football & Travelling.
  • Good at Skiing.

Coding a Way Out

#include <stdio.h>

int main(void) {
  printf("Hello world!\n");
  return 0;
}
#include <iostream>

int main(void) {
  std::cout << "Hello world!" << std::endl;
  return 0;
}
fn main() {
  println!("Hello, world!");
}