Can you believe it? Even today, in 2021, JavaScript is *still* the most popular programming language. So what can we do with it?
Follow along as we solve three real-world assignments while building our own custom code framework! We'll be extending and customizing 3rd party code (jQuery plugins), developing new features, and writing our own utility functions. Watch a professional with 20 years of development experience create reusable code for use across teams and projects. We'll identify patterns and find ways to refactor solutions which will be customizable and broadly reusable.
Early in your programming career you're likely to write solutions to solve specific problems you're given. Later you may be solving problems the whole team faces. Eventually you may be asked to develop solutions that entire organizations can use (across teams and projects). This is where a software framework comes to the rescue!