🌩️ StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron.
Sebastian McKenzie, the original creator of Yarn and Babel and a member of the React Native team at Facebook, has been working on an “all-in-one” solution for JavaScript and TypeScript development. The Rome project, a reference to “all roads lead to Rome”, was made public on Feb 26th 2020. What is Rome? Rome is a from-scratch implementation of a complete JavaScript toolchain. It compiles and bundl
Home Ideas Writing & Speaking About Bio, Talks, Photos Subscribe RSS, Newsletter, Mixtape I was listening to the Official AWS Podcast’s episode on Observability and was struck by how much thought has been given towards improving tools for investigating when things go wrong. I realized that we could probably have something to learn by applying this lens to the JavaScript developer experience. Note:
February 26, 2020 How Autotracking Works February 26, 2020 This blog post is the third in a series on autotracking, the new reactivity system in Ember.js. I also discuss the concept of reactivity in general, and how it manifests in JavaScript. What Is Reactivity? What Makes a Good Reactive System? How Autotracking Works ← This post In the previous blog post, we discussed a number of reactivity mod
Feb 25, 2020. We are thrilled to announce the General Availability release of Scala.js 1.0.0! Scala.js is a close dialect of Scala compiling to JavaScript, featuring great portability wrt. Scala/JVM, interoperability with JavaScript, and performance. After 7 years of development, including 5 years of stability within the 0.6.x series, we are finally ready to present Scala.js 1.0.0. Quoting Antoine
JavaScriptを使って、ブラウザ上で、p12ファイルからpemの書式で証明書と秘密鍵を取得してみます。 forgeの使用 以下、forgeというライブラリを使って実装してゆきます。ブラウザで読み込むには、以下のようにminファイルを読み込む必要があります。 const forge = require('node-forge/dist/forge.min.js'); p12ファイルを読み込み p12ファイルはブラウザで添付される想定ですので、まずは、以下のようにして、ファイルを解読可能にします。 // p12Bufferは、添付されたファイルをBufferに変換したもの const p12String = p12Buffer.toString('base64'); // base64からデコード const p12Der = forge.util.decode64(p12String)
I'm on vacation! The fastest version and most battle tested version of this library is v4. If you are using v4, please keep doing that! If you're happy to try v5 please file issues in here, don't expect me to react out of tweets, and thank you for helping me out with use cases I couldn't even think about. v5 is a rewrite from scratch based on another library (which is Python based) that works perf
tldr: AbortController is used to abort a fetch request. Check out this demo. As of today, there are two primary ways to make a request in the browser. XMLHttpRequest and fetch. XMLHttpRequest existed in browsers for a long time. the fetch was introduced with ES6. XMLHttpRequest was always abortable. An abortable XHR request looks something like this. let xhr = new XMLHttpRequest(); xhr.method = 'G
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く