Updated Articles (markdown)
diff --git a/Articles.md b/Articles.md
index 6624752..af7f736 100644
--- a/Articles.md
+++ b/Articles.md
@@ -156,7 +156,7 @@
## Web & API Development
Start by reading the [overview of server programming](LearnServerProgramming) documentation first.
-
+ * [HTTP/2 Server Push](https://rakyll.org/http2push/) _2016-12-10_
* [Preventing Cross-Site Request Forgery in Go](https://elithrar.github.io/article/preventing-csrf-attacks-in-go/) _2015-12-14_
* [goa: Untangling Microservices](https://blog.gopheracademy.com/advent-2015/goaUntanglingMicroservices/) _2015-12-07_
* [A Weekend with Go, Beego and React](http://foreman-shlomizadok.rhcloud.com/2015/11/03/a-weekend-with-go-lang-beego-react/) _2015-11-03_