JavaScript: Developing a Custom Framework
Learn to build a JS framework (with optional components) to replicate just the code you need across teams and projects.
Description
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!
What You Will Learn!
- Develop custom javascript frameworks that can save time and money.
- Balance flexibility versus complexity in designing your custom framework.
- Incorporate 3rd party plugins into your framework (if desired).
- Develop individual framework components which can be conditionally included on an as-needed basis.
- Implement and extend the Bootstrap Datepicker, DataTables, and Chosen plugins.
- Share your javascript code with other individuals or teams in a modular way.
Who Should Attend!
- JavaScript/jQuery developers that are interested in building a custom code framework which will be reusable across projects to quickly customize, extend, or create features.