Book picks similar to
Access 2013 Bible by Michael Alexander


non-fiction
career
professional-reference
collection-audible

The Great Indian Obsession: The Untold Story of India's Engineers


Adhitya Iyer - 2015
    On 4 October 2014, more than 300 individuals across the globe contributed close to 14,000 AUD and created crowdfunding history. This book became the highest crowdfunded book in India and the 6th highest in Asia. In a nation that is exasperatingly diverse, engineering seems to be one of the biggest obsessions. India produces more engineers annually than twice the population of Iceland. I set on a backpacking trip across the country to unravel this massive phenomenon at the end of which I lost a camera full of images, but I found a story to tell the world. It is through this journey that I present to you the world's most interesting educational story.

Marketplace 3.0: Rewriting the Rules of Borderless Business


Hiroshi Mikitani - 2013
    And that evolution has huge implications for everything we see, buy and do online. Rejecting the zero-sum, vending-machine model of ecommerce practiced by other leading internet retailers, who view the Internet purely as a facilitator of speed and profit, Hiroshi Mikitani argues for an alternate model that benefits merchants, consumers, and communities alike by empowering players at every step in the process. He envisions retail "ecosystems," where small and mid-sized brick-and-mortar businesses around the world partner with online marketplaces to maximize their customer bases and service capabilities, and he shows why emphasizing collaboration over competition, customization over top-down control, and long-term growth over short-term revenue is by far the best use of the Internet's power, and will define the 3.0 era.Rakuten has already pioneered this new model, and Marketplace 3.0 offers colorful examples of its success in Japan and around the world. Mikitani reveals how the company enforces a global mindset (including the requirement that all its employees speak English, even in Tokyo); how it incorporates new acquisitions rather than seeking to completely remake or sell them for a quick profit; and how it competes with other retailers on speed and quality, without sacrificing the public good. Marketplace 3.0 is an exciting new vision for global commerce, from a company that's challenging all the accepted wisdom.

The Elements of Data Analytic Style


Jeffrey Leek - 2015
    This book is focused on the details of data analysis that sometimes fall through the cracks in traditional statistics classes and textbooks. It is based in part on the authors blog posts, lecture materials, and tutorials. The author is one of the co-developers of the Johns Hopkins Specialization in Data Science the largest data science program in the world that has enrolled more than 1.76 million people. The book is useful as a companion to introductory courses in data science or data analysis. It is also a useful reference tool for people tasked with reading and critiquing data analyses. It is based on the authors popular open-source guides available through his Github account (https://github.com/jtleek). The paper is also available through Leanpub (https://leanpub.com/datastyle), if the book is purchased on that platform you are entitled to lifetime free updates.

Domain-Driven Design: Tackling Complexity in the Heart of Software


Eric Evans - 2003
    "His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique. "The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers--it is a future classic." --Ralph Johnson, author of Design Patterns "If you don't think you are getting value from your investment in object-oriented programming, this book will tell you what you've forgotten to do. "Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion." --Dave Collins, author of Designing Object-Oriented User Interfaces "Eric weaves real-world experience modeling--and building--business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric's descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field." --Luke Hohmann, author of Beyond Software Architecture "This book belongs on the shelf of every thoughtful software developer." --Kent Beck "What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important." --Kyle Brown, author of Enterprise Java(TM) Programming with IBM(R) WebSphere(R) The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process. Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development. Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis--refactoring not just the code but the model underlying the code--in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include:Getting all team members to speak the same language Connecting model and implementation more deeply Sharpening key distinctions in a model Managing the lifecycle of a domain object Writing domain code that is safe to combine in elaborate ways Making complex code obvious and predictable Formulating a domain vision statement Distilling the core of a complex domain Digging out implicit concepts needed in the model Applying analysis patterns Relating design patterns to the model Maintaining model integrity in a large system Dealing with coexisting models on the same project Organizing systems with large-scale structures Recognizing and responding to modeling breakthroughs With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.

The Nudist on the Late Shift: And Other True Tales of Silicon Valley


Po Bronson - 1999
    In his national bestseller The Nudist on the Late Shift he tells the true story of the mostly under-thirty entrepreneurs and tech wizards, immigrants and investors, dreamers and visionaries, who see the Valley as their Mecca. Taking us inside the world of these newcomers, brainiacs, salespeople, headhunters, utopians, plutocrats, and innovators as they transform our culture, The Nudist on the Late Shift is a defining portrait of a new generation in the whirl of an information revolution and an international gold rush.Po Bronson is the author of two novels and one book of nonfiction. Bombardiers, a dark satire of high finance, was an international bestseller that was translated into twelve languages. The First $20 Million Is Always the Hardest, soon to be a feature film from 20th Century Fox, is a comedy of Silicon Valley.  His third bestseller, The Nudist on the Late Shift and Other True Tales of Silicon Valley, demonstrates that Bronson's wit and imagination apply as well to nonfiction as to fiction.

From Mathematics to Generic Programming


Alexander A. Stepanov - 2014
    If you're a reasonably proficient programmer who can think logically, you have all the background you'll need. Stepanov and Rose introduce the relevant abstract algebra and number theory with exceptional clarity. They carefully explain the problems mathematicians first needed to solve, and then show how these mathematical solutions translate to generic programming and the creation of more effective and elegant code. To demonstrate the crucial role these mathematical principles play in many modern applications, the authors show how to use these results and generalized algorithms to implement a real-world public-key cryptosystem. As you read this book, you'll master the thought processes necessary for effective programming and learn how to generalize narrowly conceived algorithms to widen their usefulness without losing efficiency. You'll also gain deep insight into the value of mathematics to programming--insight that will prove invaluable no matter what programming languages and paradigms you use. You will learn aboutHow to generalize a four thousand-year-old algorithm, demonstrating indispensable lessons about clarity and efficiencyAncient paradoxes, beautiful theorems, and the productive tension between continuous and discreteA simple algorithm for finding greatest common divisor (GCD) and modern abstractions that build on itPowerful mathematical approaches to abstractionHow abstract algebra provides the idea at the heart of generic programmingAxioms, proofs, theories, and models: using mathematical techniques to organize knowledge about your algorithms and data structuresSurprising subtleties of simple programming tasks and what you can learn from themHow practical implementations can exploit theoretical knowledge

Technical Blogging


Antonio Cangiano - 2012
    There is no magic to successful blogging; with this book you'll learn the techniques to attract and keep a large audience of loyal, regular readers and leverage this popularity to achieve your goals. Become more influential and earn extra money by blogging. Whether you want to create a popular technical blog from scratch or take your blog to the next level, this book shows you how. Technical blogging expert Antonio Cangiano shares his extensive expertise with you, sparing no details and laying out a complete step by step road map to help you plan, create, market, monetize, and grow your own popular blog. Antonio will guide you through all the choices you have to make in setting up a successful blog, teach you the key things you need to know to write blog posts that get read, and give you the tools to produce content regularly You'll learn how to promote your blog, understand traffic statistics, and build a community. And once you've built it, you'll learn how to benefit from it: advance your career, make money from your blog, use it to promote your products or company, and take advantage of your blog to the fullest. And when your blog takes off, Antonio will show you how to avoid the pitfalls of success.Technical Blogging is the only guide you'll need to create and maintain a successful technical blog.

Actionable Gamification: Beyond Points, Badges, and Leaderboards


Yu-kai Chou - 2015
    Within the industry, studies on game mechanics and behavioral psychology have become proliferate. However, few people understand how to merge the two fields into experience designs that reliably increases business metrics and generates a return on investment. Gamification Pioneer Yu-kai Chou takes reader on a journey to learn his twelve years of obsessive research in creating the Octalysis Framework, and how to apply the framework to create engaging and successful experiences in their product, workplace, marketing, and personal lives. Effective gamification is a combination of game design, game dynamics, behavioral economics, motivational psychology, UX/UI (User Experience and User Interface), neurobiology, technology platforms, as well as ROI-driving business implementations. This book explores the interplay between these disciplines to capture the core principles that contribute to good gamification design. The goal for this book is to become a strategy guide to help readers master the games that truly make a difference in their lives. Readers who absorb the contents of this book will have literally obtained what many companies pay tens of thousands of dollars to acquire. The ultimate aim is to enable the widespread adoption of good gamification and human-focused design in all types of industries.

Site Reliability Engineering: How Google Runs Production Systems


Betsy Beyer - 2016
    So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Google's Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You'll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient--lessons directly applicable to your organization.This book is divided into four sections: Introduction--Learn what site reliability engineering is and why it differs from conventional IT industry practicesPrinciples--Examine the patterns, behaviors, and areas of concern that influence the work of a site reliability engineer (SRE)Practices--Understand the theory and practice of an SRE's day-to-day work: building and operating large distributed computing systemsManagement--Explore Google's best practices for training, communication, and meetings that your organization can use

Hackers: Heroes of the Computer Revolution


Steven Levy - 1984
    That was before one pioneering work documented the underground computer revolution that was about to change our world forever. With groundbreaking profiles of Bill Gates, Steve Wozniak, MIT's Tech Model Railroad Club, and more, Steven Levy's Hackers brilliantly captured a seminal moment when the risk-takers and explorers were poised to conquer twentieth-century America's last great frontier. And in the Internet age, the hacker ethic-first espoused here-is alive and well.

Release It!: Design and Deploy Production-Ready Software (Pragmatic Programmers)


Michael T. Nygard - 2007
    Did you design your system to survivef a sudden rush of visitors from Digg or Slashdot? Or an influx of real world customers from 100 different countries? Are you ready for a world filled with flakey networks, tangled databases, and impatient users?If you're a developer and don't want to be on call for 3AM for the rest of your life, this book will help.In Release It!, Michael T. Nygard shows you how to design and architect your application for the harsh realities it will face. You'll learn how to design your application for maximum uptime, performance, and return on investment.Mike explains that many problems with systems today start with the design.

The PMP Exam: How to Pass on Your First Try


Andy Crowe - 2002
    Studying for the Project Management Professional (PMP®) certification exam can take time and effort, but knowing what to study should be effortless. That’s where this book comes in! A complete study guide for the PMP certification exam, Andy Crowe’s The PMP Exam: How to Pass on Your First Try, 6th edition provides all the information project managers need to thoroughly prepare for and pass the test. This comprehensive study resource includes: All the processes, inputs, tools, and outputs that will be tested Insider secrets, test tricks and tips Links to 60 videos with Andy explaining concepts Over 400 practice exam questions including end of chapter quizzes and a simulated final exam Meaningful exercises designed to strengthen mastery of key concepts Dedicated margin space study notes One week subscription to InSite, Velociteach’s e-learning portal, with additional content including an extra 100 simulated practice exam questions Glossary of terms and definitions in back of book for reference The PMP Exam: How to Pass on Your First Try is clearly organized and presents the material in an easily understandable format. All of the concepts, and every process, input, tool and technique, and output is clearly explained. The most complete, concise, and up-to-date study resource, Andy’s book cuts down on the difficulty factors in obtaining the PMP certification and helps candidates pass the exam on the FIRST try.

Running a Restaurant for Dummies


Heather Dismore - 2004
    Running a Restaurant For Dummies covers every aspect of getting started for wannabe restaurateurs. From setting up a business plan and finding financing, to designing a menu and dining room, you'll find all the advice you need to start and run a successful restaurant. Even if you don't know anything about cooking or running a business, you might still have a great idea for a restaurant -- and this handy guide will show you how to make your dream a reality. If you already own a restaurant, but want to see it do better, Running a Restaurant For Dummies offers unbeatable tips and advice of bringing in hungry customers. From start to finish, you'll learn everything you need to know to succeed:Put your ideas on paper with a realistic business plan Attract investors to help get the business off the ground Be totally prepared for your grand opening Make sure your business is legal and above board Hire and train a great staff Develop a delicious menu If you're looking for expert guidance from people in the know, then Running a Restaurant For Dummies is the only book you need. Written by Michael Garvey, co-owner of the famous Oyster Bar at Grand Central, with help from writer Heather Dismore and chef Andy Dismore, this book covers all the bases, from balancing the books to training staff and much more:Designing and theme and a concept Taking over an existing restaurant or buying into a franchise Stocking and operating a bar Working with partners and other investors Choose a perfect location Hiring and training an excellent staff Pricing menu items Designing the interior of the restaurant Purchasing and managing supplies Marketing your restaurant to customers If you're looking for a new career as a restaurateur, or you need new ideas for your struggling restaurant, Running a Restaurant For Dummies offers expert advice in a fun, friendly format. Packed with practical advice and expert wisdom on every aspect of the food service business, this guide is all you need to get cooking.

Continuous Delivery: Reliable Software Releases Through Build, Test, and Deployment Automation


Jez Humble - 2010
    This groundbreaking new book sets out the principles and technical practices that enable rapid, incremental delivery of high quality, valuable new functionality to users. Through automation of the build, deployment, and testing process, and improved collaboration between developers, testers, and operations, delivery teams can get changes released in a matter of hours-- sometimes even minutes-no matter what the size of a project or the complexity of its code base. Jez Humble and David Farley begin by presenting the foundations of a rapid, reliable, low-risk delivery process. Next, they introduce the "deployment pipeline," an automated process for managing all changes, from check-in to release. Finally, they discuss the "ecosystem" needed to support continuous delivery, from infrastructure, data and configuration management to governance. The authors introduce state-of-the-art techniques, including automated infrastructure management and data migration, and the use of virtualization. For each, they review key issues, identify best practices, and demonstrate how to mitigate risks. Coverage includes - Automating all facets of building, integrating, testing, and deploying software - Implementing deployment pipelines at team and organizational levels - Improving collaboration between developers, testers, and operations - Developing features incrementally on large and distributed teams - Implementing an effective configuration management strategy - Automating acceptance testing, from analysis to implementation - Testing capacity and other non-functional requirements - Implementing continuous deployment and zero-downtime releases - Managing infrastructure, data, components and dependencies - Navigating risk management, compliance, and auditing Whether you're a developer, systems administrator, tester, or manager, this book will help your organization move from idea to release faster than ever--so you can deliver value to your business rapidly and reliably.

Send


David Shipley - 2007
    Whether you email just a little or never stop, here, at last, is an authoritative and delightful audiobook that shows how to write the perfect email anywhere. Send also points out the numerous (but not always obvious) times when email can be the worst option and might land you in hot water (or even jail!). The secret is, of course, to think before you click. Send is nothing short of a survival guide for the digital age–wise, brimming with good humor, and filled with helpful lessons from the authors’ own email experiences (and mistakes). In short: absolutely e-ssential.