This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from BuildingXwithJS/develop
Create 21-03-Episode-149.md
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## Getting started: | ||
|
||
- [An intro to server sent events](https://iabhishek.dev/post/an-intro-to-server-sent-events) | ||
- [Noise Planets](https://avinayak.github.io/art/2021/01/09/noise-planets.html) | ||
- [A mostly complete guide to error handling in JavaScript](https://www.valentinog.com/blog/error/) | ||
- [Create Your Own Compiler](https://citw.dev/tutorial/create-your-own-compiler) | ||
- [Creating a database from scratch with Node.js](https://dev.to/ciochetta/creating-a-database-from-scratch-with-node-js-4dmk) | ||
- [Use Node.js with Docker and Docker Compose to improve DX](https://blog.logrocket.com/node-js-docker-improve-dx/) | ||
- [Advanced Promise Patterns: Promise Memoization](https://www.jonmellman.com/posts/promise-memoization) | ||
|
||
## Articles & News: | ||
|
||
- [An additional non-backtracking RegExp engine](https://v8.dev/blog/non-backtracking-regexp) | ||
- [Improving Cross-Browser Testing, Part 2: New Automation Features in Firefox Nightly](https://hacks.mozilla.org/2021/01/improving-cross-browser-testing-part-2-new-automation-features-in-firefox-nightly/) | ||
- [Deno in 2020](https://deno.land/posts/deno-in-2020) | ||
|
||
## Tips, tricks & bit-sized awesomeness: | ||
|
||
- [Wasmer 1.0 Can Run WebAssembly 'Universal Binaries' on Linux, MacOS, Windows, Android, and iOS](https://news.slashdot.org/story/21/01/10/0242244/wasmer-10-can-run-webassembly-universal-binaries-on-linux-macos-windows-android-and-ios) | ||
- [ECMAScript proposal: Import assertions](https://2ality.com/2021/01/import-assertions.html) | ||
- [State of JS 2020 results](https://2020.stateofjs.com/en-US/) | ||
- [Get Ready For ESM](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77) | ||
- [New 'module/mode' specifiers in Node.js](https://twitter.com/rauschma/status/1349326431621361664) | ||
- [Email inputs can accept multiple email addresses](https://www.stefanjudis.com/today-i-learned/email-inputs-can-accept-multiple-email-addresses/) | ||
|
||
## Releases: | ||
|
||
- [Snowpack v3.0](https://www.snowpack.dev/posts/2021-01-13-snowpack-3-0) | ||
- [Node v15.6.0](https://nodejs.org/en/blog/release/v15.6.0/) | ||
- [TypeScript 4.2 Beta](https://devblogs.microsoft.com/typescript/announcing-typescript-4-2-beta/) | ||
|
||
## Libs & demos: | ||
|
||
- [omatsuri](https://github.com/rtivital/omatsuri) | ||
- [jpeg.rocks](https://github.com/neslinesli93/jpeg.rocks) | ||
- [element-f](https://github.com/tweinfeld/element-f) | ||
- [svelte-dnd-action](https://github.com/isaacHagoel/svelte-dnd-action) | ||
- [pwa-badge](https://github.com/ali-master/pwa-badge) | ||
- [amplication](https://github.com/amplication/amplication) | ||
- [vno](https://github.com/oslabs-beta/vno) | ||
- [css-turing-machine](https://github.com/brandondong/css-turing-machine) | ||
- [turf.js](http://turfjs.org/) | ||
- [altair](https://github.com/imolorhe/altair) | ||
|
||
## Interesting & silly stuff: | ||
|
||
- [Console Patterns](https://console-patterns.now.sh/) | ||
- [Stealing Your Private YouTube Videos, One Frame at a Time](https://bugs.xdavidhu.me/google/2021/01/11/stealing-your-private-videos-one-frame-at-a-time/) |