aboutsummaryrefslogtreecommitdiff
path: root/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:47:34 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:47:34 +0200
commit9dd768079fb41627e322217565f74b22095f8395 (patch)
tree843448d5147cda8eb622bfc4f64652913ff514ad /_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md
parent67fb534297a27f897e067e8078aeb8f68c3c5589 (diff)
downloadmitjafelicijan.com-9dd768079fb41627e322217565f74b22095f8395.tar.gz
content update
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.md12
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) 91. [Aggregate everything](#aggregate-everything)
10- [Measure everything](#measure-everything) 102. [Measure everything](#measure-everything)
11- [Cache control is your friend](#cache-control-is-your-friend) 113. [Cache control is your friend](#cache-control-is-your-friend)
12- [Learn NGINX](#learn-nginx) 124. [Learn NGINX](#learn-nginx)
13- [Use Redis/Memcached](#use-redismemcached) 135. [Use Redis/Memcached](#use-redismemcached)
14- [Conclusion](#conclusion) 146. [Conclusion](#conclusion)
15 15
16For 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. 16For 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