7 Matching Annotations
  1. Jan 2023
  2. Sep 2022
    1. Due to their lightweight nature, it is not uncommon to have hundreds of thousands of processes running concurrently in the same machine.
  3. Feb 2021
    1. For new projects, I would recommend using Webpack, along with perhaps a lightweight framework like Stimulus.
  4. Jan 2021
  5. Oct 2020
    1. A simple Vue project can be run directly from a browser with no need of transpilation. This allows Vue to be easily dropped into a project the way jQuery is.While this is also technically possible with React, typical React code leans more heavily on JSX and on ES6 features like classes and non-mutating array methods.
  6. Mar 2020
    1. GNU gettext is designed to minimize the impact of internationalization on program sources, keeping this impact as small and hardly noticeable as possible. Internationalization has better chances of succeeding if it is very light weighted, or at least, appear to be so, when looking at program sources.
  7. Oct 2019