-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogressdoc.txt
849 lines (848 loc) · 21.5 KB
/
progressdoc.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
App Academy Open - home
Home
Syllabus
Community
Schir
a/A Open - Software Engineering
Web Development Fundamentals
Getting Started at App Academy
Hide Completed
Learning at App Academy
You're all done!
Practices Completed 6 / 6
Introduction to Problem Solving I
You're all done!
Practices Completed 4 / 4
JavaScript Fundamentals
Hide Completed
Data Types
You're all done!
Practices Completed 19 / 19
Intro to Functions
You're all done!
Practices Completed 17 / 17
Control Flow
You're all done!
Practices Completed 19 / 19
Setting Up Your Environment I
Hide Completed
Setting up Your Computer
You're all done!
Practices Completed 6 / 6
Getting to Know Your Computer
You're all done!
Practices Completed 7 / 7
Intro to Source Control
You're all done!
Practices Completed 6 / 6
HTML & CSS Fundamentals
Hide Completed
Problem Solving
You're all done!
Practices Completed 3 / 3
HTML Basics
You're all done!
Practices Completed 12 / 12
CSS Basics
You're all done!
Practices Completed 6 / 6
Intermediate HTML & CSS
Hide Completed
HTML Forms
You're all done!
Practices Completed 5 / 5
Intermediate CSS
You're all done!
Practices Completed 11 / 11
HTML & CSS: Putting It All Together
Hide Completed
Capstone Project
Estimated Time to Complete 4 hours and 3 minutes
Practices Completed 0 / 2
Setting Up Your Environment II
Hide Completed
Computer Analysis
You're all done!
Practices Completed 5 / 5
Git and GitHub Basics
You're all done!
Practices Completed 5 / 5
Resolving Common Issues
Estimated Time to Complete 1 hour and 35 minutes
Practices Completed 1 / 4
Intermediate JavaScript
Hide Completed
Getting Started with Node
You're all done!
Practices Completed 5 / 5
Local JavaScript Practice
You're all done!
Practices Completed 1 / 1
Refactoring JavaScript Practice
You're all done!
Practices Completed 4 / 4
HTML & CSS Unit Tests
You're all done!
Practices Completed 2 / 2
JavaScript Fundamentals
Introduction to JavaScript
Hide Completed
Expressions
You're all done!
Practices Completed 5 / 5
Data Types
You're all done!
Practices Completed 26 / 26
Functions
You're all done!
Practices Completed 17 / 17
Control Flow
Hide Completed
Control Flow Decisions
You're all done!
Practices Completed 9 / 9
Basic Loops
You're all done!
Practices Completed 11 / 11
String Loops
You're all done!
Practices Completed 18 / 18
Intermediate JavaScript
Hide Completed
Problem Solving II
You're all done!
Practices Completed 6 / 6
Introduction to Arrays
You're all done!
Practices Completed 14 / 14
Intermediate Functions
You're all done!
Practices Completed 12 / 12
Data Types
You're all done!
Practices Completed 19 / 19
Intermediate Arrays
Hide Completed
Add to Arrays
You're all done!
Practices Completed 21 / 21
Chopping Up Arrays
You're all done!
Practices Completed 18 / 18
Advanced Arrays
Hide Completed
Nested Loops
You're all done!
Practices Completed 7 / 7
2-D Arrays
You're all done!
Practices Completed 12 / 12
Additional Practices
Hide Completed
Recalling What You've Covered
You're all done!
Practices Completed 13 / 13
Advanced Array Methods
Hide Completed
Map, Reduce, and Filter
You're all done!
Practices Completed 7 / 7
Advanced Array Methods Project
You're all done!
Practices Completed 1 / 1
Intermediate JavaScript
Local JavaScript
Hide Completed
Getting Started with Node.js
You're all done!
Practices Completed 8 / 8
Objects
Hide Completed
JavaScript Objects
Estimated Time to Complete 3 hours and 25 minutes
Practices Completed 16 / 16
Objects Project
Estimated Time to Complete 2 hours and 30 minutes
Practices Completed 1 / 1
Callbacks
Show Completed
Callbacks and Functions
Estimated Time to Complete 1 hour and 5 minutes
Practices Completed 10 / 10
Callback Project
Estimated Time to Complete 3 hours and 35 minutes
Practices Completed 3 / 3
Scope and Closures
Show Completed
Scope and Arrow Functions
Estimated Time to Complete 1 hour and 25 minutes
Practices Completed 11 / 11
Closures
Estimated Time to Complete 21 minutes
Practices Completed 3 / 3
Scope and Closures Project
Estimated Time to Complete 3 hours
Practices Completed 1 / 1
Recursion
Show Completed
Recursion
Estimated Time to Complete 58 minutes
Practices Completed 10 / 10
Recursion Projects
Estimated Time to Complete 6 hours
Practices Completed 2 / 2
IIFEs and Recalls
Show Completed
Hoisting
Estimated Time to Complete 33 minutes
Practices Completed 5 / 5
Recalls
Estimated Time to Complete 55 minutes
Practices Completed 8 / 8
Asynchronicity
Show Completed
Async JavaScript
Estimated Time to Complete 1 hour and 8 minutes
Practices Completed 10 / 10
Timeout Project
Estimated Time to Complete 4 hours
Practices Completed 2 / 2
Guessing Game Project
Estimated Time to Complete 2 hours and 26 minutes
Practices Completed 3 / 3
TDD and OOP
Basic Coding Principles
Show Completed
Modules and Packages
Estimated Time to Complete 1 hour and 19 minutes
Practices Completed 9 / 9
Clean Maintainable Code
Estimated Time to Complete 2 hours
Practices Completed 5 / 9
Clean Maintainable Code Project
Estimated Time to Complete 1 hour and 30 minutes
Practices Completed 0 / 1
Object-Oriented Programming
Show Completed
OOP & Classes
Estimated Time to Complete 2 hours and 9 minutes
Practices Completed 2 / 23
Basic Projects
Estimated Time to Complete 2 hours and 45 minutes
Practices Completed 0 / 2
Challenge Projects
Estimated Time to Complete 4 hours
Practices Completed 0 / 2
Context in JavaScript
Show Completed
Context in Regular Functions
Estimated Time to Complete 1 hour and 26 minutes
Practices Completed 0 / 9
Context in Arrow Functions
Estimated Time to Complete 57 minutes
Practices Completed 0 / 5
Basic Project
Estimated Time to Complete 2 hours
Practices Completed 0 / 1
Challenge Projects
Estimated Time to Complete 6 hours and 30 minutes
Practices Completed 0 / 2
TDD Basics
Show Completed
Error Handling
Estimated Time to Complete 49 minutes
Practices Completed 0 / 5
Testing
Estimated Time to Complete 1 hour and 28 minutes
Practices Completed 0 / 9
Basic Projects
Estimated Time to Complete 2 hours
Practices Completed 0 / 1
Challenge Projects
Estimated Time to Complete 5 hours
Practices Completed 0 / 2
Intermediate TDD
Show Completed
Custom Errors & ES5 Classes
Estimated Time to Complete 1 hour and 9 minutes
Practices Completed 0 / 6
Challenge Projects
Estimated Time to Complete 3 hours and 30 minutes
Practices Completed 0 / 1
Data Structures and Algorithms
Code Performance
Show Completed
Time and Space Complexity
Estimated Time to Complete 1 hour and 22 minutes
Practices Completed 0 / 8
Big-O Practice
Estimated Time to Complete 1 hour and 35 minutes
Practices Completed 0 / 3
Logic and Memory
Estimated Time to Complete 1 hour and 44 minutes
Practices Completed 0 / 7
Data Structures I
Show Completed
Arrays and Stacks
Estimated Time to Complete 1 hour and 34 minutes
Practices Completed 0 / 5
Linked Lists and Queues
Estimated Time to Complete 1 hour and 19 minutes
Practices Completed 0 / 6
Linked Lists and Queues Project
Estimated Time to Complete 3 hours
Practices Completed 0 / 1
Whiteboarding I
Show Completed
Improving Time Complexity
Estimated Time to Complete 16 minutes
Practices Completed 0 / 3
Whiteboarding Problems
Estimated Time to Complete 4 hours
Practices Completed 0 / 1
Data Structures II
Show Completed
Hash Tables and Sets
Estimated Time to Complete 1 hour and 37 minutes
Practices Completed 0 / 8
Hash Tables Project
Estimated Time to Complete 3 hours
Practices Completed 0 / 1
Sorting
Show Completed
Basic Sorting
Estimated Time to Complete 1 hour and 20 minutes
Practices Completed 0 / 9
Intermediate Sorting
Estimated Time to Complete 56 minutes
Practices Completed 0 / 6
Sorting Projects
Estimated Time to Complete 2 hours and 15 minutes
Practices Completed 0 / 2
Trees and Binary Search
Show Completed
Trees Basics
Estimated Time to Complete 45 minutes
Practices Completed 0 / 5
Binary Search Trees
Estimated Time to Complete 1 hour and 30 minutes
Practices Completed 0 / 5
Binary Search Trees Projects
Estimated Time to Complete 2 hours and 15 minutes
Practices Completed 0 / 2
Graphs
Show Completed
Graph Basics
Estimated Time to Complete 1 hour and 30 minutes
Practices Completed 0 / 13
Adjacency Lists
Estimated Time to Complete 44 minutes
Practices Completed 0 / 3
Matrix Graphs
Estimated Time to Complete 4 hours and 34 minutes
Practices Completed 0 / 6
Whiteboarding II
Show Completed
Whiteboarding Practice
Estimated Time to Complete 1 hour and 19 minutes
Practices Completed 0 / 3
LeetCode Problems
Estimated Time to Complete 2 hours and 30 minutes
Practices Completed 0 / 5
HTML and CSS
Intro to Web Design
Show Completed
HTML and Design
Estimated Time to Complete 1 hour and 15 minutes
Practices Completed 0 / 6
HTML from Wireframes Project
Estimated Time to Complete 2 hours
Practices Completed 0 / 1
CSS Fundamentals
Show Completed
CSS Basics
Estimated Time to Complete 2 hours and 34 minutes
Practices Completed 0 / 14
CSS Basics Projects
Estimated Time to Complete 4 hours
Practices Completed 0 / 2
Intermediate CSS
Show Completed
Flexbox and Grid Layout
Estimated Time to Complete 1 hour and 57 minutes
Practices Completed 0 / 11
CSS Layout Project
Estimated Time to Complete 3 hours
Practices Completed 0 / 8
Advanced CSS
Show Completed
Media Queries
Estimated Time to Complete 2 hours and 26 minutes
Practices Completed 0 / 3
Transitions
Estimated Time to Complete 3 hours and 27 minutes
Practices Completed 0 / 4
CSS Capstone Project
Show Completed
Pixel-Perfect Clone Project
Estimated Time to Complete 4 hours and 37 minutes
Practices Completed 0 / 4
Servers, APIs, and Promises
HTTP Servers I
Show Completed
HTTP Basics
Estimated Time to Complete 2 hours and 10 minutes
Practices Completed 0 / 17
HTTP Basics Project
Estimated Time to Complete 1 hour and 30 minutes
Practices Completed 0 / 1
HTTP Servers II
Show Completed
HTTP Request and Response Cycle
Estimated Time to Complete 1 hour and 35 minutes
Practices Completed 0 / 10
Route Handlers, Static Assets, and HTML Templating
Estimated Time to Complete 1 hour and 55 minutes
Practices Completed 0 / 9
HTTP Server Project
Estimated Time to Complete 3 hours and 30 minutes
Practices Completed 0 / 1
Asynchronous JavaScript
Show Completed
Promises
Estimated Time to Complete 1 hour and 23 minutes
Practices Completed 0 / 5
Promises Project
Estimated Time to Complete 1 hour and 30 minutes
Practices Completed 0 / 1
Async Functions & Fetch
Estimated Time to Complete 1 hour and 27 minutes
Practices Completed 0 / 6
Fetch Project
Estimated Time to Complete 2 hours and 30 minutes
Practices Completed 0 / 1
APIs
Show Completed
Web APIs and JSON
Estimated Time to Complete 1 hour and 39 minutes
Practices Completed 0 / 7
API Documentation
Estimated Time to Complete 4 hours and 24 minutes
Practices Completed 0 / 6
API Server Project
Estimated Time to Complete 3 hours and 45 minutes
Practices Completed 0 / 2
Networks
Show Completed
Network Protocol
Estimated Time to Complete 1 hour and 7 minutes
Practices Completed 0 / 10
Frontend JavaScript
The Browser
Show Completed
Browser Basics
Estimated Time to Complete 1 hour and 37 minutes
Practices Completed 0 / 9
Browser Basics Project
Estimated Time to Complete 1 hour and 30 minutes
Practices Completed 0 / 1
Working with the DOM
Show Completed
Element Selection and Manipulation
Estimated Time to Complete 1 hour and 45 minutes
Practices Completed 0 / 8
Element Manipulation Project
Estimated Time to Complete 2 hours and 30 minutes
Practices Completed 0 / 1
Handling Events and Data
Show Completed
Event Handling
Estimated Time to Complete 1 hour and 54 minutes
Practices Completed 0 / 11
Event Handling Project
Estimated Time to Complete 4 hours
Practices Completed 0 / 1
Browser Storage
Show Completed
Storage Basics
Estimated Time to Complete 1 hour and 37 minutes
Practices Completed 0 / 6
Tic-Tac-Toe Project
Estimated Time to Complete 3 hours
Practices Completed 0 / 1
Capstone Project
Show Completed
Catsagram Project
Estimated Time to Complete 4 hours and 35 minutes
Practices Completed 0 / 4
Express & SQL
Express Basics
Show Completed
Intro to Express
Estimated Time to Complete 2 hours and 6 minutes
Practices Completed 0 / 19
Requests & Responses
Estimated Time to Complete 3 hours and 11 minutes
Practices Completed 0 / 9
Intermediate Express
Show Completed
Middleware
Estimated Time to Complete 2 hours and 1 minute
Practices Completed 0 / 12
Routers & Environmental Variables
Estimated Time to Complete 1 hour and 35 minutes
Practices Completed 0 / 12
Express Capstone
Show Completed
Capstone Project
Estimated Time to Complete 4 hours
Practices Completed 0 / 5
SQL Basics
Show Completed
Database Design & Visualization
Estimated Time to Complete 2 hours and 17 minutes
Practices Completed 0 / 22
Basic SQL Commands
Estimated Time to Complete 1 hour and 54 minutes
Practices Completed 0 / 16
Connections
Estimated Time to Complete 1 hour and 14 minutes
Practices Completed 0 / 12
SQL Basic Review
Estimated Time to Complete 4 hours and 5 minutes
Practices Completed 0 / 6
Intermediate SQL
Show Completed
SQL Query Filters
Estimated Time to Complete 56 minutes
Practices Completed 0 / 6
Relationships
Estimated Time to Complete 1 hour and 16 minutes
Practices Completed 0 / 10
SQL Capstone Project
Show Completed
Capstone Project
Estimated Time to Complete 2 hours and 35 minutes
Practices Completed 0 / 7
Additional Reviews
Estimated Time to Complete 2 hours and 15 minutes
Practices Completed 0 / 3
Advanced SQL Topics
Show Completed
Aggregates & Subqueries
Estimated Time to Complete 1 hour and 28 minutes
Practices Completed 0 / 8
SQL Efficiency and Injection
Estimated Time to Complete 1 hour and 51 minutes
Practices Completed 0 / 15
Optional Projects
Estimated Time to Complete 3 hours and 35 minutes
Practices Completed 0 / 13
Express & Sequelize
Sequelize Foundations
Show Completed
Sequelize
Estimated Time to Complete 36 minutes
Practices Completed 0 / 5
Migrations
Estimated Time to Complete 39 minutes
Practices Completed 0 / 7
Models & Seeders
Estimated Time to Complete 1 hour and 48 minutes
Practices Completed 0 / 12
Sequelize Foundations Capstone
Estimated Time to Complete 2 hours and 10 minutes
Practices Completed 0 / 5
Sequelize Data Manipulation
Estimated Time to Complete 2 hours and 35 minutes
Practices Completed 0 / 14
Relationships in Sequelize
Show Completed
Intro to Associations
Estimated Time to Complete 1 hour and 22 minutes
Practices Completed 0 / 11
Sequelize Insertion Options
Estimated Time to Complete 53 minutes
Practices Completed 0 / 5
Sequelize Relationships Capstone
Estimated Time to Complete 2 hours and 40 minutes
Practices Completed 0 / 7
Real World Sequelize Applications
Show Completed
Ordering & Aggregation
Estimated Time to Complete 1 hour and 25 minutes
Practices Completed 0 / 9
Pagination & Search Filters
Estimated Time to Complete 1 hour and 14 minutes
Practices Completed 0 / 5
Sequelize Efficiency
Estimated Time to Complete 53 minutes
Practices Completed 0 / 5
Express & SQL Capstone
Show Completed
Course Capstone
Estimated Time to Complete 2 hours and 35 minutes
Practices Completed 0 / 8
Optional Projects
Estimated Time to Complete 2 hours
Practices Completed 0 / 4
Web Security and Authentication
Web Application Security
Show Completed
Intro to Security & CSRF
Estimated Time to Complete 51 minutes
Practices Completed 0 / 6
CORS & XSS
Estimated Time to Complete 1 hour and 8 minutes
Practices Completed 0 / 7
Backend Authentication
Show Completed
JWT and Roles & Permissions
Estimated Time to Complete 1 hour and 12 minutes
Practices Completed 0 / 9
Passwords
Estimated Time to Complete 55 minutes
Practices Completed 0 / 7
Backend Authentication Project
Estimated Time to Complete 9 hours and 31 minutes
Practices Completed 0 / 8
React
React Basics
Show Completed
Intro to React
Estimated Time to Complete 30 minutes
Practices Completed 0 / 9
Function Components
Estimated Time to Complete 1 hour and 46 minutes
Practices Completed 0 / 6
Create React App
Estimated Time to Complete 43 minutes
Practices Completed 0 / 3
React Routing
Estimated Time to Complete 1 hour and 54 minutes
Practices Completed 0 / 7
React Basics Project
Estimated Time to Complete 3 hours and 4 minutes
Practices Completed 0 / 5
React Hooks and Forms
Show Completed
React Hooks
Estimated Time to Complete 2 hours and 21 minutes
Practices Completed 0 / 13
React Hooks Projects
Estimated Time to Complete 3 hours and 6 minutes
Practices Completed 0 / 8
React Forms
Estimated Time to Complete 2 hours and 8 minutes
Practices Completed 0 / 6
React Context and Jest
Show Completed
React Context
Estimated Time to Complete 1 hour and 51 minutes
Practices Completed 0 / 8
React Context Projects
Estimated Time to Complete 3 hours and 35 minutes
Practices Completed 0 / 7
Jest
Estimated Time to Complete 1 hour and 37 minutes
Practices Completed 0 / 2
Class Components
Show Completed
Refactoring Class Components
Estimated Time to Complete 38 minutes
Practices Completed 0 / 14
Class Components Project
Estimated Time to Complete 3 hours and 10 minutes
Practices Completed 0 / 6
Redux and Authentication
Redux Basics
Show Completed
Intro to Redux
Estimated Time to Complete 1 hour and 28 minutes
Practices Completed 0 / 12
React Redux
Estimated Time to Complete 1 hour and 28 minutes
Practices Completed 0 / 6
React Basics Project
Estimated Time to Complete 5 hours and 4 minutes
Practices Completed 0 / 5
Redux Thunk
Show Completed
Recall
Estimated Time to Complete 32 minutes
Practices Completed 0 / 4
Intro to Redux Thunk
Estimated Time to Complete 1 hour and 40 minutes
Practices Completed 0 / 14
Full Stack Data Flow
Estimated Time to Complete 31 minutes
Practices Completed 0 / 5
Redux Thunk Project
Estimated Time to Complete 5 hours and 2 minutes
Practices Completed 0 / 3
Full Stack Capstone
Show Completed
Capstone Project
Estimated Time to Complete 8 hours and 30 minutes
Practices Completed 0 / 5
Python
Data Types
Hide Completed
Setup and Introduction
You're all done!
Practices Completed 9 / 9
Strings
Estimated Time to Complete 1 hour and 14 minutes
Practices Completed 19 / 19
Boolean
Estimated Time to Complete 43 minutes
Practices Completed 12 / 12
Numbers
Estimated Time to Complete 1 hour and 29 minutes
Practices Completed 15 / 17
Operators
Estimated Time to Complete 1 hour and 16 minutes
Practices Completed 4 / 12
Functions and Statements
Show Completed
Statements
Estimated Time to Complete 2 hours and 7 minutes
Practices Completed 0 / 18
Functions
Estimated Time to Complete 1 hour and 4 minutes
Practices Completed 0 / 9
Structured Data I
Show Completed
Structured Data Intro
Estimated Time to Complete 30 minutes
Practices Completed 0 / 4
Lists
Estimated Time to Complete 1 hour and 35 minutes
Practices Completed 0 / 13
Tuples
Estimated Time to Complete 1 hour and 31 minutes
Practices Completed 0 / 12
Ranges
Estimated Time to Complete 56 minutes
Practices Completed 0 / 9
Dictionaries
Estimated Time to Complete 1 hour and 13 minutes
Practices Completed 0 / 13
Sets
Estimated Time to Complete 47 minutes
Practices Completed 0 / 9
Structured Data II
Show Completed
Built-in Functions
Estimated Time to Complete 1 hour
Practices Completed 0 / 11
List Comprehensions
Estimated Time to Complete 1 hour and 5 minutes
Practices Completed 0 / 10
Stacks, Queues and Trees
Estimated Time to Complete 42 minutes
Practices Completed 0 / 3
Object-Oriented Python
Show Completed
Decorators
Estimated Time to Complete 51 minutes
Practices Completed 0 / 7
Python Classes
Estimated Time to Complete 2 hours and 29 minutes
Practices Completed 0 / 12
Linked List Project
Estimated Time to Complete 2 hours
Practices Completed 0 / 1
Python Environment and Testing
Show Completed
Imports and Scripts
Estimated Time to Complete 54 minutes
Practices Completed 0 / 7
Python Environment
Estimated Time to Complete 51 minutes
Practices Completed 0 / 7
Unit Testing in Python
Estimated Time to Complete 2 hours and 54 minutes
Practices Completed 0 / 6
Python Capstone
Show Completed
Capstone Project
Estimated Time to Complete 10 hours
Practices Completed 0 / 4
Flask, SQLAlchemy, and Forms
Flask Basics
Show Completed
Intro to Flask
Estimated Time to Complete 1 hour and 1 minute
Practices Completed 0 / 7
Jinja and Flask Blueprints
Estimated Time to Complete 1 hour and 9 minutes
Practices Completed 0 / 9
Flask Basics Project
Estimated Time to Complete 3 hours
Practices Completed 0 / 1
SQLAlchemy Basics
Show Completed
SQLAlchemy
Estimated Time to Complete 1 hour and 27 minutes
Practices Completed 0 / 11
Flask and SQLAlchemy Project
Estimated Time to Complete 3 hours and 12 minutes
Practices Completed 0 / 2
Migrations
Show Completed
Migrations with Alembic
Estimated Time to Complete 36 minutes
Practices Completed 0 / 5
Overview Project
Estimated Time to Complete 3 hours
Practices Completed 0 / 1
Docker and Microservices
Docker Basics
Show Completed
Docker and Linux
Estimated Time to Complete 1 hour and 33 minutes
Practices Completed 0 / 7
Docker Containers
Estimated Time to Complete 1 hour and 18 minutes
Practices Completed 0 / 9
Docker Basics Projects
Estimated Time to Complete 2 hours and 20 minutes
Practices Completed 0 / 2
Docker Images
Show Completed
Images and Dockerfiles
Estimated Time to Complete 52 minutes
Practices Completed 0 / 7
Docker Images Projects
Estimated Time to Complete 6 hours and 35 minutes
Practices Completed 0 / 3
Docker Compose
Show Completed
Compose and Health Checks
Estimated Time to Complete 26 minutes
Practices Completed 0 / 5
Docker Compose Projects
Estimated Time to Complete 6 hours
Practices Completed 0 / 3
Microservices Applied
Show Completed
Microservices
Estimated Time to Complete 1 hour and 54 minutes
Practices Completed 0 / 5
Microservices Project
Estimated Time to Complete 4 hours and 15 minutes
Practices Completed 0 / 3
Immersive Programs
Campus Software Engineering Program
Online Software Engineering Program (Full Time)
Online Software Engineering Program (Part Time)
Prepare
Bootcamp Prep Live
Bootcamp Prep Self Paced - Online
Looking for the previous Open?
Company
For Employers
Diversity & Inclusion
Regulatory Information
Careers