0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/website/talks/deep-dive-into-verdaccio.md
Juan Picado 15f3fba094
chore(website): talks section (#3443)
* chore(website): talks section

* chore: remove dep

* chore: iframe react

* Update deep-dive-into-verdaccio.md

* chore: refactor talks

* Update deep-dive-into-verdaccio.md

* chore: remove code

* Update website.yml

* chore: remove old talks ref
2022-10-16 14:06:07 +02:00

42 lines
1 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"/>
```