3 Matching Annotations
  1. Jun 2017
    1. בשלב זה, געו בחלק מתכתי כלשהו במארז, כדי להיפטר מחשמל סטטי. חשמל סטטי מזיק לרכיבי מחשב רגישים ומומלץ מאוד להיפטר ממנו לפני שאתם נוגעים ברכיבי חומרה כלשהם.
  2. Apr 2017
  3. Mar 2017
    1. IndexedDB is a transactional database system, like an SQL-based RDBMS. However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored.

      IndexedDB stores JS objects and retrives them with a key (as apposed to SQL like syntax which is for relational tables).