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 | 9 |
1 files changed, 9 insertions, 0 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 772fb98..5de4cf5 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 | |||
| @@ -4,6 +4,15 @@ title: What I've learned developing ad server | |||
| 4 | description: Lessons I learned developing contextual ad server | 4 | description: Lessons I learned developing contextual ad server |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 | **Table of content** | ||
| 8 | |||
| 9 | - [Aggregate everything](#aggregate-everything) | ||
| 10 | - [Measure everything](#measure-everything) | ||
| 11 | - [Cache control is your friend](#cache-control-is-your-friend) | ||
| 12 | - [Learn NGINX](#learn-nginx) | ||
| 13 | - [Use Redis/Memcached](#use-redismemcached) | ||
| 14 | - [Conclusion](#conclusion) | ||
| 15 | |||
| 7 | 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. |
| 8 | 17 | ||
| 9 | The system is made from couple of core components: | 18 | The system is made from couple of core components: |
