The Wayback Machine - https://web.archive.org/web/20201228085312/https://github.com/mikeal
Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Arctic Code Vault Contributor
  • Pro
mikeal/README.md
/*   Pratītyasamutpāda   */
/* Dependent Origination */

const a = (_this, that) => {
  if (_this) that()
}
const b = (that) => {
  const _this = false
  // vm knows this will never be called, this code can be dropped
  // and will never exist
  if (_this) that()
}
const c = (_this) => {
  const that = false
  // vm knows this will never be called, this code can be dropped
  // and will never exist
  if (that && _this) return _this
}

More at buddhism.js.

Pinned

  1. 🏊🏾 Simplified HTTP request client.

    JavaScript 25k 3k

  2. Node.js JavaScript runtime 🐢🚀

    JavaScript 75.6k 18.9k

  3. Functional JS HTTP client (Node.js & Fetch) w/ async await

    JavaScript 1.9k 72

  4. WebTorrent HTML element.

    JavaScript 516 32

  5. Automatically release all merges to master on npm.

    JavaScript 357 44

  6. Cross-Platform Binary API

    JavaScript 33 4

1,699 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

December 2020

Created 2 repositories
Opened 2 pull requests in 2 repositories
libp2p/js-libp2p-tcp
1 open
mafintosh/multicast-dns
1 open
Opened 2 issues in 2 repositories
sequelize/sequelize
1 open
ipld/specs
1 open
You can’t perform that action at this time.