javascript weekly 2020-10-10


RSLint: A Super Fast JS Linter Written in Rust

RSLint: A Super Fast JS Linter Written in Rust

  • rust로 작성된 성능 중심의 jslint

Writing JavaScript Tools in Other Languages – A New Trend?

Writing JavaScript Tools in Other Languages – A New Trend?

  • 다른 언어로 작성된 js 도구들
  • 다른 언어를 사용하는 이유

Volta: Install, Run, and Manage JavaScript Tools Quickly

Volta: Install, Run, and Manage JavaScript Tools Quickly

  • 다른 언어로 작성된 js 도구들
  • 다른 언어를 사용하는 이유

Quick bytes

https://web.dev/camera-pan-tilt-zoom/

  • 크롬 87부터는 카메라 PTZ(pan, tilt, zoom) control을 API 로 제공

https://discord.com/invite/angular

  • 앵귤러 공식 디스코드 출범

https://code.visualstudio.com/updates/v1_50


The File System Access API: Simplifying Access to Local Files

The File System Access API: Simplifying Access to Local Files

Go, WebAssembly, HTTP Requests and Promises

Go, WebAssembly, HTTP Requests and Promises

  • golang WASM을 js와 상호작용 시키는 포스팅
    • js의 promise를 사용하기 위한 go의 코드
    • http request 구현 - 네트워크 호출이 차단되므로 gorutine에서 실행해야함.
    • streaming 구현

Code & Tools

https://blogs.windows.com/msedgedev/2020/10/01/microsoft-edge-tools-vscode/

  • vscode 안에 웹브라우저 개발자 도구 삽입

https://github.com/johnmichel/Library-Detector-for-Chrome

  • like wappalyzer. 사이트에서 어떤 라이브러리 사용중인지 표시해주는 익스텐션