 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Anna Filina: Like Athletes, Developers Need Practice Before Performing
by Chris Cornutt March 22, 2013 @ 13:51:55
Anna Filina has a new post to her site today suggesting that developers are like athletes, they need to practice before they can be good at what they do.
Think of a developer as an athlete. He or she is aiming for a medal in a competition. A figure skater can't just perform a triple axel in the Olympics after seeing it done on television. This requires a lot of practice, so that when the time comes, the performance is flawless. Of course, programming doesn't have to be flawless. One must remain pragmatic, yet it still requires practice before a concept can be safely implemented without breaking the project or missing deadlines. Who will pay for that practice?
She relates the development manager to the coach of a sports team, being the one that guides the developers into being all they can be and trying out new ideas in the process. She also recommends making use of idle time between projects to prototype, do R&D and learn in general.
Developers need a sandbox. If you don't give it to them, you can end up with one of the following issues. Your entire project could become a sandbox, making it unstable. [...] If you want your developers to get better, allow time for practice, not just learning. It's necessary, easy to do when planned and provides countless benefits to your company. Let me know how that advice worked out for you.
voice your opinion now!
athletes developers practice research learning prototype
Chris Hartjes: The Birth of Grumpy Learning
by Chris Cornutt December 03, 2012 @ 12:51:45
Chris Hartjes (aka "The Grumpy Programmer") has made a name for himself in the PHP community as a big proponent of testing of all sorts in web applications. He's taking things to the next level with his own "Grumpy Learning" grouping.
As I also create more products I need a place for them all to live. I have books, and now a course I can teach and I am planning on producing screencasts for sale as well. With that in mind, I am happy to announce I have created Grumpy Learning, an umbrella site for all my training and teaching efforts to hang from.
His first book covered writing testable application, his second book looks more specifically at using PHPUnit. His latest offering is a PHP Testing Bootcamp - a three-session guided look at some of the concepts he shares not only in his books but also from his own experience (January 3rd, 10th & 17th).
voice your opinion now!
unittest testing learning webinar testable application phpunit
Ian Barber's Blog: Linear Regression in PHP (part 2)
by Chris Cornutt October 19, 2011 @ 12:40:16
In a previous post Ian Barber started looking at code you could use to determine linear regression in PHP. In part two he restructures the code into a more manageable class rather than the mostly procedural process it was before.
In the last post we had a simple stepping algorithm, and a gradient descent implementation, for fitting a line to a set of points with one variable and one 'outcome'. As I mentioned though, it's fairly straightforward to extend that to multiple variables, and even to curves, rather than just straight lines. For this example I've reorganised the code slightly into a class to make life a little easier, but the main changes are just the hypothesis and learn functions.
He restructures the learning method to make it easier to reuse and includes a "scale data" method to compensate for irregularities in the data and compute the variance.
voice your opinion now!
linear regression algorithm class reformat variance learning
Kae Verens' Blog: Book Review Learning PHP Data Objects
by Chris Cornutt June 09, 2008 @ 10:22:25
Kae Verens has posted a review of another of Packt Publishing's PHP-related offerings, "Learning PHP Data Objects" by Dennis Popel (published in Aug 2007).
Learning PHP Data Objects, by Dennis Popel, is an introduction to PDO, which walks through the building of a believable test example - a library manager for your home library. [...] I really couldn't find very much about this book that I didn't like. Ignoring the appendices, the book is 154 pages purely devoted to teaching PDO through examples, including error handling, working with BLOBs, even the creation of the M in MVC (Models).
The review mentions Models, Active Record and how the book creates a Library manager application that includes the use of prepared statements and transactions.
voice your opinion now!
book review learning data object pdo packt dennispopel
Zend Developer Zone: Book Review Learning PHP Data Objects
by Chris Cornutt December 28, 2007 @ 07:58:00
The Zend Developer Zone has posted a review of Packt Publishing's "Learning PHP Data Objects" book writen up by Akash Mehta.
In Learning PHP Data Objects, the author Dennis Popel examines this new [database access] system and explains how to begin using PDO in development as a replacement for typical database drivers. The book is an excellent introduction to the data abstraction layer and also provides essential insight into the inner workings of database interaction with PHP.
Akash talks briefly about the history of PDO and what it can be used for first, then gets into the contents of the book (things like the intro chapters and the quality of the writing). The thing he thinks makes the bok stand out, though, is the examples and sample code that reflect both simple methods and more complex issues PDO developers might run into.
voice your opinion now!
book review learning data objects pdo dennispopel packt book review learning data objects pdo dennispopel packt
Zend Developer Zone: Learning PHP & MySQL (a Book Review)
by Chris Cornutt June 27, 2006 @ 17:41:40
On the Zend Developer Zone today, Cal Evans has posted his own review of the O'Reilly book "Learning PHP & MySQL" (by Michele E. Davis and Jon A. Phillips).
Learning PHP & MySQL by Michele E. Davis and Jon A. Phillips is targeting graphic designers, Flash developers and others who build web sites but want to know more about the programming side of things. It assumes a basic knowledge of HTML and the web in general. There's really nothing in this book that anyone with an interest in programming and access to a computer couldn't use to expand their skills a bit.
He goes on to talk about what the book contains (and what it doesn't) and some of his inital impressions about the level of content ("There's really no need to show us a graphic of the Apache EULA screen. Just tell us to 'Install Apache by following the on-screen instructions.'").
He reiterates how basic the level of the book is by mentioning the introductory chapters on PHP, MySQL, and using them together. Of course, from there, the topics do get a bit harder - security, PEAR, regular expressions, etc. The book rounds itself out with a sample app - a blog.
Obviously, this is just a basic summary of what Cal has said, so be sure to check out the rest of the review.
voice your opinion now!
learning mysql book review oreilly beginner sample application learning mysql book review oreilly beginner sample application
|
Community Events
Don't see your event here? Let us know!
|