Category: OReilly

  • O’Reilly Media book: Classic Shell Scripting

    nice scripts shown there and available in the sample code:

    • pathfind.sh – rather similar to my own find_file_on_PATH.sh
    • show-identical-files.sh – rather similar to my own group_by_content.sh – but has a problem with “md5sum” – I fixed that
    • puser.sh

     

  • Google Script: Enterprise Application Essentials

    Google Script: Enterprise Application Essentials:
    How can you extend Google Apps to fit your organization’s needs? This concise guide shows you how to use Google Scripts, the JavaScript-based language that provides a complete web-based development platform—with no downloads, configuration, or compiling required. You’ll learn how to add functionality to Gmail, spreadsheets, and other Google services, or build data-driven apps that run from a spreadsheet, in a browser window, or within a Google Site.

  • O’Reilly Media book: Heroku Cedar – Web Application Architecture with the Process Model

    Heroku Cedar:
    This book will show you how to build a scalable and reliable high-traffic web application using Heroku Cedar as a platform. Originally available only for Ruby (on Rails), but now extended for many more languages, Heroku Cedar is a very interesting choice. The application we’ll build is a ping service, but with characteristics that meet the requirements of modern web apps: cheap (many checks), high frequency, low latency, and trending. With this application we’ll show you how to architect, build (using existing and custom add-ons), and operate a full-blown, high traffic web application. We’ll use different technological components, such as a good dashboard, efficient scheduling processes, and scalable data processing.

  • O’Reilly Media book: Head First HTML and CSS

    Head First HTML and CSS:
    Tired of reading HTML books that only make sense after you’re an expert? Then it’s about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create those web pages you’ve always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your web pages over time so they work in all browsers and mobile devices. Oh, and if you’ve never heard of CSS, that’s okay–we won’t tell anyone you’re still partying like it’s 1999–but if you’re going to create web pages in the 21st century then you’ll want to know and understand CSS.

    Learn the real secrets of creating web pages, and why everything your boss told you about HTML tables is probably wrong (and what to do instead). Most importantly, hold your own with your co-worker (and impress cocktail party guests) when he casually mentions how his HTML is now strict, and his CSS is in an external style sheet.

    With Head First HTML, you’ll avoid the embarrassment of thinking web-safe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you’ll learn HTML and CSS in a way that won’t put you to sleep. If you’ve read a Head First book, you know what to expect: a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, this book will load HTML and CSS into your brain in a way that sticks.

    So what are you waiting for? Leave those other dusty books behind and come join us in Webville. Your tour is about to begin.

  • O’Reilly Media book: Team Geek

    Team Geek:
    As a software engineer, you’re great with computer languages, compilers, debuggers, and algorithms. But success also depends on how you work with people to get your job done. In this highly entertaining book, Brian Fitzpatrick and Ben Collins-Sussman cover basic patterns and anti-patterns for working with other people, teams, and users while trying to develop software. It’s valuable information from two respected software engineers whose popular video series, “Working with Poisonous People”, has attracted hundreds of thousands of viewers.

  • O’Reilly Media book: Your Body: The Missing Manual

    Your Body: The Missing Manual – O’Reilly Media

    also available in German [link]

    2012-04-29: purchased the paper book in German as used book on Amazon

    As o’Reilly/Germany doesn’t offer affordable e-book upgrades, I guess I will get the U.S. e-book as an “upgrade”

  • O’Reilly Media book: Programming Google App Engine

    Programming Google App Engine:

    Google App Engine does more than provide access to a large system of servers. It also offers you a simple model for building applications that scale automatically to accommodate millions of users. With this updated edition of Programming Google App Engine, you’ll get expert practical guidance that will help you make the best use of this powerful platform. Google engineer Dan Sanderson shows you how to design your applications for scalability, including ways to perform common development tasks using App Engine’s APIs and scalable services.