From de0b4ddf2486cd32c6b5d196161e15d8566d4dc8 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 13 Dec 2013 19:06:03 -0700 Subject: [PATCH] Add Beyond reading series. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6f38f8..dd372ad 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [How HTTPS Secures Your Connection](http://blog.hartleybrody.com/https-certificates/) - An article explaining how TLS/SSL secures your connection. * [How to Build a Secure Remember Me Feature](http://www.troyhunt.com/2013/07/how-to-build-and-how-not-to-build.html) - An article on how to build a secure remember me feature. * [A Beginners Guide to HTTP Cache Headers](http://www.mobify.com/blog/beginners-guide-to-http-cache-headers/) - An article about HTTP cache headers. +* Beyond Series [1](http://blog.ircmaxell.com/2013/09/beyond-design-patterns.html) [2](http://blog.ircmaxell.com/2013/11/beyond-inheritance.html) [3](http://blog.ircmaxell.com/2013/11/beyond-object-oriented-programming.html) [4](http://blog.ircmaxell.com/2013/11/beyond-clean-code.html) - A series of articles about programming by Anthony Ferrara. * [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning. * [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials. * [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.