|
|
|
|
|
|
136
|
* [WebSec IO](http://websec.io/) - A web security community resource.
|
136
|
* [WebSec IO](http://websec.io/) - A web security community resource.
|
|
137
|
* [Web Advent](http://webadvent.org) - An advent calendar for web developers.
|
137
|
* [Web Advent](http://webadvent.org) - An advent calendar for web developers.
|
|
138
|
* [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
|
138
|
* [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
|
|
139
|
-* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
|
|
|
|
|
|
139
|
+* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
|
|
|
|
140
|
+
|
|
|
|
141
|
+# Reading
|
|
|
|
142
|
+
|
|
|
|
143
|
+* [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation.
|
|
|
|
144
|
+* [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
|
|
|
|
145
|
+* [Disproving the Single Quotes Myth](http://nikic.github.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about single quotes vs double quotes.
|
|
|
|
146
|
+* [When Does Foreach Copy?](http://nikic.github.com/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach.
|