React Notes, Remineders and Links

#### CRA Upgrade (EXAMPLE) https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md yarn add [email protected] # Moving to Typescript https://www.sitepoint.com/how-to-migrate-a-react-app-to-typescript/ # Local Storage https://hackernoon.com/how-to-take-advantage-of-local-storage-in-your-react-projects-a895f2b2d3f2 # Disable Right Click https://stackoverflow.com/questions/28648292/right-click-menu-using-react-js/28656242#28656242 # JS https://stackoverflow.com/questions/36270422/reactjs-settimeout-not-working

SQL Course Notes and Reminders

1: Basic SQL ERD Fundamentals PK FK Types of Databases Types of Statements SELECT & FROM LIMIT ORDER BY WHERE Derived Columns – Alias (AS) Logical Operators LIKE IN NOT AND & BETWEEN OR Commands Statement How to Use It Other Details SELECT SELECT Col1, Col2, … Provide the columns you want FROM FROM Table Provide the table … Read more

Categories SQL

How to create a Windows 10 Bootable USB

Plug the USB flash drive into your PC and use the Recovery Media Creator tool create Windows 10 recovery drive. (The easiest way to find this tool is to type Create a recovery drive in the search box on the taskbar, then click the shortcut from the search results. For full details, see “Windows 10 tip: Create a … Read more