Workshop: Binary Management Introduction for JS Developers: A Journey of a Thousand Binaries @ JS Monthly Meetup

February 23, 2023

2 min read

1200x675 (29)

Binary Management Introduction for JS Developers: “A Journey of a Thousand Binaries” // Ixchel Ruiz

In this workshop, we will explore some important concepts about dependency management. We all use software dependencies as part of our ongoing daily work. Those fundamental parts of our software can be used at different stages of the development lifecycle: development, runtime execution, and testing. Every time we add one new dependency to our project we need to think about the consequences in the long run. The concerns are considerable from security to maturity, to the level of dependency and type of dependency. In this workshop we will introduce several Best Practices for selecting, managing, scanning, and maintaining control of our dependencies in addition to that we will use several tools on the NPM domain to help us with our dependency resolution and management process.

Who should attend?

This workshop is an introduction to DevOps for all levels of developers and systems administrators who would like to get hands-on guidance. Attendees will receive a free cloud version of the JFrog Platform that they can keep after the workshop to continue to grow in their knowledge.

Prerequisites

  1. JFrog Free Cloud Account: [Select “Cloud” (Not “Self Hosted”)]:
    https://jfrog.com/community/start-free/?utm_source=event-free-tier-cta&utm_medium=meetup&utm_campaign=monthly-js-uk-03_09_2023&utm_content=u-bin
  2. This is free, no credit card is required.* It includes access to Artifactory and Xray, with a limited amount of storage and transfer.
  3. Git + GitHub
  4. A GitHub account is required so that you can fork this repository, and Git must be configured in your terminal so that you can clone it.
  5. Code Editor
    Choose which you are most comfortable using