diff options
Diffstat (limited to '_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md')
| -rw-r--r-- | _posts/2017-04-17-what-i-ve-learned-developing-ad-server.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md b/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md index f98808b..1cb3ba1 100644 --- a/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md +++ b/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md | |||
| @@ -6,12 +6,12 @@ description: Lessons I learned developing contextual ad server | |||
| 6 | 6 | ||
| 7 | **Table of contents** | 7 | **Table of contents** |
| 8 | 8 | ||
| 9 | - [Aggregate everything](#aggregate-everything) | 9 | 1. [Aggregate everything](#aggregate-everything) |
| 10 | - [Measure everything](#measure-everything) | 10 | 2. [Measure everything](#measure-everything) |
| 11 | - [Cache control is your friend](#cache-control-is-your-friend) | 11 | 3. [Cache control is your friend](#cache-control-is-your-friend) |
| 12 | - [Learn NGINX](#learn-nginx) | 12 | 4. [Learn NGINX](#learn-nginx) |
| 13 | - [Use Redis/Memcached](#use-redismemcached) | 13 | 5. [Use Redis/Memcached](#use-redismemcached) |
| 14 | - [Conclusion](#conclusion) | 14 | 6. [Conclusion](#conclusion) |
| 15 | 15 | ||
| 16 | For the past year and half I have been developing native advertising server that contextually matches ads and displays them in different template forms on variety of websites. This project grew from serving thousands of ads per day to millions. | 16 | For the past year and half I have been developing native advertising server that contextually matches ads and displays them in different template forms on variety of websites. This project grew from serving thousands of ads per day to millions. |
| 17 | 17 | ||
