Advanced Apex Programming for Salesforce.com and Force.com


Dan Appleman - 2012
    Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.

Growing Rails Applications in Practice


Henning Koch - 2014
    

Microservices on AWS (AWS Whitepaper)


AWS Whitepapers - 2017
    This approach includes scaling organizations that deliver software and services. Using a microservices approach, software is composed of small independent services that communicate over well-defined APIs. These services are owned by small self-contained teams. In this whitepaper, we summarize the common characteristics of microservices, talk about the main challenges of building microservices, and describe how product teams can leverage Amazon Web Services (AWS) to overcome those challenges. This documentation is offered for free here as a Kindle book, or you can read it in PDF format at https://aws.amazon.com/whitepapers/.

Team Geek: A Software Developer's Guide to Working Well with Others


Brian W. Fitzpatrick - 2012
    And in a perfect world, those who produce the best code are the most successful. But in our perfectly messy world, 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.You'll learn how to deal with imperfect people--those irrational and unpredictable beings--in the course of your work. And you'll discover why playing well with others is at least as important as having great technical skills. By internalizing the techniques in this book, you'll get more software written, be more influential, be happier in your career.

User Story Mapping: Discover the Whole Story, Build the Right Product


Jeff Patton - 2012
    With this practical book, you'll explore the often-misunderstood practice of user story mapping, and learn how it can help keep your team stay focused on users and their experience throughout the development process.You and your team will learn that user stories aren't a way to write better specifications, but a way to organize and have better conversations. This book will help you understand what kinds of conversations you should be having, when to have them, and what to keep track of when you do. Learn the key concepts used to create a great story map. Understand how user stories really work, and how to make good use of them in agile and lean projects. Examine the nuts and bolts of managing stories through the development cycle. Use strategies that help you continue to learn before and after the product's release to customers and usersUser Story Mapping is ideal for agile and lean software development team members, product managers and UX practitioners in commercial product companies, and business analysts and project managers in IT organizations—whether you're new to this approach or want to understand more about it.

My Last Rock Bottom


Sara Berelsman - 2013
    Sara was a writer, and drinking seemed to be an element of the identity. As a writer, she searched for the story that would define who she was, and her drinking was a part of her. She drank socially at first, with friends or family, at parties, or festivals. She drank at home sometimes, a glass of wine or two. It was when the two glasses of wine turned into two bottles of wine, when her blacked-out drunken behavior began destroying her marriage, when she began combining her drinking with pills - prescribed or otherwise - this is when Sara began to realize she had a problem. It wasn't until she hit her last rock bottom that she understood her story. If she were to continue drinking, her marriage would be over. She knew she had to quit. So she did. Sara quickly learned that sobriety wasn't easy. She had never realized before what a focal point alcohol had been in her life. This new world she was in felt strange and unnatural. Sometimes the daily battle felt impossible. But inside the struggle she found words. One day, she threw on her husband's oversized Nike sweatshirt, drove her daughter to school, and came home to write. The words just poured out of her. Now she had a story. Despite the struggles she faced and still faces, Sara has remained sober. This is her story.

The Zone: A Revolutionary Life Plan to Put Your Body in Total Balance for Permanent Weight Loss


Barry Sears - 2004
    Fat, they told us, was the enemy. Then it was salt, then sugar, then cholesterol... and on it goes. Americans listened and they lost -- but not their excess fat. What they lost was their health and waistlines. Americans are the fattest people on earth... and why? Mainly because of the food they eat. In this scientific and revolutionary book, based on Nobel Prize-winning research, medical visionary and former Massachusetts Institute of Technology researcher Dr. Barry Sears makes peak physical and mental performance, as well as permanent fat loss, simple for you to understand and achieve. With lists of good and bad carbohydrates, easy-to-follow food blocks and delicious recipes, The Zone provides all you need to begin your journey toward permanent fat loss, great health and all-round peak performance. In balance, your body will not only burn fat, but you'll fight heart disease, diabetes, PMS, chronic fatigue, depression and cancer, as well as alleviate the painful symptoms of diseases such as multiple sclerosis and HIV. This Zone state of exceptional health is well-known to champion athletes. Your own journey toward it can begin with your next meal. You will no longer think of food as merely an item of pleasure or a means to appease hunger. Food is your medicine and your ticket to that state of ultimate body balance, strength and great health: the Zone.

Microsoft SQL Server 2012: T-SQL Fundamentals


Itzik Ben-Gan - 2012
    Led by a SQL Server expert, you’ll learn the concepts behind T-SQL querying and programming, and then apply your knowledge with exercises in each chapter. Once you understand the logic behind T-SQL, you’ll quickly learn how to write effective code—whether you’re a programmer or database administrator.Discover how to:Work with programming practices unique to T-SQLCreate database tables and define data integrityQuery multiple tables using joins and subqueriesSimplify code and improve maintainability with table expressionsImplement insert, update, delete, and merge data modification strategiesTackle advanced techniques such as window functions, pivoting and grouping setsControl data consistency using isolation levels, and mitigate deadlocks and blockingTake T-SQL to the next level with programmable objects

Learning Python


Mark Lutz - 2003
    Python is considered easy to learn, but there's no quicker way to mastery of the language than learning from an expert teacher. This edition of "Learning Python" puts you in the hands of two expert teachers, Mark Lutz and David Ascher, whose friendly, well-structured prose has guided many a programmer to proficiency with the language. "Learning Python," Second Edition, offers programmers a comprehensive learning tool for Python and object-oriented programming. Thoroughly updated for the numerous language and class presentation changes that have taken place since the release of the first edition in 1999, this guide introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators. Beyond language features, this edition of "Learning Python" also includes new context for less-experienced programmers, including fresh overviews of object-oriented programming and dynamic typing, new discussions of program launch and configuration options, new coverage of documentation sources, and more. There are also new use cases throughout to make the application of language features more concrete. The first part of "Learning Python" gives programmers all the information they'll need to understand and construct programs in the Python language, including types, operators, statements, classes, functions, modules and exceptions. The authors then present more advanced material, showing how Python performs common tasks by offering real applications and the libraries available for those applications. Each chapter ends with a series of exercises that will test your Python skills and measure your understanding."Learning Python," Second Edition is a self-paced book that allows readers to focus on the core Python language in depth. As you work through the book, you'll gain a deep and complete understanding of the Python language that will help you to understand the larger application-level examples that you'll encounter on your own. If you're interested in learning Python--and want to do so quickly and efficiently--then "Learning Python," Second Edition is your best choice.

China Clipper: The Secret Pre-War Story of Pan American's Flying Boats


Ronald Jackson - 2017
     China Clipper is filled with fact but reads like a spy novel. In the 1930s the political stability of the U.S. was collapsing. The U.S. was dangerously vulnerable. Through a popular policy of isolationism and international treaty the U.S. had only the most rudimentary and feeble defenses for an inevitable war with Japan. Japan, on the other hand, was ruthlessly storming through Manchuria, Korea and China slaughtering millions. The U.S. was stymied but Pan American Airways' proposed commercial seaplane bases at Pearl Harbor, Midway, Wake, Guam and Manila (all attacked on December 7 and 8 1941) offered the perfect ruse to begin fortifying the Pacific in 1934. You'll discover how the government worked covertly with Pan American to build Pacific island defenses, how Pan American became a monopoly and powerhouse airline. While China Clipper can be read as an exciting war story based on true events, its major power lies in the unique recreation of people and events heretofore previously unknown. Tautly written, filled with vivid characterizations, China Clipper is a compelling and a frightening examination of the forces that eventually caused Pearl Harbor to explode - and - the world go to war. China Clipper also follows the day-by-day flight of American citizen and Chinese patriot, Wah Sun Choy, in July 1938 on the Hawaii Clipper bound for China. A successful New Jersey businessman, Wah Sun Choy had raised over $3 million to help bolster China's war with Japan. But his purpose - to deliver the money to the Chinese Nationalists - clashed with the avowed aims of Japan. Between Guam and Manila, the elegant flying boat completely disappeared. Why the 26-ton flying boat vanished and how is explored in depth - for the first time - in China Clipper. China Clipper breaks new ground and garnered stellar reviews - “… new theory on the mystery of the Hawaii Clipper…” New York Times --- “...compelling, even romantic…” San Francisco Chronicle --- “...this is exciting reading…” San Diego Union --- “…good tale for spy , aviation and WWII buffs…” Nashville Banner

Kanban: Successful Evolutionary Change for Your Technology Business


David J. Anderson - 2010
    It will allow you to avoid some likely pitfalls and it will guide you to asking, yourself and your clients, the right questions. Though many people focus on the visualization techniques in Kanban the true value only emerges when you, as a kanban system manager, are apt at noticing the anti-patterns that occur on the kanban board and are able to take appropriate actions. David generously shares his vast experience in this field, with plenty real case scenarios, to the benefit of the reader. After reading this book I toyed with the idea: Would I've changed my approach to coaching my previous clients, in their adoption of agile values and practices, had I read this at the time? Well, I certainly would have, for all of them, and I'm sure it would have meant a smoother change process for the agilely challenged organizations. David provides a comprehensive guide to implementing Kanban in a software development/maintenance environment. Covering the mechanics, dynamics, principles and rationale behind why Kanban is a so promising framework for managing the work of a variety of teams and groups and being an evolutionary-based change management driver. Kanban is the practical approach to implement Lean Software Development, and this book is the practical guide for how to start using Kanban, and how to adapt the system for advanced needs. The book is clear and flowing, even though it covers some quite technical material. I would recommend it to Development managers, Project/Program managers, Agile Coaches/Consultants. It addresses concerns/needs of Novice as well as those already familiar with Kanban and looking for advanced answers. Even if you don't intend to implement a kanban system, there are a lot of techniques and ideas that are easily applicable to any product development/maintenance environment, agile or not. Bottom line, highly recommended.

Fifty Quick Ideas to Improve Your User Stories


Gojko Adzic - 2014
    Above all, this book will help you achieve the promise of agile and iterative delivery: to ensure that the right stuff gets delivered through productive discussions between delivery team members and business stakeholders.

Engineering Long-Lasting Software


Armando Fox - 2012
    NOTE: this Alpha Edition is missing some chapters and may contain errors. See http://saasbook.info for details.

Two Scoops of Django: Best Practices for Django 1.5


Daniel Roy Greenfeld - 2013
    We'll introduce you to various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years.This book is great for:Beginners who have just finished the Django tutorial.Developers with intermediate knowledge of Django who want to improve their Django projects.

Mastering Vmware Vsphere 5


Scott Lowe - 2011
    You'll learn how to install, configure, operate, manage, and secure the latest release.Covers all the new features and capabilities of the much-anticipated new release of VMware vSphere Discusses the planning, installation, operation, and management for the latest release Reviews migration to the latest vSphere software Offers hands-on instruction and clear explanations with real-world examples Mastering VMware vSphere is the strategic guide you need to maximize the opportunities of virtualization.