Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: src/site/articles/articles.yaml

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 everyday-dart:
2 title: Everyday Dart
3 articles:
4 -
5 title: Dart Style Guide
6 url: /articles/style-guide/
7 authors:
8 - Bob Nystrom
9 date: October 2011 (updated May 2012)
10 desc: How we format, structure, and organize our code.
11 -
12 title: Idiomatic Dart
13 url: /articles/idiomatic-dart/
14 authors:
15 - Bob Nystrom
16 date: October 2011 (updated March 2012)
17 desc: Get a sense of how to write Dart code like a native.
18
19 language-details:
20 title: Language Details
21 articles:
22 -
23 title: Milestone 1 Language Changes
24 url: /articles/m1-language-changes/
25 authors:
26 - Bob Nystrom
27 date: June 2012
28 desc: A brief introduction to some language changes made for the M1 target.
29 -
30 title: Dart Puzzlers
31 url: /articles/puzzlers/index.html
32 authors:
33 - Josh Bloch
34 date: February 2012
35 desc: See what happens when the author of Java Puzzlers translates each puzz ler to Dart.
36 -
37 title: Emulating Functions in Dart
38 url: /articles/emulating-functions/
39 authors:
40 - Gilad Bracha
41 date: January 2012
42 desc: Learn how you'll be able to create classes that can substitute for fun ctions.
43 -
44 title: Optional Types in Dart
45 url: /articles/optional-types/
46 authors:
47 - Gilad Bracha
48 date: October 2011
49 desc: Learn what Dart's dynamic type system does and doesn't do, and get tip s for using types.
50
51 libraries-and-apis:
52 title: Libraries and APIs
53 articles:
54 -
55 title: Unit Tests with Dart
56 url: /articles/dart-unit-tests/
57 authors:
58 - Graham Wheeler
59 date: June 2012
60 desc: Write both synchronous and asynchronous tests using the Dart unit test library.
61 -
62 title: Native Extensions for the Standalone Dart VM
63 url: /articles/native-extensions-for-standalone-dart-vm/
64 authors:
65 - William Hesse
66 date: May 2012
67 desc: Use shared libraries written in C or C++ from your Dart command-line a pps.
68 -
69 title: Using Dart with JSON Web Services
70 url: /articles/json-web-service/
71 authors:
72 - Chris Buckett
73 date: April 2012
74 desc: Connect your client-side Dart web app to a JSON web service.
75 -
76 title: An Introduction to the dart:io Library
77 url: /articles/io/
78 authors:
79 - Mads Ager
80 date: March 2012
81 desc: Learn how your server-side Dart code can use the dart:io library to pe rform asynchronous I/O using files, sockets, HTTP connections, and more.
82 -
83 title: Improving the DOM
84 url: /articles/improving-the-dom/
85 authors:
86 - Bob Nystrom
87 date: October 2011
88 desc: See what our new API for working with the DOM looks like in Dart.
89 -
90 title: Embedding Dart in HTML
91 url: /articles/embedding-in-html/
92 authors:
93 - Sigmund Cherem
94 - Vijay Menon
95 date: October 2011
96 desc: Find out how you'll be able to embed Dart directly on HTML pages.
97
98 design-decisions:
99 title: Design Decisions
100 articles:
101 -
102 title: Why Dart Types are Optional and Unsound
103 url: /articles/why-dart-types/
104 authors:
105 - Eli Brandt
106 date: December 2011
107 desc: Understand why Dart's type system works the way it does.
108 -
109 title: Why Note a Bytecode VM?
110 url: /articles/why-not-bytecode/
111 authors:
112 - Florian Loitsch
113 - Bob Nystrom
114 date: November 2011
115 desc: Understand one of Dart's key architectural decisions.
OLDNEW
« no previous file with comments | « src/site/_plugins/sitemap_generator.rb ('k') | src/site/articles/dart-unit-tests/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698