the javascript fullstack bootcamp by flavio copes

This class was created by Brainscape user Tom Phillips. Visit their profile to learn more about the creator.

Decks in this class (49)

JavaScript Basics Module #16
What kind of error do you get if ...,
What 2 use cases can a const vari...,
Which variable should be used mos...
16  cards
Primitive Types Module #17
How would you define a number usi...,
How would you convert 1000 so tha...,
How can you test for a type of a ...
43  cards
Functions Module #18
How are multiple values from pass...,
How are arrow functions different...,
How are regular functions assigne...
11  cards
Object Oriented Programming Module #19
What is this syntax const car,
Define a javascript object,
There are 3 ways to create an obj...
25  cards
Asynchronous Programming Module #20
What arguments will settimeout ac...,
Callbacks are cool but how would ...,
What s a common strategy for erro...
17  cards
More JavaScript Concepts Module#26
What are the 3 kinds of scope,
What is closure,
What happens if a variable is use...
19  cards
Dates Module #27
What type is a date in js,
When new date is called what does...,
How is the timestamp returned whe...
7  cards
JSON Module #28
What types of data does json support,
Which method will return an objec...,
What does jsonstringify do
4  cards
Modules Module #29
How is imported module syntax rep...,
What s the definition of a javasc...,
What gets exported when running e...
12  cards
Errors and Exceptions #30
What are the 7 error objects in js,
What properties does error contain,
What does rangeerror mean
7  cards
The Event Loop Module #31
What is the main takeaway about t...,
How can you accidentally block th...
2  cards
They call me DOM Module #32
What are the two main objects dev...,
What are the most common properti...,
Which methods can be used on the ...
4  cards
Intro to Events and Event handlers Module #33
What are the three methods that j...,
What about inline event handlers,
How is a dom on event handler wri...
8  cards
FORMS Module #34
How would you create a field on a...,
What happens when you specify an ...,
What is needed in terms of js to ...
5  cards
The History API Module #35
What are the 3 methods used to en...,
How can you determine how many le...,
How would you put together a func...
9  cards
Networking in the Browser Module #36
What s the wrapper that should en...,
Add in the likely statements insi...,
How is it possible to get more in...
6  cards
Intro to Cookies Module #37
When cookies are sent by the brow...,
How much data can a cookie store,
How many cookies can you set per ...
15  cards
The Storage API Module #38
What are the two mechanisms provi...,
How does session storage work,
How does local storage differ fro...
13  cards
VSCode Module #39
Shortcut to open hide the file br...,
While in the search panel how wou...,
How can you run a search and replace
20  cards
The Command Line Module #40
How can you add an argument to th...,
How are parameters denoted in the...,
How can you display the manual pa...
10  cards
Introduction to Git Module #41
How do we add files into the stag...,
How would you remove a file from ...,
What does this command do git com...
10  cards
Introduction to curl Module #42
What s the command for a basic cu...,
How would you reveal the response...,
What if you wanted to return only...
13  cards
NPM Module #43
How would you install a package,
How would you make sure dependenc...,
What s another perhaps quicker wa...
17  cards
Babel Module #44
What is babel anyway,
What s the recommended way to ins...,
How would you make sure arrow fun...
4  cards
Post CSS Module #45
What is postcss,
What is the main benefit of using...,
How can you install postcss cli
6  cards
Webpack Module #46
Meh i don t like webpack
1  cards
Prettier Module #47
What is prettier,
What s the difference between eslint,
What s the bottom line then
3  cards
ESLint Module #48
Eslint what s it do again,
How do i install it,
How do i run it on my js files
4  cards
Browser Developer Tools Module #49
How would you quickly run a custo...,
If by chance you wanted to put th...,
What messages can be triggered by...
17  cards
Using the Debugger Module #50
Where is the debugger tool found,
What is a breakpoint in javascript,
What s another way to set a break...
11  cards
Node.js Basics Module #51
How can you install nodejs,
What is the main advantage of usi...,
What technology runs google chrome
5  cards
Node.js File System Module #52
How would you require access and ...,
Memorize at least some of the fs ...,
The full list of methods that can...
36  cards
Node.js Networking Module #53
Pop quiz how do you execute a fil...,
How do you stop the server from r...,
If you need to use axios for your...
5  cards
Express Module #54
What is expressjs what is it used...,
Making a webserver was a dozen or...,
There is a method for every http ...
25  cards
Databases 101 Module #55
What are the main properties of a...,
What are some examples of relatio...,
What is the best known conceptual...
20  cards
MongoDB Module #56
What does mongo store instead of ...,
How do you install mongo locally ...,
What is a collection in mongodb
13  cards
Using MongoDB from Node.js Module #57
When starting a mongodb project w...,
How is mongodb installed into you...,
What is the first step in your ja...
13  cards
SQL Module #58
What does sql mean,
What command is used in sql in or...,
What other information is needed ...
24  cards
PostgreSQL Module #59
What type of database is postgresql,
What command needs to be entered ...,
How are new databases added to po...
28  cards
The node-postgres module Module #60
What is the process for installin...,
Sitting down to write the js to c...,
How can you create a pool instance
6  cards
Use the Sequelize ORM to access a PostgreSQL databases Module#61
How can we install the sequelize ...,
What is the first step in using s...,
When you specify dialect what are...
13  cards
Redis Module #62
What kind of database is redis ge...,
Redis has a reputation for being ...,
How do you make sure that redis s...
41  cards
Use Redis from Node.js Module #63
How is redis installed,
How is the redis object created,
Next the client needs to get set ...
8  cards
REST API Basics Module #63
Generally speaking what are the 2...,
In rest what is an endpoint,
What method signals to the server...
10  cards
How to create a REST API Using Express Module #66
Pop quiz what are the first 2 lin...,
What line of code is required in ...,
Defining endpoints which two para...
20  cards
Consuming a REST API as a client Module #67
What are some of the things we ne...,
What is an xhr request comprised of,
What are the main ingredients for...
21  cards
Advanced REST API Topics Module #71
What is a very important task tha...,
What is the best way to load test...,
By what method can we determine w...
12  cards
GraphQL module#72
How many endpoints does graphql e...,
What does the ql stand for anyway,
What is one of the biggest differ...
13  cards
Fundamental Concepts of React Module #75
What s the main reason react gain...,
What are the 4 main concepts one ...,
How do we get a react project up ...
23  cards

More about
the javascript fullstack bootcamp by flavio copes

  • Class purpose General learning

Learn faster with Brainscape on your web, iPhone, or Android device. Study Tom Phillips's The JavaScript Fullstack Bootcamp by Flavio Copes flashcards now!

How studying works.

Brainscape's adaptive web mobile flashcards system will drill you on your weaknesses, using a pattern guaranteed to help you learn more in less time.

Add your own flashcards.

Either request "Edit" access from the author, or make a copy of the class to edit as your own. And you can always create a totally new class of your own too!

What's Brainscape anyway?

Brainscape is a digital flashcards platform where you can find, create, share, and study any subject on the planet.

We use an adaptive study algorithm that is proven to help you learn faster and remember longer....

Looking for something else?

Python and Django Full Stack Web Deve...
  • 10 decks
  • 209 flashcards
  • 15 learners
Decks: Sect 3 Object And Data Structure Basics, Python Statements, Django Level One, And more!
Full Stack Development - Coursera
  • 4 decks
  • 54 flashcards
  • 17 learners
Decks: The Big Picture, Call Back And Error Handling, Node Modules Further Details, And more!
CASP Bootcamp
  • 5 decks
  • 495 flashcards
  • 15 learners
Decks: 24 Casp Questions, 51 Casp Questions, Latest Casp Questions, And more!
JavaScript
  • 11 decks
  • 384 flashcards
  • 3 learners
Decks: Html, Js Basics Es5, Js For Google Workplace, And more!
Make Flashcards