Web Frameworks Flashcards

1
Q

Node.js

A

Node is a dev platform for using JS server side. Develops apps that require a continual connection from browser to server. Used for real-time applications like chats, news feeds, and push notifcations

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

Rails

A

Framework to create webpages with Ruby “Ruby on rails”

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

Laravel

A

Web app framework with elegant syntax. Takes pain out of development by easing tasks like authnetication, routing, sessions, and cashing

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

Django

A

Free, open-source web app framework written in Python. “high level Python web framework for rapid development and clean, pragmatic design”

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

ASP.NET

A

MSFT’s for websites, apps, and web services. Easily integrate HTM, CSS and JS. Allows programmers to build rich sites and apps, using compiled lang. like VB and C#

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

Express

A

Lets you structure web apps to handle multiple different requests at a specific URL. Minimal, flexible Node.js framework to make websites, apps, and API’s easily developed. De factor standard server framework for Node.js

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

Spring

A

Most popular app framework for enterprise Java. Creates high performing, easily testable, reusable code.

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

React (FE)

A

React is a JS library for user interfaces. Maintained by Facebook and developer communities. Used as a base in development of single-page or mobile apps.

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

Angular (FE)

A

JS based open-sourced front-end web framework maintained by Google and by a community of individuals to address challenges of developing single-page apps.

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

Vue.js

A

Software technology used y the world for web development. JS with optional tools for building user interfaces

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

Ember

A

MVC (model-view-controller) JS FW used to develop large, client-side web apps. Differentiated by ability to write organized, structure code. Supposed to let you be ambitious in building web apps

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

Backbone

A

JS framework helping you organize code. You build an app on this, like a backbone.

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

JQuery

A

JS Library that simplifies creation and navigation of web apps. Specifically, helps HTML Document Object model and AjAx event handling.

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