Skip to content

Commit 3b95d24

Browse files
committed
Add more tags to improve related post matching / add unique series tags to group related series
1 parent 566a441 commit 3b95d24

21 files changed

+37
-6
lines changed

_posts/2018-01-05-neural-spelling-corrections.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: post
33
title: "Neural Spelling Corrections and the Importance of Accuracy"
44
author: mattr
55
tags:
6+
- seq2seq
7+
- data
68
team: Data Science
79
---
810

_posts/2018-02-12-search-query-parsing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Search Query Parsing"
44
author: mattr
55
tags:
66
- search
7+
- data
78
team: Data Science
89
---
910

_posts/2018-03-20-scribds-ab-testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: post
33
title: "Scribd's A/B Test Framework"
44
author: dfeldman
55
tags:
6+
- testing
7+
- data
68
team: Data Science
79
---
810

_posts/2018-04-18-bandits-for-the-win.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: post
33
title: "Multi-armed bandits for the Win"
44
author: dfeldman
55
tags:
6+
- testing
7+
- data
68
team: Data Science
79
---
810

_posts/2018-05-10-introducting-weaver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ author: theo
55
tags:
66
- swift
77
- weaver
8+
- dependency injection
89
team: iOS
910
---
1011

1112
A few months ago, I started developing a framework named [Weaver](https://github.com/scribd/Weaver) with one idea in mind; improve how we do Dependency Injection in our iOS application at [Scribd](https://www.scribd.com).
1213

13-
[**Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection) basically means *“giving an object its instance variables”** ¹. *It seems like it’s not such a big deal, but as soon as a project gets bigger, it gets tricky. Initializers become too complex, passing down dependencies through several layers becomes time consuming and just figuring out where to get a dependency from can be hard enough to give up and finally use a singleton.
14+
**[Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection)** basically means *“giving an object its instance variables”** ¹. *It seems like it’s not such a big deal, but as soon as a project gets bigger, it gets tricky. Initializers become too complex, passing down dependencies through several layers becomes time consuming and just figuring out where to get a dependency from can be hard enough to give up and finally use a singleton.
1415

1516
However, **Dependency Injection is a fundamental aspect of software architecture, and there is no good reason not to do it properly**. In this article, I’ll discuss how Weaver makes it easy.
1617

_posts/2018-05-31-non-random-seo-test.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: "Bootstrapping Your Way Through a Non-Random SEO Test"
44
author: katg
55
tags:
66
- seo
7+
- testing
8+
- data
79
team: Data Science
810
---
911

_posts/2018-06-02-unit-testing-designs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "How Unit Testing Can Help Write Better Designs"
44
author: theo
55
tags:
66
- testing
7+
- abstraction
78
team: iOS
89
---
910

_posts/2018-07-03-anatomy-ebook-reader.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: post
33
title: "Anatomy of an Accessible eBook Reader for the Web"
44
author: ugi
55
tags:
6+
- accessibility
7+
- design
68
team: Web Development
79
---
810

_posts/2018-09-24-live-collections-ios.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: "Get Animated with LiveCollections for iOS"
44
author: stephane
55
tags:
66
- swift
7+
- live-collections
8+
- lc-series
79
team: iOS
810
---
911

_posts/2018-09-25-live-collections-single-section-views.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: "LiveCollections Part 2: Single Section Views"
44
author: stephane
55
tags:
66
- swift
7+
- live-collections
8+
- lc-series
79
team: iOS
810
---
911

0 commit comments

Comments
 (0)