Open m4v15 opened 5 years ago
"call-it-back: Introducing callbacks and some other function concepts" I am not sure if this is supposed to be a workshop as it is only an introduction with no exercises or a repo to clone.
Hey - you are correct, its not really a workshop. The intention for delivery is just to read through and run the code in repl and try to understand what's happening - we've never had a great intro to callbacks tbh so this was to address that. There is this issue discussing it which may have some handy resources.
Please comment below if one of these links seems wrong or you think something is missing!
Week 1
DOM-manipulation-Challenge: Introduction to DOM manipulation
JavaScript HTML DOM - Exercises, Practice, Solution - w3resource
git-workflow-workshop-for-two: An exercise for two programmers to practice git workflow skills
Week 2
research-afternoon.md at master · m4v15/master-reference
css-gallery-challenge: A morning challenge to practice a bit of css to create a lovely space themed gallery
intro to api-workshop
ws-github-api: A workshop about XHR requests and callbacks, written for week 3 of the Founders & Coders course
call-it-back: Introducing callbacks and some other function concepts
Flexbox Froggy - A game for learning CSS flexbox
Workshop-Software-Architecture-Design: A Founders & Coders workshop, maintained by @lucyrose93
npm-introduction: An introduction to npm and installing node modules
ws-software-design-js: Introduction to elements of software design in JS
array-methods
mc-objects-and-arrays: A morning challenge by @eliascodes to get students more comfortable manipulating data structures
Week 3
testing-tdd-intro: An introduction to unit testing and test-driven development
fizzbuzz: Using Test Driven Development to solve FizzBuzz - workshop written for week 2 of the Founders & Coders course
roman-numeral-tdd-codealong: A code-along roman numeral converter solution for teaching test-driven development
morning-challenge-traffic-lights: Traffic light callback challenge!
ws-pure-functions-easy-testing: A workshop to help people start testing their code
research-afternoon.md at master · m4v15/master-reference
mc-waterfall-chaser:
Don'tGo Chase[ing] Waterfalls - fun with async callbacks!Week 4
Node-Intro-Workshop: An introduction to http servers with node.js
node-girls/node-workshop: Build a CMS in Node with no frameworks.
/morning-challenge-day-2.md at master · ES6 to ES5
master-reference/research-afternoon.md at master ·
morning-challenge-day-3.md at master · modularising a node server
Week 5
ws-tdd-node-server: A guide to creating a server using Test Driven Development
error-handling-workshop: Don't let Errors bite you , get a handle on them
mc-airbnb-css
going-on-a-bear-hunt: 🐻 ws to learn core node modules
/research-afternoon.md at master · m4v15/master-reference
Node-Shell-Workshop: A node shell scripting workshop
Week 6
sql-commands-intro
postgres-workshop: An introductory workshop to Postgres
pg-walkthrough: postgres database with nodejs
pg-workshop
ws-database-testing: 🗃Setup a separate test db, so your tests don't wipe your dev one 🙈
research-afternoon.md at master · m4v15/master-reference
db-morning-challenge: A coding challenge about databases
Week 7
ws-password-hashing
ws-cookies
mc-client-side-validation: Morning Challenge: validating a sign up form on the client side
mc-promise-me-this: Promises Morning Challenge
ws-jwt-stateless-session: Week 7 - Session Management Workshop
research-afternoon.md at master · m4v15/master-reference
css-layout: learn flex by matching a design
Week 8
introduction-to-express: An Introduction to Express JS
express-workshop
express-and-testing-workshop: A Founders and Coders workshop to teach testing an express backend connected to a PSQL DB
server-side-validation
morning-challenge-animated-app-drawer: A Founders and Coders Morning Challenge
Handlebars:
express-handlebars-challenge