3 Matching Annotations
  1. Apr 2022
  2. Feb 2021
    1. Fluent or prolific thinking refers to the thinkers’ ability to generate a multitude of ideas and concepts.

      DOI: Fluent - this refers to a thinkers ability to generate a mulittude of ideas and concepts.

      I feel like I am a fluent thinker, I finally found a word to describe what I have felt all my life. I can generate so many solutions to problems yet many may be far-fetched or unreasonable, but in my mind it is a solution.

      This is great for brainstorming I have realized over my life.

  3. Dec 2019
    1. To make some of this possible, we had to create our webpack configuration API, called webpack-chain. As you may know, webpack exposes a low-level configuration format, but this format isn't well-suited for merging configuration deterministically across middleware, or even across many projects. With webpack-chain, we expose a chainable or fluent API for aggregating a webpack configuration which is much more deterministic.