mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
3d158a195a
* chore: plugin search ui chore: progress chore: format code chore: progress chore: @verdaccio-ui/copy-clipboard chore: search finish * chore: ui-components * Update ToolList.tsx * xss protection * Update static-data.yml * Update AddonCard.tsx
41 lines
1.0 KiB
Markdown
41 lines
1.0 KiB
Markdown
---
|
||
title: Deep dive into Verdaccio - NodeTLV 2022 - Israel
|
||
hide_title: true
|
||
keywords:
|
||
- verdaccio
|
||
- advanced
|
||
sidebar_label: Deep dive into Verdaccio - 2022
|
||
slug: deep-dive-into-verdaccio-nodetlv-2022-israel
|
||
last_update:
|
||
date: 06/29/2022
|
||
author: Juan Picado
|
||
---
|
||
|
||
## Deep dive into Verdaccio - NodeTLV 2022 - Israel
|
||
|
||
- Location: Tel Aviv-Yafo (Israel)
|
||
- Conference: [Node.TLV](https://www.nodetlv.com)
|
||
|
||
In this talk, you will discover a deep understanding of how a Node.js registry works. Advanced features that will help boost your registry productivity and what´s new for the next major release.
|
||
|
||
### Video
|
||
|
||
```mdx-code-block
|
||
import ReactPlayer from 'react-player/youtube'
|
||
|
||
<ReactPlayer url='https://youtu.be/qRMucS3i3kQ' height="600px" width="100%" pip controls/>
|
||
```
|
||
|
||
### Slides
|
||
|
||
```mdx-code-block
|
||
import Iframe from 'react-iframe'
|
||
|
||
<Iframe url="https://www.slideshare.net/slideshow/embed_code/key/JkZpcKs7mir0Xx?hostedIn=slideshare&page=upload"
|
||
width="640px"
|
||
height="580px"
|
||
display="block"
|
||
scrolling={false}
|
||
position="relative"/>
|
||
```
|