1 00:00:00,290 --> 00:00:05,140 You did it, you wrapped up another course and dove head first into web development. 2 00:00:05,140 --> 00:00:08,590 The little differences in state introduce a whole new set of tricks and 3 00:00:08,590 --> 00:00:11,780 ways of thinking, but you took those on like a champ. 4 00:00:11,780 --> 00:00:14,930 That is the sign of a successful web developer, so keep at it. 5 00:00:15,990 --> 00:00:18,570 The knowledge you gained here should give you the courage to go and 6 00:00:18,570 --> 00:00:23,320 tackle any of these web frameworks that pop up, and they keep popping up. 7 00:00:23,320 --> 00:00:27,910 Remember, every single one of them are all just abstraction sitting on top 8 00:00:27,910 --> 00:00:30,780 of the stateless HTTP protocol, and 9 00:00:30,780 --> 00:00:33,910 they usually end up evolving into the same feature sets. 10 00:00:33,910 --> 00:00:38,400 So you'll find similar niceties in every single framework. 11 00:00:38,400 --> 00:00:40,500 The more you gain experience with these frameworks, 12 00:00:40,500 --> 00:00:43,310 the more you'll realize how similar they actually are and 13 00:00:43,310 --> 00:00:47,060 the less daunting the amount of them available will seem to you. 14 00:00:47,060 --> 00:00:51,670 A key to being a web developer is being able to adapt to these seemingly endless 15 00:00:51,670 --> 00:00:56,320 amounts of framework so I'm glad that you learned to lean on the documentation. 16 00:00:56,320 --> 00:00:59,670 You'll find that the frameworks that survive are those with great 17 00:00:59,670 --> 00:01:00,300 documentation. 18 00:01:01,510 --> 00:01:05,060 What we did in this course is what is known as server side rendering. 19 00:01:05,060 --> 00:01:06,680 You know, we have the logic on the server and 20 00:01:06,680 --> 00:01:09,250 we push the information down to the client. 21 00:01:09,250 --> 00:01:13,310 More and more, this logic is starting to live on the client side of things. 22 00:01:13,310 --> 00:01:14,540 Pulling information. 23 00:01:14,540 --> 00:01:17,850 Now this done using technologies that you might not have experienced yet. 24 00:01:17,850 --> 00:01:20,440 Check the teacher's notes for more information on this and 25 00:01:20,440 --> 00:01:21,400 the role that Java plays. 26 00:01:22,480 --> 00:01:26,170 I wanted to say thanks once again for the suggestion for this course and for 27 00:01:26,170 --> 00:01:27,220 many others. 28 00:01:27,220 --> 00:01:28,350 Keep them coming. 29 00:01:28,350 --> 00:01:30,310 I had a lot of fun working through it with you and 30 00:01:30,310 --> 00:01:33,260 exploring the wonderful world of web development. 31 00:01:33,260 --> 00:01:35,940 I do hope it sparked your interest in web frameworks. 32 00:01:37,380 --> 00:01:39,160 Thanks for hanging out and I'll see you real soon.