Skip to content

Commit 617117c

Browse files
committed
adding post about javascript in 2015
1 parent c74eef4 commit 617117c

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,6 +2414,11 @@ <h2>JavaScript resources</h2>
24142414
<p><a href="http://www.unheap.com/">Unheap</a> is an amazing collection of reusable JQuery
24152415
plugins for everything from navigation to displaying media.</p>
24162416
</li>
2417+
<li>
2418+
<p><a href="http://www.breck-mckye.com/blog/2014/12/the-state-of-javascript-in-2015/">The State of JavaScript in 2015</a>
2419+
is an opinion piece about favoring small, single-purpose JavaScript libraries
2420+
over larger frameworks due to churn in the ecosystem.</p>
2421+
</li>
24172422
</ul>
24182423
<h2>JavaScript learning checklist</h2>
24192424
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-30T15:29:18Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-01T07:47:34Z</updated></feed>

javascript.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ <h2>JavaScript resources</h2>
9696
<p><a href="http://www.unheap.com/">Unheap</a> is an amazing collection of reusable JQuery
9797
plugins for everything from navigation to displaying media.</p>
9898
</li>
99+
<li>
100+
<p><a href="http://www.breck-mckye.com/blog/2014/12/the-state-of-javascript-in-2015/">The State of JavaScript in 2015</a>
101+
is an opinion piece about favoring small, single-purpose JavaScript libraries
102+
over larger frameworks due to churn in the ecosystem.</p>
103+
</li>
99104
</ul>
100105
<h2>JavaScript learning checklist</h2>
101106
<p><i class="fa fa-check-square-o"></i>

source/content/pages/05-client-side/0503-javascript.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ which is defined by the
7373
* [Unheap](http://www.unheap.com/) is an amazing collection of reusable JQuery
7474
plugins for everything from navigation to displaying media.
7575

76+
* [The State of JavaScript in 2015](http://www.breck-mckye.com/blog/2014/12/the-state-of-javascript-in-2015/)
77+
is an opinion piece about favoring small, single-purpose JavaScript libraries
78+
over larger frameworks due to churn in the ecosystem.
79+
7680

7781
## JavaScript learning checklist
7882
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)