У нас вы можете посмотреть бесплатно Implementing Feature Flags from Scratch - Part 1 или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
Welcome to @fromDev2Dev! #marcellothiry #fromdev2dev #featureflags #featuretoggles #typescript #monorepo This video is the part 1 of the Implementing Feature Flags Totally from Scratch series. I will show you how to create the project's workspace in a monorepo setup using Lerna. We will then add 2 packages, showing how to link them and manage their dependencies. Our goal in this series is to develop a complete TypeScript solution (minus the front-end, at least for now) to manage and use Feature Flags (also known as Feature Toggles) without using any existing frameworks or tools to handle them (no third-party libs). When finished, we will have functions for checking flag’s status based on the flag's name and user's group, caching and auto-refreshing, loaders for different data sources, and easy support for switching between new and legacy features. We are using Lerna (monorepo tool), Verdaccio (private NPM proxy registry), Vitest (Unit Test Framework), Fastify (Web Framework, so we can create our back-end REST feature flag service) and MongoDB (NoSQL) as our database. If you want to write any comments, you can do it in English or Portuguese. I'll keep the replies in Portuguese and translate them to English. ★ Implementing Feature Flags From Scratch Series - Part 2: • Implementing Feature Flags from Scrat... ★ Implementing Feature Flags From Scratch Series - Part 3: • Implementing Feature Flags from Scrat... ★ Installing NPM packages in you computer with Verdaccio NPM Proxy Registry: • Create a NPM Package and publish it l... ► Our code repo: https://github.com/marcellothiry/feat... ► Lerna (Monorepo Tool): https://lerna.js.org/ ► Verdaccio (NPM Proxy Registry): https://verdaccio.org/ ► Vitest (Unit Test Framework): https://vitest.dev/ ► Fastify (Web Framework): https://www.fastify.io/ ► MongoDB (NoSQL database): https://www.mongodb.com/ ► LinkedIn: / marcello-thiry-b29216a ► Timestamps: 0:00 Intro 1:44 Creating workspace with Lerna 5:53 Adding first package (types) 12:44 Adding second package (client) 14:57 Linking the two packages and managing dependencies