Section 1 - Pre Work Review
- Command Line
- VS Code
- Markdown
- Git / Git Workflow
- Github Pages
- JS Dev tools (Console tab)
- Load JS (Source tab/
<script>
) - Primitives
- Conditionals
- Arrays
- Loops
- Functions
- Objects
- Select HTML elements
- Add/remove elements
- Update element properties
- DOM events
- Debugging (elements tab)
- Box model
- Flexbox
- Grid
- SMACSS
setTimeout
setInterval
- Promises
- Fetch
- JSON
- REST
- Graphql
- NPM
- ParcelJS
create-react-app
- Hooks
- props
- Render lists
- Conditional Rendering
- Event listeners
- React hooks (
useState
,useEffect
,useContext
)
create-next-app
- Routing
getStaticProps
getServerSidProps
- Vercel
- process (env/argv)
- CommonJS
- HTTP Requests
- reading/writing to files (fs/path)
- Mongoose
- MongoDB
- Mongo Atlas
- Request
- Response
- Router
- Schema
- Resolvers
- Data Source
- Apollo Client
- Dockerfile
- Build/Run images
- Workflows
- Events
- Jobs
- Lambda
- SAM