mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
41 lines
1 KiB
Markdown
41 lines
1 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"/>
|
|||
|
```
|