Welcome & introduction including a mic #FAIL for the first 30 seconds
2
Starting to look at the new JavaScript content in the metadata explorations area
3
Entries by category from the inventory.json file
4
Introducing our little groupby helper function
5
Using Object.keys and reduce to clean up the data structure
6
Finding applications with a free subscription plan
7
Generating a list of all the possible regions
8
A little unique helper function, and a digression into the multiple parameters passed with map, filter etc
9
Ending with a deduplicated and sorted list of the concatenation of all regions for all service plans for all resources
Description:
Explore the BTP Service Metadata project in this final installment of a mini-series, focusing on JavaScript implementation. Dive into Node.js, jq, metadata, and functional programming concepts such as lambda expressions, anonymous functions, reduce, filter, map, and concat. Learn to manipulate data structures using Object.keys and other JavaScript methods. Follow along as the instructor demonstrates practical applications, including categorizing entries from the inventory.json file, creating a groupby helper function, and finding applications with free subscription plans. Discover techniques for generating and deduplicating lists of regions across service plans and resources. Gain insights into the multiple parameters passed with map and filter functions, enhancing your understanding of JavaScript's powerful data manipulation capabilities.
Exploring the BTP Service Metadata with JavaScript - Part 3