-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathinit-outcomes.js
54 lines (47 loc) · 2.51 KB
/
init-outcomes.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// export init object with the initialization data
export default {
outcomesArray: [
'Set up a computer for web development.',
'Perform critical file management tasks.',
'Mark up web pages with Markdown and publish content on the web.',
'Use modern version control systems.',
'Describe key concepts of web applications.',
'Create web pages using HTML.',
'Style web pages using Cascading Style Sheets (CSS).',
'Understand and employ responsive design.',
'Implement event-driven programming with JavaScript.',
'Interact with users and modify the DOM programmatically.',
'Understand and employ jQuery and AJAX.',
'Design, implement, and publish responsive client-side apps.',
'Store information in the browser.',
'Understand and implement client-side unit tests.',
'Use developer tools to debug JavaScript.',
'Design and create app icons.',
'Understand and employ JSON.',
'Implement service workers.',
'Understand and implement progressive web apps (PWA).',
'Describe popular client-side frameworks for building web sites, apps, and services.',
'Describe two-way data binding.',
'Demonstrate client-side design and implementation',
'Implement a web server with Node.js.',
'Implement and deploy a web app with Express.js.',
'Describe separation of concerns and good architecture design.',
'Describe MVC, models, views, and controllers.',
'Design and implement domain-specific models.',
'Represent information using modern data serialization formats including JSON, XML, and YAML.',
'Seed a web app with sample data.',
'Understand and implement middleware such as logging.',
'Design and implement routing and controllers.',
'Design and implement controllers that return text, html, and data.',
'Understand and implement bi-directional communication with sockets.',
'Implement views using code and HTML.',
'Design and implement controllers that return views.',
'Design and implement controllers that execute actions on a persistent data store.',
'Recognize and understand different types of requests including REST, SOAP, and GraphQL.',
'Demonstrate server-side design and implementation',
'Collaborate on a MVC enterprise application using professional tools and practices.',
'Plan, design, and implement a web app using current standards and best practices.',
'Communicate professionally about technical topics. (Workshops)',
'Demonstrate full-stack design and implementation (Comprehensive)',
],
};