knowledge icon indicating copy to clipboard operation
knowledge copied to clipboard

Results 45 knowledge issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

# 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...

FrontEnd
BackEnd
Workshop

# 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...

FrontEnd
Workshop

# Proposal Basics of unit testing with Jest: - testing pure functions - deciding on test cases - structuring tests for readability - mocking, DI # Take away Should have...

FrontEnd
Workshop

# 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 #...

FrontEnd
Workshop

# 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`...

FrontEnd
Workshop

# 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 `===`