~/notes/learnings — 9 entries
Notes on learnings.
- React Content Security Policy with nonceHow to add CSP nonce to React + Webpack app with Node and NginxLearnings2 min
- Remove node_modules from all foldersRemove all node_modules recursive from every folderLearnings1 min
- Mock Framer Motion with JestMock Framer Motion in Jest with React.Forward Reference component animationsLearnings1 min
- Fallback image if image is not found in picture source tagHow to do graceful degradation if source image not found in picture tagLearnings1 min
- Stop Port in TerminalStop running port in mac terminalLearnings1 min
- REST API's in GoCreating simple REST end points in GoLearnings1 min
- Date validation in javascript including leap year and invalid datesChecking if the entered date is a valid date in client side and inform customer to create better UX experience. Checking invalid dates in leap years as well.Learnings1 min
- Type Checking in JavaScript files with JS DocJSDoc annotations to provide type information in JavaScript filesLearnings2 min
- How to update a forked repo from original oneSync new changes from original reposiotry to your repositoryLearnings1 min