knowledge
knowledge copied to clipboard
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
# Motivation Decrease the time that developers spend managing code version control. # Proposal - introduction to git workflow - using branches, tags, and git commands - differentiate between merge...
# Motivation Should be comfortable working with Promises when encountering them (very common in modern JS). # Proposal Introduction to Promises: - what problem they solve (callback hell) - async/await...
# Proposal Basics of unit testing with Jest: - testing pure functions - deciding on test cases - structuring tests for readability - mocking, DI # Take away Should have...
# Proposal - explain quantifiers and character sets... - understand capturing groups - https://www.codecademy.com/learn/natural-language-processing/modules/nlp-regex-parsing-module - show regex101.com - show usage in WebStorm (regex replace) - greedy search - modifiers #...
# Proposal - Differences between classes, interfaces and type aliases. - Literal and enum-member types. - Intersection and union types. - Type guards based on type discriminants, duck typing, `typeof`...
# Table of content - What is SMO - Why Social media optimization matters nowadays - How to implement it the easy way ## prerequisites - some experience with SSR
# Content of table - basics (what is and how SSR works) - Deployment on Firebase, AWS
https://docs.google.com/document/d/13a8MllJcC0ynCiFDfC7y9wi16KHwZ_P9X0zl0wMkWFs/edit?usp=sharing
- `null` vs `undefined` - `==` vs `===`