Skip to content

Commit 696b707

Browse files
committed
3.23
1 parent a5cbfe4 commit 696b707

27 files changed

+13
-7188
lines changed

_includes/about/en.md

+1-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +1 @@
1-
Hi, I am _@huxpro_ (Huang, Xuan), an UI/Frontend engineer & designer, accidentally growing into a compiler hacker. My current interests range from programming languages theory and implementation in general (compiler, type system, type-based formal verification, virtual machine, runtime systems, garbage collection) to software engineering in the tech industry (client-side web/mobile app development, server-side backend, user interface and UX, developer infrastructure and DX).
2-
3-
I'm currently working on the [Hermes JavaScript Engine](https://hermesengine.dev/) at [Facebook](http://facebook.com/). I was also involved in some of the [Facebook Reality Labs](https://tech.fb.com/ar-vr/) and the [ReasonML](https://reasonml.github.io/) (now [ReScript](https://rescript-lang.org/)) efforts. I'm also passionated about [React](https://reactjs.org/) and [React Native](https://reactnative.dev/).
4-
5-
In the past, I worked on [Alitrip (Fliggy)](https://www.alitrip.com/) mobile and web apps under the [Alibaba Group](https://en.wikipedia.org/wiki/Alibaba_Group), found and lead front-end infrastructure team at an unicorn startup company [Beijing Weiying (a.k.a. WePiao, now acquired by Maoyan)](https://www.crunchbase.com/organization/beijing-weiying-technology), and helped [Ele.me (now acquired by Alibaba)](https://en.wikipedia.org/wiki/Ele.me) to upgrade their mobile web site into [the first influential PWA (progressive web app) in China](https://medium.com/elemefe/upgrading-ele-me-to-progressive-web-app-2a446832e509).
6-
7-
I studied BA, Digital Media Art at [Communication University of China](https://en.wikipedia.org/wiki/Communication_University_of_China) and MS, Computer Science (with a focus on programming languages) at [Rochester Institute of Technology](https://en.wikipedia.org/wiki/Rochester_Institute_of_Technology).
8-
9-
##### [My PL Spectrum (WIP 🚧)](https://huangxuan.me/2020/05/05/pl-chart/)
10-
11-
I made a chart to visualize my experiences and interests on some of the programming languages. I know. I know this is always contraversial. But it's just something quite self-entertaining to do. So bare with me and have fun reading that!
12-
13-
##### Appearence
14-
15-
- [Upgrading to Progressive Web Apps][9] · [JSConf China Shanghai 2017](http://2017.jsconf.cn/)
16-
- Building Progressive Web Apps · [CSDI Guangzhou 2017](http://www.csdisummit.com/)
17-
- The State of Progressive Web App · GDG IO Redux Beijing 2017
18-
- PWA Rehashing · Baidu HQ Beijing 2017
19-
- [Service Worker 101][5] · GDG DevFest Beijing 2016
20-
- [Progressive Web Apps][4] · QCon Shanghai 2016
21-
- Progressive Web App in my POV · GDG IO Redux Beijing 2016
22-
- [CSS Still Sucks 2015][2] · 2015
23-
- [JavaScript Modularization Journey][1] · 2015
24-
25-
[1]: //huangxuan.me/2015/07/09/js-module-7day/
26-
[2]: //huangxuan.me/2015/12/28/css-sucks-2015/
27-
[3]: //huangxuan.me/2016/06/05/pwa-in-my-pov/
28-
[4]: //huangxuan.me/2016/10/20/pwa-qcon2016/
29-
[5]: //huangxuan.me/2016/11/20/sw-101-gdgdf/
30-
[6]: https://yanshuo.io/assets/player/?deck=58ac8598b123db0067292f92 "PWA Rehashing"
31-
[7]: https://yanshuo.io/assets/player/?deck=593ad6fbfe88c2006a0a0d6d "The State of PWA"
32-
[8]: https://yanshuo.io/assets/player/?deck=594d673d570c357d0698a950 "Building PWA"
33-
[9]: //huangxuan.me/jsconfcn2017/
1+
### 这里是litran的部落格,记录走过的时光和经历。

_includes/about/zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hi,
1+
### 这里是litrane的部落格,记录走过的时光和经历。

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<p class="copyright text-muted">
1010
Copyright &copy; {{ site.title }} {{ site.time | date: '%Y' }}
1111
<br>
12-
Powered by <a href="http://huangxuan.me">Hux Blog</a> |
12+
Powered by <a href="http://litrane.github.io">litrane</a> |
1313
<iframe style="margin-left: 2px; margin-bottom:-5px;" frameborder="0" scrolling="0" width="100px"
1414
height="20px"
15-
src="https://ghbtns.com/github-btn.html?user=huxpro&repo=huxpro.github.io&type=star&count=true">
15+
src="https://ghbtns.com/github-btn.html?user=litrane&repo=litrane.github.io&type=star&count=true">
1616
</iframe>
1717
</p>
1818
</div>

_includes/posts/2017-07-12-upgrading-eleme-to-pwa/zh.md

-207
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
title: "compiler chapter2 wenfa"
4+
subtitle: "编译原理第二章 文法"
5+
date: 2021-03-24
6+
author: "Hux"
7+
header-img: "img/post-bg-2015.jpg"
8+
tags: []
9+
---

_posts/cs_idols/2019-09-13-peter-john-landin.md

-38
This file was deleted.

0 commit comments

Comments
 (0)