Skip to content

Instantly share code, notes, and snippets.

View wesleycyu's full-sized avatar
🍞
Let's get this bread!

Wesley Yu wesleycyu

🍞
Let's get this bread!
View GitHub Profile
@wesleycyu
wesleycyu / ._Setup Javascript Project with ES6 + Babel 7 + ESLint + Airbnb + Prettier
Created December 21, 2019 01:37 — forked from vukhanhtruong/._README.md
Setup Javascript / Nodejs Project with ES6 + Babel 7 + ESLint + Airbnb + Prettier
# Project Setup
Create a directory and run the following command.
```sh
npm init
```
For this tutorial, I will be adding an index.js file to the `src` folder, and this will be our entry point.
Our file directory should look like this.

1:1 questions

Always end with an assignment

What can I hold you accountable for next time we talk?

What can I be accountable to you for the next time we talk?

Short term

How is [project] going? What could we do to make it better?

Is there anything blocking you from getting your work done?

Are there any projects you’d really like to work on if you were given the opportunity?

  • Remove stores/history
  • Remove stores/document
  • Remove stores/analytics
  • Remove stores/admin_analytic
  • Remove stores/meeting
  • Remove stores/notification
  • Remove stores/retrieval
  • Remove stores/signed_url
  • Remove sources/admin_analytics
  • Remove queries/history
@wesleycyu
wesleycyu / event.html
Last active August 29, 2015 14:25 — forked from mayfer/event.html
<html>
<head>
<title>Intro to Javascript</title>
<style>
body { background: #358; color: #fff; padding: 50px; font-family: sans-serif; }
</style>
<script>