Software/Libraries/IDEs/Languages/etc Flashcards

1
Q

Karma

A

test runner

uses Jasmine to test angular apps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hibernate

A

ORM framework - interacts with DB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Angular

A

platform/framework, divides user interface into smaller and more reusable code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

JDBC

A

uses a driver to mediate between the technology and DB (ex. DriverManager)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

TSLint

A

code cleanliness extension, gives compilation errors,

tells when you are coding against best practice or wrong

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Bootstrap

A

CSS framework, helps sites look nice from one device to another, containers one of most important classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CSS

A

used for styling webpages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

HTML

A

defines the meaning and structure of a webpage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TypeScript

A

similar to JavaScript, made by Microsoft

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

AJAX

A

sends a message to the server and waits for a response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

XML

A

data storage language like JSON or a properties file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

spec file

A

test files for Karma/Jasmine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

pom.xml file

A

dependencies(JAR files)/build for Maven

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

servlet

A

a java class that handles HTTP requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

JDBC

A

a java API that allows a client to access a database, implements models and DAOs,

  1. Bootstrap the driver
  2. Establish a connection
  3. Statements (most likely PreparedStatement)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly