dev-weekly 2021-04-03


CSS, Node, Deno, Go

CSS

Image Fragmentation Effect With CSS Masks and Custom Properties

  • 이미지 조각내는 이펙트에 대한 포스트

Charts.css

  • chart css framework

Flowchart-Fun

  • 텍스트 개행과 인덴트로 플로우 차트를 그려주는 도구

Node

How to Migrate Your App from Express to Fastify

  • express 에서 fastify 로 마이그레이션하기

Examples of Go(lang) Compared to Node.js

  • node나 go 둘 중 하나를 알고 있다면, 다른 하나를 공부하기 좋은 자료

Deno

Announcing the Deno Company

  • deno가 $4.9M 자금 유치
  • 자금으로 풀 타임 엔지니어들을 고용해 고도화
  • 라이센스는 MIT 유지

Deno Deploy: A Globally Distributed JavaScript VM

  • deno deploy라고 전 세계 엣지에서 자스, 타스, 와즘 실행하는 새로운 vm 서비스래여

Go

Proposal to Add Fuzzing to Go’s Standard Library Now Accepted

  • go에 fuzz test 구현 시작

Javascript

Announcing TypeScript 4.3 Beta

  • 4.3 베타. 만우절날 어나운싱
  • from "./module.js" import { func }; 신택스
    • 모듈부터 써서 임포트 할 때 자동완성 되도록 하는 컨셉

NativeScript 8.0 Released

  • 네이티브 스크립트 8.0 릴리즈
  • 웹팩5, 애플 m1, first class a11y, css box shadow, text shadow 등 지원

Tagify 4.0: An Elegant Input Component for Tags

  • 가벼운 태그 입력기
  • 바닐라, 리액트, 앵귤러, 뷰 지원

QUICK BITS

https://github.com/mlajtos/es1995

  • 만우절을 기념해서 만든 ES1995

https://github.com/npm/cli/releases/tag/v7.8.0

  • npm 7.8 릴리즈
  • workspace 향상

Articles, Opinion & Tutorials

A Look at Class static Initializer Blocks in V8 9.1

  • v8 9.1에 적용.
  • JAVA-y 처럼 보이는 신택스. static {}

Code & Tools

Cheetah Grid 1.0: ‘Fastest’ Open-Source Data Table for the Web?

A Recreation of the Spotify Client Built with Angular 11

  • 앵11 + NgWorkspace + ngrx + TailwindCSS + ng-zorro 로 구성한 spotify client