• Even Faster Web Sites: Performance Best Practices for Web Developers

    Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance. Souders' previous book, the bestselling High Performance Web Sites, shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight exper... [Read More]

    • ASIN: 0596522304
    • UPC: 636920522300
    • ASIN: 0596522304
    • ISBN: 0596522304
    • Manufacturer: O'Reilly Media

  • High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark

    Apache Spark is amazing when everything clicks. But if you haven’t seen the performance improvements you expected, or still don’t feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger data sizes, while using fewer resources.Ideal for software engineers, data engineers, developers, and system administrators working with large-scale data applications, this book describes techniques that can reduce data infrastructure costs and develo... [Read More]

    • ASIN: 1491943203
    • ASIN: 1491943203
    • ISBN: 9781491943205
    • Manufacturer: O'Reilly Media

  • High Performance Mobile Web: Best Practices for Optimizing Mobile Web Apps

    Optimize the performance of your mobile websites and webapps to the extreme. With this hands-on book, veteran mobile and web developer Maximiliano Firtman demonstrates which aspects of your site or app slow down the user’s experience, and what you can do to achieve lightning-fast performance. There’s much at stake: if you want to boost your app’s conversion rate, then tackling performance issues is the best way to start.Learn tools and techniques for working with responsive web design, images, the network layer, and many other ingredients—plus the metrics to check your progress. Ideal ... [Read More]

    • ASIN: 1491912553
    • ASIN: 1491912553
    • ISBN: 1491912553
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

  • Ruby Best Practices: Increase Your Productivity - Write Better Code

    How do you write truly elegant code with Ruby? Ruby Best Practices is for programmers who want to use Ruby as experienced Rubyists do. Written by the developer of the Ruby project Prawn, this concise book explains how to design beautiful APIs and domain-specific languages with Ruby, as well as how to work with functional programming ideas and techniques that can simplify your code and make you more productive. You'll learn how to write code that's readable, expressive, and much more. Ruby Best Practices will help you:Understand the secret powers unlocked by Ruby's code blocksLearn how to bend ... [Read More]

    • ASIN: 0596523009
    • UPC: 636920523000
    • ASIN: 0596523009
    • ISBN: 0596523009
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Scalability Patterns: Best Practices for Designing High Volume Websites

    In this book, the CEO of Cazton, Inc. and internationally-acclaimed speaker, Chander Dhall, demonstrates current website design scalability patterns and takes a pragmatic approach to explaining their pros and cons to show you how to select the appropriate pattern for your site. He then tests the patterns by deliberately forcing them to fail and exposing potential flaws before discussing how to design the optimal pattern to match your scale requirements. The author explains the use of polyglot programming and how to match the right patterns to your business needs. He also details several No-SQL... [Read More]

    • ASIN: 1484210743
    • ASIN: 1484210743
    • ISBN: 1484210743
    • Manufacturer: Apress

  • Java 9 High Performance: Practical techniques and best practices for optimizing Java applications through concurrency, reactive programming, and more

    Best practices to adapt and bottlenecks to avoidAbout This BookTackle all kinds of performance-related issues and streamline your developmentMaster the new features and new APIs of Java 9 to implement highly efficient and reliable codesGain an in-depth knowledge of Java application performance and obtain best results from performance testingWho This Book Is ForThis book is for Java developers who would like to build reliable and high-performance applications. Prior Java programming knowledge is assumed.What You Will LearnWork with JIT compilersUnderstand the usage of profiling toolsGenerate JS... [Read More]

    • ASIN: B0773PQHTF
    • ASIN: B0773PQHTF
    • Manufacturer: Packt Publishing

  • Web Analytics 2.0: The Art of Online Accountability and Science of Customer Centricity

    Adeptly address today’s business challenges with this powerful new book from web analytics thought leader Avinash Kaushik. Web Analytics 2.0 presents a new framework that will permanently change how you think about analytics. It provides specific recommendations for creating an actionable strategy, applying analytical techniques correctly, solving challenges such as measuring social media and multichannel campaigns, achieving optimal success by leveraging experimentation, and employing tactics for truly listening to your customers. The book will help your organization become more data driven... [Read More]

    • ASIN: 0470529393
    • UPC: 884257548214
    • ASIN: 0470529393
    • ISBN: 0470529393
    • Brand: Sybex
    • Manufacturer: Sybex

  • RESTful API Design: Best Practices in API Design with REST (API-University Series Book 3)

    Looking for Best Practices for RESTful APIs?This book is for you! Why? Because this book is packed with practical experience on what works best for RESTful API Design.You want to design APIs like a Pro?Use API description languages to both design APIs and develop APIs efficiently. The book introduces the two most common API description languages RAML, OpenAPI, and Swagger.Your company cares about its customers?Learn API product management with a customer-centric design and development approach for APIs. Learn how to manage APIs as a product and how to follow an API-first approach. Build APIs y... [Read More]

    • ASIN: B01L6STMVW
    • ASIN: B01L6STMVW
    • Manufacturer: API-University Press

  • Effective Java

    The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9   Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers.   As in previous editions, each chapter of Effective Java, Third Edition, consists of several “items,” each presented... [Read More]

    • ASIN: 0134685997
    • ASIN: 0134685997
    • ISBN: 0134685997
    • Manufacturer: Addison-Wesley Professional

  • Professional JavaScript for Web Developers

    This book provides a developer-level introduction along with more advanced and useful features of JavaScript. Coverage includes: JavaScript use with HTML to create dynamic webpages, language concepts including syntax and flow control statements variable handling given their loosely typed nature built-in reference types such as object and array object-oriented programing powerful aspects of function expressions Browser Object Model allowing interaction with the browser itself detecting the client and its capabilities Document Object Model (DOM) objects available in DOM Level 1 how DOM Levels 2... [Read More]

    • ASIN: 1118026691
    • ASIN: 1118026691
    • ISBN: 1118026691
    • Brand: Wrox
    • Manufacturer: Wrox

  • High Performance Django

    Getting started with Django is easy. There are tutorials and books that literally walk you through the process of getting your first site up and running. Taking that code from your laptop to the real world is like opening pandora’s box. Should I use Apache, Gunicorn, uWSGI or something else? Where should I use caching to make things faster? How do I know if my database has the right indexes or if it needs more resources? Do I need a NoSQL database like MongoDB? The site runs great on my laptop. Why is it so slow in production? How many servers does my site need? How big should they be? What... [Read More]

    • ASIN: 1508748128
    • ASIN: 1508748128
    • ISBN: 1508748128
    • Manufacturer: CreateSpace Independent Publishing Platform

  • High-Performance Sports Conditioning

    Today's athletes are breaking records that many thought were untouchable—in large part due to the major advances in sports training. High-Performance Sports Conditioning combines these superior modern methods with sample training programs, workouts, and drills to serve as the only conditioning guide you'll need this season. This landmark book presents the principles and practices of this new era of athletic training in the most thorough and useful text ever of its kind. The first step in building a conditioning program is testing and building up the nine essential fitness components includin... [Read More]

    • ASIN: 0736001638
    • ASIN: 0736001638
    • ISBN: 0736001638
    • Brand: imusti
    • Manufacturer: Human Kinetics

  • Eloquent JavaScript, 3rd Edition: A Modern Introduction to Programming

    Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications.JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications.This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective... [Read More]

    • ASIN: 1593279507
    • ASIN: 1593279507
    • ISBN: 1593279507
    • Manufacturer: No Starch Press

  • Java Coding Guidelines: 75 Recommendations for Reliable and Secure Programs (SEI Series in Software Engineering)

    “A must-read for all Java developers. . . . Every developer has a responsibility to author code that is free of significant security vulnerabilities. This book provides realistic guidance to help Java developers implement desired functionality with security, reliability, and maintainability goals in mind.” –Mary Ann Davidson, Chief Security Officer, Oracle Corporation   Organizations worldwide rely on Java code to perform mission-critical tasks, and therefore that code must be reliable, robust, fast, maintainable, and secure. Java™ Coding Guidelines brings together expert g... [Read More]

    • ASIN: 032193315X
    • ASIN: 032193315X
    • ISBN: 032193315X
    • Brand: Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • The 80/20 Principle: The Secret to Achieving More with Less

    Be more effective with less effort by learning how to identify and leverage the 80/20 principle: that 80 percent of all our results in business and in life stem from a mere 20 percent of our efforts.The 80/20 principle is one of the great secrets of highly effective people and organizations.Did you know, for example, that 20 percent of customers account for 80 percent of revenues? That 20 percent of our time accounts for 80 percent of the work we accomplish? The 80/20 Principle shows how we can achieve much more with much less effort, time, and resources, simply by identifying and focusing our... [Read More]

    • ASIN: 0385491743
    • ASIN: 0385491743
    • ISBN: 9780385491747
    • Brand: Broadway Business
    • Manufacturer: Currency

  • Even Faster Web Sites : Performance Best Practices for Web Developers

    As an important follow-up to O'Reilly's bestselling "High Performance Web Sites," this second edition offers additional rules for speeding up Web page loading and

    • UPC: 10898275
    • Rating: 5.0

  • Web Content Management : Systems, Features, and Best Practices

    "Looking to select a web content management system (CMS), but confused about the promises, terminology, and buzzwords? Do you want to understand content management without having to dive into the underlying programming? This book provides

    • UPC: 44979023

  • High Performance Mobile Web : Best Practices for Optimizing Mobile Web Apps

    Optimize the performance of your mobile websites and webapps to the extreme. With this hands-on book, veteran mobile and web developer Maximiliano Firtman demonstrates which aspects of your site or app slow down the users

    • UPC: 44879379

  • Measuring Occupational Performance : Supporting Best Practice in Occupational Therapy

    Health Related Professions

    • UPC: 52702813

  • Leadership Best Practices and Employee Performance - eBook

    This phenomenological study explored leadership best practices among senior managers in the telecommunications industry to determine the perceived effects that such routines had on actual employee performance. The study took place in Southern Georgia in

    • UPC: 815342530

  • Best Practices: Evaluating Performance - eBook

    Successful management relies on identifying and promoting high-performing employees—and targeting underperformers for serious improvement. Evaluating Performance, a comprehensive and essential resource for any manager on the run, shows you how.Learn to:Monitor day-to-day performanceConduct productive formal

    • UPC: 576117075

  • GWT Best Practices I - eBook

    Für die Kommunikation zwischen Server und Client verwendet Google Web Toolkit (GWT) asynchrone Requests, um diese geht es im ersten Kapitel des shortcuts. In Webapplikationen werden komplexe Sachverhalte abgebildet, was sehr aufwendig sein kann. Doch

    • UPC: 189779000

  • GWT Best Practices II - eBook

    Im zweiten Teil der shortcut-Serie zu GWT Best Practices geht es zunächst um die Verwendung des GWT zur Implementierung von RWD, das aufgrund der zunehmenden Device-Divergenz für eine moderne und professionelle Internetpräsenz notwendig erscheint. Zudem

    • UPC: 839795793

  • SEO Principles 2015: The Best Practice Guide for Individuals and Small Business Owners on a Time Crunch - eBook

    SEO Principles 2015 is a hands on guide for individuals and small businesses that dont have the time to learn all the ins and outs of search engine optimization. This guide will take you through

    • UPC: 761812917

  • Identity and Data Security for Web Development : Best Practices

    Developers, designers, engineers, and creators can no longer afford to pass responsibility for identity and data security onto others. Web developers who don't understand how to obscure data in transmission, for instance, can open security

    • UPC: 50552552

  • High Performance Mobile Web : Best Practices for Optimizing Mobile Web Apps, ...

    • UPC: 402188111232
    • Category: Nonfiction
    • Price: 30 USD

  • Even Faster Web Sites: Performance Best Practices for Web Developers: Essential

    • UPC: 180790346758
    • Category: Nonfiction
    • Price: 27 USD

  • Even Faster Web Sites Performance Best Practices for Web Developers

    • UPC: 303447226222
    • Category: Nonfiction
    • Price: 5 USD

  • Even Faster Web Sites: Performance Best Practices for Web Developers.

    • UPC: 193373213875
    • Category: Nonfiction
    • Price: 27 USD

  • HIGH PERFORMANCE MOBILE WEB: BEST PRACTICES FOR OPTIMIZING By Maximiliano Mint

    • UPC: 184230966056
    • Category: Nonfiction
    • Price: 20 USD

  • High Performance Mobile Web : Best Practices for Optimizing Mobile Web Apps, ...

    • UPC: 274320063229
    • Category: Nonfiction
    • Price: 30 USD

  • Even Faster Web Sites: Performance Best Practices ... by Steve Souders Paperback

    • UPC: 392271844531
    • Category: Nonfiction
    • Price: 17 USD

  • Even Faster Web Sites: Performance Best Practices ... by Steve Souders Paperback

    • UPC: 302790862218
    • Category: Nonfiction
    • Price: 17 USD

  • EVEN FASTER WEB SITES: PERFORMANCE BEST PRACTICES FOR WEB By Steve Souders *VG+*

    • UPC: 184229511784
    • Category: Nonfiction
    • Price: 18 USD

  • Even Faster Web Sites: Performance Best Practices for Web Developers.

    • UPC: 254497875699
    • Category: Nonfiction
    • Price: 48 CAD

  • Improving Load Performance - Chrome DevTools 101

    Workshop: High Performance Web Sites w/ Steve Souders of Google

    #3 - Caching End to End - Top 5 Web Performance Best Practices