Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiroppy/slides

My slides
https://github.com/hiroppy/slides

bespoke nodejs slides tc39 whatwg

Last synced: 16 days ago
JSON representation

My slides

Awesome Lists containing this project

README

        

# Slides

[![Build Status](https://travis-ci.org/hiroppy/slides.svg?branch=master)](https://travis-ci.org/hiroppy/slides)

My slides using [fusuma](https://github.com/hiroppy/fusuma).
All slides can be written in Markdown or HTML.

## My Slides

- [self introduction](https://slides.hiroppy.me/self-introduction)
- [sample](https://slides.hiroppy.me/hello/)

### 2021

- [Cache Strategy on Mercari Shops](https://slides.hiroppy.me/cache-strategy-on-mercari-shops/)
- 08/30: [Node 学園 37 時限目 オンライン](https://nodejs.connpass.com/event/221358/)
- [ツールの成長の歴史とこれから求められるもの](https://slides.hiroppy.me/tools-history-and-future/)
- [UIT Meetup vol. 13 『知っておきたい Front-end Tooling の今』](https://uit.connpass.com/event/216043/)
- [podcast](https://uit-inside.linecorp.com/episode/93)
- [sourcemaps v3](https://slides.hiroppy.me/sourcemap-v3)
- [TechFeed Summit#6 - v16 リリース記念!Node.js の最新動向を語り尽くす!](https://techfeed.connpass.com/event/213218/)
- [A Deep dive into Module Graph](https://slides.hiroppy.me/a-deep-dive-into-module-graph)
- 01/25: a certain university

### 2020

- [Introducing webpack asset modules](https://slides.hiroppy.me/introducing-webpack-asset-modules)
- 04/17: [#remo_study](https://live.remo.co/e/remo_study/register)

### 2019

- [Introducing top-level-await](https://slides.hiroppy.me/top-level-await)
- 10/09: [#tc39_study](https://web-study.connpass.com/event/147538/)
- [Introduce the new ESM implementation of Node.js](https://slides.hiroppy.me/node-esm)
- 04/25: [Dublin Node.js Meetup](https://www.meetup.com/ja-JP/Dublin-Node-js-Meetup/events/260666447/)
- [Apollo と Rreact を使ったアプリケーション設計](https://slides.hiroppy.me/introduce-apollo)
- 01/31: [React.js meetup #6](https://reactjs-meetup.connpass.com/event/115274/)

### 2018

- [webpack の イママデ と コレカラ](https://slides.hiroppy.me/webpack-history)
- 11/25: [HTML5 Conference 2018](https://events.html5j.org)
- [OSS に貢献する最初の一歩](https://niconare.nicovideo.jp/watch/kn3590)(Japanese)
- 11/03: 会津大学で開かれた[IoT・ICT フェア](https://www.city.aizuwakamatsu.fukushima.jp/docs/2018092500030/)の企業 LT 資料
- [The event loop of node](https://slides.hiroppy.me/the-event-loop-of-node)
- 10/24: [We Are JavaScripters! @25th](https://wajs.connpass.com/event/103761/)
- [Future of Node.js](https://slides.hiroppy.me/future-of-node)(Japanese)
- 07/25: [BPStudy#131〜JavaScript の今を語る](https://bpstudy.connpass.com/event/90777/)
- [worker_threads](https://slides.hiroppy.me/worker_threads)(Japanese)
- 06/26: [Roppongi.js #4](https://roppongi-js.connpass.com/event/86684/)
- http://blog.hiroppy.me/entry/worker_threads
- [util.types](http://slides.hiroppy.me/util.types)
- 04/24: [Roppongi.js #2](https://roppongi-js.connpass.com/event/82998/)
- [performance timing api with node.js](http://slides.hiroppy.me/performance-timing-api-with-node.js/)
- 03/24: [Kyoto.js](https://kyotojs.connpass.com/event/80019/)
- [node-core-utils](http://slides.hiroppy.me/node-core-utils/)
- 03/06: [SRE-SET Automation Night #2](https://mercari.connpass.com/event/79046/)

### 2017

- [how to manage the document of Node.js](http://slides.hiroppy.me/how-to-manage-the-document-of-Node.js)
- 11/18: [OSS ドキュメンテーション勉強会](https://kbkz.connpass.com/event/5150/)
- [how to build a slide](http://slides.hiroppy.me/how-to-build-a-slide/)
- 11/11: [A(izu)LT#09](https://atnd.org/events/91189)
- [the present and future of JavaScript](http://slides.hiroppy.me/the-present-and-future-of-JavaScript/)
- 10/08: [情報科学若手の会 by 一般社団法人 情報処理学会 プログラミングシンポジウム委員会](http://wakate.org/2017/07/20/50th-general/)
- http://blog.hiroppy.me/entry/the-present-and-future-of-JavaScript
- [nicohaco](http://slides.hiroppy.me/nicohaco/)(Japanese)
- 05/29: LT in Dwango
- [[email protected]](http://hiroppy.github.io/slides/node8/)(Japanese)
- 04/24: [Node Academy 25th period](https://nodejs.connpass.com/event/54749/)
- [node-whatwg-url](http://slides.hiroppy.me/node-whatwg-url/)
- 03/31: [Node Academy 24th period](https://nodejs.connpass.com/event/53534/)
- 04/03: LT in Dwango

### Other Accounts

Speakerdeck: https://speakerdeck.com/abouthiroppy
Slideshare: https://www.slideshare.net/about_hiroppy
Niconare: https://niconare.nicovideo.jp/users/48434166

## Tasks

### Init

```sh
# edit config.name in package.json
$ npm run create
```

### Development

```sh
$ npm start
```

### Production Build

```sh
$ npm run build
```

### Publish

```sh
$ npm run deploy
```

## Slide Syntax

https://github.com/hiroppy/fusuma#slide-syntax