The Wayback Machine - https://web.archive.org/web/20210413150114/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 25.1k 3.1k

  2. Node.js JavaScript runtime 🐢🚀

    JavaScript 78.3k 19.8k

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

    JavaScript 2k 79

  4. WebTorrent HTML element.

    JavaScript 516 32

  5. Automatically release all merges to master on npm.

    JavaScript 378 50

  6. InterPlanetary SQL

    JavaScript 181 6

1,607 contributions in the last year

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

Contribution activity

April 2021

Created 1 repository
Opened 1 pull request in 1 repository
protocol/web3-dev-team
1 open
Reviewed 1 pull request in 1 repository
ipfs/ipfs-docs 1 pull request