Software-Technology

Advanced PHP Programming: A practical guide to developing large-scale Web sites and applications with PHP 5

by George Scholassnagle(c) Copyright 2004 This book applies both to PHP 5 and PHP 7 (no PHP 6 exists) fairly well because of the large amount of overlap between the versions. This book is meant to build up experts at PHP development. It handles everything ranging from cookies, to APIs, to extending PHP via C. At 650-pages, it’s a heavy read. There are lots of code examples as well as implementations of features (e.g., user…

Continue reading

Software-Technology

Ry’s Git Tutorial

by Ryan HodsoneBook (free) This book is a free purchase from Amazon. (You can’t beat that price!) It previews the Git utilities now popular in the field of revision/change management software. It can keep track of your old files in a programming project and coordinate among multiple developers (therein facilitating distributed development). I use Git at work. I’ve seen teammates more advanced at Git interrogate a Git database to extract useful information, restore backups, and…

Continue reading

Software-Technology

Advanced R

by Hadley Wickhamhttp://adv-r.had.co.nz/ Hadley brings an in-depth analysis of the R statistical language in this book and opens up more questions as it enlightens the reader to possibilities with R. This book is only for the nerds of the nerds as it explores the R programming language, a language used mainly by non-programmers for statistical analysis. As such, the readership for this book is presumably small. Nonetheless, it fills a need as it supplies R…

Continue reading

Software-Technology

R Cookbook: Proven Recipes for Data Analysis, Statistics, and Graphics

by Paul Teetor Copyright 2011. I picked up this book with the intention of learning intermediate R. I was past the novice stage of learning the language, but I was still short of learning Advanced R. This book gave me the confidence to read R code more quickly and to understand more nuance in this (fun) language. This book is written by a quant (Wall Street data analyst) who has Masters degrees in both statistics…

Continue reading

Software-Technology

ggplot2: Elegant Graphics for Data Analysis

by Hadley Wickham(c) 2016. This is another book that applies to one of my nascent passions: Statistical programming with R. This book brings forth the central visualization package in ggplot by its author Hadley Wickham. Like most of Hadley’s works, the book is meticulously researched and extremely clear. It is a winner in  accomplishing its goals of introducing visualization in R. It even contains a short section on modeling in R. For those who don’t…

Continue reading