Thanks!
Thanks for attending my talk "PHP Extensions, why and what?" at phpDay 2012 that I gave on May 18th, 2012. Here you can find some extra information about the talk if they are available. For this talk we have:
Questions?
If you have any questions about the talk, feel free to contact me. My details are on the contact page.
Resources
- Atomic Operations: http://www.mongodb.org/display/DOCS/Atomic+Operations
- BSON Spec: http://bsonspec.org/
- Disambiguating ACID and CAP: https://voltdb.com/blog/disambiguating-acid-and-cap
- Download MongoDB: http://www.mongodb.org/downloads
- Explain output explained: https://docs.mongodb.com/manual/reference/explain-results/
- Extending and Embedding PHP: http://www.amazon.com/Extending-Embedding-PHP-Sara-Golemon/dp/067232704X
- Google S2 Internals: https://docs.google.com/presentation/d/1Hl4KapfAENAOf4gv-pSngKwvS_jwNVHRPZTTDzXXn6Q/view#slide=id.i0
- Indexing Freeform-Tagged Data: http://drck.me/freetagidx-9gm
- MongoDB Cursors with PHP: http://drck.me/mongocur-9f8
- MongoDB PHP driver documentation: https://php.net/mongodb
- MongoDB PHP library documentation: https://docs.mongodb.com/php-library/
- MongoDB Presentation: How to Write Resilient MongoDB Applications: https://emptysqua.re/blog/how-to-write-resilient-mongodb-applications/
- MongoDB Presentation: Itβs 10pm: Do You Know Where Your Writes Are? β Jeremy Mikola: https://speakerdeck.com/jmikola/its-10pm-do-you-know-where-your-writes-are
- MongoDB documentation: Retryable Writes: https://docs.mongodb.com/manual/core/retryable-writes/
- MongoDB documentation: Transactions: https://docs.mongodb.com/manual/core/transactions/
- MongoDB driver specifications: https://github.com/mongodb/specifications
- MongoDB geohashes: http://www.kchodorow.com/blog/2011/06/08/mongo-in-flatland/
- OpenSSL master key interceptor: https://git.lekensteyn.nl/peter/wireshark-notes/tree/src/sslkeylog.c
- Single machine replicaset tutorial: http://www.mongodb.org/display/DOCS/Replica+Set+Tutorial
- Tutorial on Zend\\s DevZone: http://devzone.zend.com/article/1021
- VLD: http://www.derickrethans.nl/vld.php
- Xdebug: http://xdebug.org
Comments (through joind.in)
very useful info, good examples, great delivery thanks for the talk Derick, I'm tempted to do your workshop now...
Excellent talk
Nice introductory talk to PHP extensions, nicely presented, just the right amount of information to get excited about tomorrow's workshop (and further PHP ext development). Happy to finally hear Derick give a talk! :)
Delivered what the abstract promised: a nice introduction on an interesting topic which Derick masters. See you tomorrow at the workshop!
Fantastic talk! nice introduction to php extensions
interesting talk and as somebody who has never written a php extension i got an impression of what it means. the talk structure was not overly clear to me.
Excellent introduction of the why extensions. My only issue now is to learn C ;)
Nice beginner's overview of what extensions are all about. Just enough information to whet your appetite. :) Derick has a lot of knowledge on this topic and presents it well.