Skip to content

Commit e4e372c

Browse files
committed
Rough Draft 1
1 parent 56df9ef commit e4e372c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_posts/journal-week-6.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
##Week 6
22

3+
This week we aquired several new tools to make our lives easier. First we started used [Lodash](https://lodash.com/) which is a JavaScript utility library. With this new tool we were able to use `.template` to make templates for the data we were collecting from the GitHub API.
4+
5+
We also installed [Bower](http://bower.io/) this week. Bower is an awesome package manager for the web. Similar to NPM it allows you to install things on the command line like jQuery, however instead of downloading the whole jQuery library you get CDN links.
6+
7+
My ability to leverage the package.json and bower.json files increased greatly this week. Being able to write scripts that you can call quickly on terminal is a blessing.
8+
9+
310
Things Learned this Week:
411
* How to do tabs in css
5-
* _Lodash
6-
* Bower
7-
* Leveraging `package.json` and `bower.json`
812
* Git Flow
9-
* Templating
13+

0 commit comments

Comments
 (0)