This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

NoSQLデータベースとして知られるMongoDBの開発元であるMongoDB社は、6月27日にニューヨークで開催された同社のイベント「MongoDB World'18」において、サーバレスプラットフォームの「MongoDB Stitch」が正式リリースされたことを発表しました。 MongoDB Stitchは、1年前のMongoDB World 2017でモバイルBaaSとして発表され、RESTful API経由でのMongoDBデータベースへのアクセスやユーザー認証機能などを提供するものでした。 MongoDBベースのモバイルBaaS「MongoDB Stitch」ベータ公開。JavaScript/iOS/Android対応。MongoDB World 2017 - Publickey 発表以来、MongoDB StitchはJavaScriptで記述したファンクションの実行やトリガー
Rust and WebAssembly can combine in many delightful ways. To consolidate our efforts and have the largest, most-positive impact we can, the Rust and WebAssembly domain working group is focusing on one vision: Surgically inserting Rust compiled to WebAssembly should be the best choice for speeding up the most performance-sensitive JavaScript code paths. Do not throw away your existing code base, be
JSer.info #389 - Node.js 10.5.0がリリースされました。 Node v10.5.0 (Current) | Node.js この中で--experimental-workerの試験的なフラグ付きでworker_threadsモジュールが利用できるようになっています。 このWorker Threadsについては次のPRとFAQでまとめられています。 worker: initial implementation by addaleax · Pull Request #20876 · nodejs/node workers-faq.md 現在は、1 Worker Thread = 1 Threadとなっていることや、現在はMessageChannel APIに沿った作りとなっていること、Transferring dataやSharedArrayBufferをサポートし
Every six weeks, we create a new branch of V8 as part of our release process. Each version is branched from V8’s Git master immediately before a Chrome Beta milestone. Today we’re pleased to announce our newest branch, V8 version 6.8, which is in beta until its release in coordination with Chrome 68 Stable in several weeks. V8 v6.8 is filled with all sorts of developer-facing goodies. This post pr
This is post # 17 of the series dedicated to exploring JavaScript and its building components. In the process of identifying and describing the core elements, we also share some rules of thumb we use when building SessionStack, a JavaScript tool for developers to identify, visualize, and reproduce web app bugs through pixel-perfect session replay. If you missed the previous chapters, you can find
Facebook JavaScript SDK is often included in websites. It provides feature to help integrate with Facebook. It provides Facebook with tracking capabilities that assist with audience data and their advertising targeting. From a privacy perspective, under GDPR, this is a consent nightmare and although it may be possible to get legitimate explicit consent to send data to Facebook, is it still legal t
In every release of Microsoft Edge, we tune the Chakra JavaScript engine to provide better startup and execution performance, with a leaner memory footprint, and with improved responsiveness on real-world workloads. As EdgeHTML 17 rolls out to users as part of the Windows 10 April 2018 Update, we’d like to dive into some of the optimizations we’ve made in the Chakra engine in this release. These o
https://blog.tensorflow.org/2018/06/getting-started-with-tensorflowjs.html https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuUv6hVLci1L1ZfvwIXDkZGetljXlYeUaVyDRyd5SxDf7HtGKrrpQY1Y4vrBWAK9lq9Ezmzw4Vk7v-dNeKyFCg6H_1Lqg43pGbNFHG5spM07j0ThWSPWGzkMdPg0P_KPsFO3-DHfKpR7I/s1600/tensorflowjs.png June 07, 2018 — Posted by Laurence Moroney With TensorFlow.js, you can not only run machine-learned m
EDIT: For the latest of GopherJS/Wasm comparison, see Wasm benchmark result Hi all! This article describes about my experiment of the new WebAssembly port of Go. WebAssembly port is now available on the master branch of Go, and you'd need to compile Go yourself. tl;dr I have created GopherWasm, an agnostic WebAssembly wrapper that works both on GopherJS and WebAssembly port. Performance of GopherJ
Blazor is an exciting new web framework from the ASP.NET team that uses Razor, WebAssembly, and Mono to enable the use of .NET on the client. There’s been a lot of excitement about the possibilities this presents, but there’s also been just as much confusion about how these various parts fit together. In this post I’ll attempt to clarify things and show you exactly what each of these technologies
マイクロソフトの実験的プロダクト「Blazor」、WebAssemblyで.NETランタイムを実装。WebブラウザでC#など.NETアセンブリをそのまま実行可能に マイクロソフトが実験的プロダクトとしてオープンソースで開発している「Blazor」は、WebAssemblyで.NETランタイムを実装することで、Webブラウザの上でC#など.NETテクノロジーによるWebアプリケーションを実現する、Webアプリケーションフレームワークです。 WebAssemblyによってJavaScript以外の言語によるWeb開発が始まる 少し前まで、Webアプリケーションを開発できる言語はJavaScriptだけでした。しかし2010年頃にはJavaScriptの生成をターゲットとするCoffeeScriptが、2012年頃にはTypeScriptが登場し、いわゆるAltScriptによって少しだけ言語の
JavaScript modules are now supported in all major browsers! Chrome: supported since version 61Firefox: supported since version 60Safari: supported since version 11Node.js: supported since version 13.2.0Babel: supported This article explains how to use JS modules, how to deploy them responsibly, and how the Chrome team is working to make modules even better in the future. What are JS modules? #JS m
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 主に非Web系のバックエンド開発者(C/C++, Java, Python等を使用)がReactとVueをそれぞれ簡単に触れて、感じたメリット、思ったことなどをまとめています。 色々と書いてますが、どちらも完成度の高いライブラリ/フレームワークですね。 結論 JavaScript等にあまり深入りせずにWebアプリを簡単に書きたい、あるいは効率的に書くことが目的であればVueの方がお勧めです。しかし開発者としてスキルや設計などについて中長期的にレベルアップを図りたいのであれば、Reactから学ぶことをお勧めします。 何故かと言うと、Rea
Recently, Google introduced it’s most popular machine learning library: TensorFlow in Javascript. With the help of TensorFlow.js one can train and deploy ML models in the browser. Goodbye to spending eons on complicated steps… Before you start, I would recommend going through the docs of TensorFlow.js, to get a basic understanding of the context required for this article.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く