Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Achievements

Achievements

Highlights

  • Pro
Block or Report
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.8k 20k

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

    JavaScript 2k 83

  4. WebTorrent HTML element.

    JavaScript 516 32

  5. Automatically release all merges to master on npm.

    JavaScript 381 50

  6. InterPlanetary SQL

    JavaScript 182 6

1,571 contributions in the last year

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

Contribution activity

May 1, 2021

mikeal has no activity yet for this period.

April 2021

Created 1 repository

Created a pull request in protocol/web3-dev-team that received 46 comments

Proposal: Gateway++ Phase 1

+93 −0 46 comments
Opened 1 other pull request in 1 repository
protocol/web3-dev-team
1 open
Reviewed 1 pull request in 1 repository
ipfs/ipfs-docs 1 pull request
1 contribution in private repositories Apr 15

Seeing something unexpected? Take a look at the GitHub profile guide.