Skip to content

Instantly share code, notes, and snippets.

@tang184
Last active February 26, 2017 16:46
Show Gist options
  • Save tang184/1c7be59098b191905ec2150ac36a4577 to your computer and use it in GitHub Desktop.
Save tang184/1c7be59098b191905ec2150ac36a4577 to your computer and use it in GitHub Desktop.
Juncheng Tang Hackillinois

Juncheng Tang

[email protected]

vdom-streaming-serializer

Adding demo test to the testcase

Add a demo testcase to the serializer function to see if the function can work properly.

Create Async Recursive Testcases

Add an async recursive test to the serializer function to test if it can work for multiple recursive async nodes.

demo-streaming-dev-server

[Set up PostgreSQL Environment and update ReadMe] (donejs/demo-streaming-dev-server#2)

Set up the postgreSql environment for the demo and update the readme for guidance of other developers.

[Generate Database and Connect to server] (donejs/demo-streaming-dev-server#3)

Generate a large database todos using bash shell, which include id, text two column. Then connect the PostgreSQL using pg library onto the local server, and test the shell.

[Generate emoji] (donejs/demo-streaming-dev-server#8)

Add a new column in the database for emoji. Generate random emoji decimal code in the database and change demo page to show all the emojis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment