1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/website/talks/deep-dive-into-verdaccio.md
Juan Picado 3d158a195a
chore(website): plugin search ui (#3539)
* 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
2022-12-25 18:48:18 +01:00

41 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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"/>
```