feat: refactor pagination implementation
This commit is contained in:
parent
ee77555c32
commit
da793fd1cc
196 changed files with 2498 additions and 36 deletions
16
src/posts/2015/currently-reading.md
Normal file
16
src/posts/2015/currently-reading.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
date: 2015-03-28
|
||||
draft: false
|
||||
title: Currently reading
|
||||
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_
|
Reference in a new issue