Software/Libraries/IDEs/Languages/etc Flashcards
Karma
test runner
uses Jasmine to test angular apps
Hibernate
ORM framework - interacts with DB
Angular
platform/framework, divides user interface into smaller and more reusable code
JDBC
uses a driver to mediate between the technology and DB (ex. DriverManager)
TSLint
code cleanliness extension, gives compilation errors,
tells when you are coding against best practice or wrong
Bootstrap
CSS framework, helps sites look nice from one device to another, containers one of most important classes
CSS
used for styling webpages
HTML
defines the meaning and structure of a webpage
TypeScript
similar to JavaScript, made by Microsoft
AJAX
sends a message to the server and waits for a response
XML
data storage language like JSON or a properties file
spec file
test files for Karma/Jasmine
pom.xml file
dependencies(JAR files)/build for Maven
servlet
a java class that handles HTTP requests
JDBC
a java API that allows a client to access a database, implements models and DAOs,
- Bootstrap the driver
- Establish a connection
- Statements (most likely PreparedStatement)