It introduces a way to implement a minimal MVC in JavaScript. This is the talk @ OSDC 2014. [1]: http://osdc.tw/2014/

It introduces a way to implement a minimal MVC in JavaScript. This is the talk @ OSDC 2014. [1]: http://osdc.tw/2014/
power-assert in JavaScript Aug 21, 2013 at 10th Tokyo Node Gakuen #tng10
3月29 #JSオジサンで Source Map について話してきました JSオジサンという名前からしてダメそうな感じのイベントでLTしてきました。 内容については azu さんのまとめ(→ JSオジサンで現在のJavaScript ASTについて発表してきた )を見ると良いと思います。 LT5分なのに時間オーバーしたあげく枠のおかわりまでしてすみませんでした…。 おっさんたちが集まってわいわいLTするゆるふわイベントだと思って、 最近ちょっと触った Source Map の話でもするかーと思って申し込んだら予想外にガチ勢が多くいたため、こりゃもうちょっと資料ちゃんとしないと駄目かなと思ってページ増やしたら時間足りなくなってしまいました。 楽しいイベントだったので次回以降もあるならば、予定があえば参加していきたいです。 発表資料 カテゴリなしの他の記事
なんだこのプレゼンは? と思ったプレゼンをネット上で見かけた。 Build Warsへのリンク JavaScriptのプロダクトをうまい具合にビルドするためのツール、 Gruntとglupを比較したプレゼンだ。 gifアニメが多用されてるし、オサレでカッコイイ。 何使ってこのプレゼン作ってるんだ!?と思って調べてみたら、 このプレゼンの作者が自分で作っていた。 bespoke.jsというアプリだった。 bespoke.js bespoke.jsというプレゼンアプリを早速使ってみたい。 セットアップや、プレゼンのスケルトン作成って めんどくさいのかなと思ったんだけど、yeomanを利用して テンプレを作成する形になってて、 プレゼン作成準備に必要な手間は少ししかなかった。 bespoke.jsを使うまで bespoke.jsをセットアップするのに必要なツールは以下の通り。 node.js y
今日の概要 実は使われてるJavaScript AST JavaScript AST(Abstract Syntax Tree)とは? JavaScript ASTを使ったツール紹介 使うだけじゃなくて書いてみよう browserify Node.jsで書かれたものをブラウザ向けに変換するツール Node環境で開発 -> browserifyでビルド -> ブラウザで動く JavaScriptのコードを 変換 する ≒ JavaScript ASTを見て変換 する 本体の色々な部分、transform pluginなどでASTを使ってる
The document discusses the evolution and importance of JavaScript linting tools such as JSLint, JSHint, and ESLint, which are used to inspect code quality, identify syntax errors, and enforce coding conventions. It highlights the differences between these tools, their intended purposes, and the benefits of integrating linting into the development workflow to improve maintainability and reduce erro
0 gefällt mir2,014 aufrufeDurch KI verbesserte Beschreibung Das Dokument behandelt den Zustand der JavaScript-Linting-Tools, einschließlich ihrer Historie und Funktionalität zur Code-Qualitätsprüfung. Es stellt die Unterschiede zwischen Tools wie JSLint, JSHint und ESLint vor und hebt hervor, wie sie Fehler finden und die Einhaltung von Coding-Conventions fördern. Der Autor betont die Bedeutung vo
The Phenomenal Fluent 2014 Mar 15, 2014 1 min read #conference #javascript #web This week it’s all about the most recent Fluent Conference 2014 in San Francisco. It’s the third Fluent and boy, it’s getting more phenomenal than ever. For my part, I presented a talk on the topic of Design Strategies for JavaScript API (slide deck, 2.2 MB PDF download). If you are a regular reader of this blog, you m
Enterprise x HTML5 Web Application Conference 2014の発表資料です。
Greg Franko 2/12/2014 Use arrow keys to navigate About The Speaker Greg Franko JavaScript Engineer at AddThis Open Source Developer Author Speaker What Types of Tools Are We Talking About? Static Code Analysis What Do These Tools Typically Do? Analyze Code Performance, Maintainability, Validation Generate Code For Transpilers, Minifiers, Visualizers Could You Provide Some Examples? UglifyJS Compre
Streams are a fundamental programming primitive for representing the flow of data through your system. It's time we brought this powerful tool to the web. What if we could stream data from a HTTP request, through a web worker that transforms it, and then into a <video> tag? Over the last year, I've been working on the WHATWG streams specification, which builds upon the lessons learned in Node.j
Presented at the STL Ember.js Meetup on 2014-02-06. Video: http://youtu.be/wc72cyYt8-c
年に1度のiOSデベロッパーのイベント「Conference with Developers」で話をしました。 JavaScriptCore.frameworkとObjective-C のRuntime APIという非常にマニアックな内容でしたが、まあまあわかるように伝えられたかなと思います。 話の内容は主に以下の3点です。 JavaScriptCore.frameworkの概要と使い方 Objective-C Runtime APIの活用方法 JavaScriptBridgeの紹介 伝えきれなかったことを補足しますと、JavaScriptBridgeはフルスクラッチで最初から最後まですべてJavaScriptでiOSアプリを書く、という用途のために作られたのではありません。 例としてそういうものを示しているのは、単に例は極端なほうがわかりやすいというだけの理由です。 どちらかというと、週
Marionette.jsのView周りについてを中心にSingle Page Applicationを作るときの話
This document discusses the importance of using proper tools to manage JavaScript dependencies and modules, highlighting the evolution and complexity of JavaScript tooling over time. It contrasts traditional website development with web applications, emphasizing the need for structured approaches such as module systems, package managers, and build tools. Additionally, it explores various module de
7. R言語とJavaScript比較 library(Wordcloud)を使用 library("wordcount") wordcloud( + data$Term, data$Freq, + scale=c(5,2), + max.words=Inf, + random.order=T, + random.color=T) 変化があまり見れないのはこ のとき使ったデータが悪かっ たので・・・ 8. R言語とJavaScript比較 D3.js+d3-cloud d3.csv('resources/data/out.csv', function(data){ var h = 600; var w = 800; var random = d3.random.irwinHall(2) var countMax = d3.max(data, function(d){ return d.Fr
はじめに セルフホスティング ある言語でその言語自身の処理系を作ること 例:Cコンパイラ スクリプト言語でも一応行われている 例:PyPy(PythonによるPython実装) JavaScriptでもセルフホスティングの前例はある Narcissus (Brendan Eichによる実装。) でもSpiderMonkeyの開発ブランチでしか動かない →じゃあ作るぜ JavaScript概要 動的型付け 型宣言要らない プロトタイプベース オブジェクト指向の宗派の一つ。構文としてのクラスがない JavaScriptの他にはSelf,Lua,Io,NewtonScriptぐらいしかない 関数がファーストクラスなオブジェクト 数値や文字列といった値と同等に扱える 実装の目標と現状 目標 ECMA262 3rd edition準拠 ECMA262は各ベンダーのJSの共通部分の規格。JavaScr
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く