This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/posts/2015/currently-reading.md
2024-02-19 09:29:49 -08:00

16 lines
1 KiB
Markdown

---
date: '2015-03-28'
title: 'Currently reading'
description: "I've been reading a lot lately (mainly on my phone when I catch a spare moment). I've picked up several books on front end development and am currently digging in to JavaScript: The Good Parts by Douglas Crockford."
tags: ['books', 'javascript']
---
I've been reading a lot lately (mainly on my phone when I catch a spare moment). I've picked up several books on front end development and am currently digging in to _JavaScript: The Good Parts_ by [Douglas Crockford](http://www.crockford.com).<!-- excerpt --> I've been trying to dial in on an area of focus when reading about development and, for now, I think I'm settling in on JavaScript and a bit of Python. In addition to Crockford's book I'm planning on reading a book on [Ember.js](http://emberjs.com) and the framework's documentation.
For now, my backlog looks like this:
- _JavaScript: The Good Parts_
- _Scalable and Modular Architecture for CSS_
- _Building Web Apps with Ember.js_
- _Head First Python_
- _Flask Web Development_