Book picks similar to
Forecasting Oracle Performance by Craig Shallahamer


not-read
hardcopy
performanceengine<br/>ering
software-egineering

Seven Concurrency Models in Seven Weeks: When Threads Unravel


Paul Butcher - 2014
    Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code. This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience. Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365. Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it. You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractible problems, and how, in concert with Stream Processing, big data can be tamed. With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence.What You Need: The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.

Knitting Up a Murder (Yarn Genie Mysteries Book #1)


Celeste Bennett - 2015
    On the run, she sheds her rich identity and navigates life without servants or money. When she chooses undercover FBI agent Frank Bachman's car to hide in, she begins the wildest journey of her life. When her husband is found murdered by her knitting needle, Imogene enlists Frank's help to find the true killer and recover her stolen money. Imogene and Frank must sidestep their growing attraction in order to unwind the web of deceit that surrounds her. As the truth unravels, Imogene learns the truth about her life, her marriage and why more than one person wants her dead.

Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement


Eric Redmond - 2012
    As a modern application developer you need to understand the emerging field of data management, both RDBMS and NoSQL. Seven Databases in Seven Weeks takes you on a tour of some of the hottest open source databases today. In the tradition of Bruce A. Tate's Seven Languages in Seven Weeks, this book goes beyond your basic tutorial to explore the essential concepts at the core each technology. Redis, Neo4J, CouchDB, MongoDB, HBase, Riak and Postgres. With each database, you'll tackle a real-world data problem that highlights the concepts and features that make it shine. You'll explore the five data models employed by these databases-relational, key/value, columnar, document and graph-and which kinds of problems are best suited to each. You'll learn how MongoDB and CouchDB are strikingly different, and discover the Dynamo heritage at the heart of Riak. Make your applications faster with Redis and more connected with Neo4J. Use MapReduce to solve Big Data problems. Build clusters of servers using scalable services like Amazon's Elastic Compute Cloud (EC2). Discover the CAP theorem and its implications for your distributed data. Understand the tradeoffs between consistency and availability, and when you can use them to your advantage. Use multiple databases in concert to create a platform that's more than the sum of its parts, or find one that meets all your needs at once.Seven Databases in Seven Weeks will take you on a deep dive into each of the databases, their strengths and weaknesses, and how to choose the ones that fit your needs.What You Need: To get the most of of this book you'll have to follow along, and that means you'll need a *nix shell (Mac OSX or Linux preferred, Windows users will need Cygwin), and Java 6 (or greater) and Ruby 1.8.7 (or greater). Each chapter will list the downloads required for that database.

Confidential


Jack Parker - 2013
    After being forced into hiding until the trial, Heidi finds Camdon, someone who changes her :Making her new life more than bearable, he makes it perfect.Now she has to decide if it's worth giving up the perfect life she has to testify, if it's worth it to go back to the old life she had before, and if she can keep lying to the only person that she's ever loved.

MCSA/MCSE Self-Paced Training Kit (Exam 70-270): Installing, Configuring, and Administering Microsoft Windows XP Professional


Walter Glenn - 2005
    Work at your own pace through a system of lessons, hands-on exercises, troubleshooting labs, and review questions.The Readiness Review Suite on CD, featuring advanced technology from MeasureUp, provides 425 challenging questions for in-depth self-assessment and practice. You can choose timed or untimed testing mode, generate random tests, or focus on specific objectives. You get detailed explanations for right and wrong answers--including a customized learning path that describes how and where to focus your studies.Maximize your performance on the exam by learning how to: Perform an installation or upgrade, including remote deploymentConfigure and customize the desktop environmentAdminister disks, device drivers, printers, file systems, and other resourcesManage TCP/IP networking and support remote and mobile usersMonitor, troubleshoot, and tune system performanceNEW!--Administer security settings and services, including the advances in Windows XP Service Pack 2Readiness Review Suite on CD Powered by MeasureUpYour kit includes: NEW--Fully reengineered self-paced study guide with expert exam tips. NEW--Readiness Review Suite featuring 425 questions and multiple testing options. NEW--Case scenarios and troubleshooting labs for real-world expertise. NEW--120-day evaluation version of Windows XP Professional software with Windows XP Service Pack 2.NEW--eBook in PDF format. NEW--Microsoft Encyclopedia of Security eBook. NEW--Microsoft Encyclopedia of Networking, Second Edition eBook.For customers who purchase an ebook version of this title, instructions for downloading the CD files can be found in the ebook.

Getting Started with AWS


Amazon Web Services - 2012
    Getting Started with AWS provides an introduction to Amazon Web Services, examples of what you can do with AWS, basic information that you need to know to get started, and links to resources and documentation that will help you learn more no matter what your use case is.

Hacker's Delight


Henry S. Warren Jr. - 2002
    Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.

Cracking the Coding Interview: 150 Programming Questions and Solutions


Gayle Laakmann McDowell - 2008
    This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.

The Race For A New Game Machine: Creating the Chips Inside the XBox and the Playstation 3


David Shippy - 2009
    This is the inside story of the race to create a revolutionary chip to power the next generation consoles from Microsoft and Sony.

High Stakes, No Prisoners : A Winner's Tale of Greed and Glory in the Internet Wars


Charles H. Ferguson - 1999
    1999, Crown Business, Hardcover, ISBN: 9780812931433, Book Condition: New, 014029 1D

Welcome to Oz: A Cinematic Approach to Digital Still Photography with Photoshop


Vincent Versace - 2006
    You must first approach the subject with the proper sense of perception, with the ability to visualize the finished print before you commit a scene to pixels, but still be flexible and spontaneous. Master Fine Art photographer Vincent Versace has spent his career learning and teaching the art of perception and how to translate it into stunning images. In Welcome to Oz,  he delves into what it means to approach digital photography cinematically, to use your perception, your camera, and Photoshop to capture the movement of life in a still image. Features: Adapt your workflow to the image so you always know how best to use your tools Turn a seemingly impossible photographic scenario into a successful image Practice “image harvesting” to combine the best parts of  many captures to create an optimum final result Create black and white prints that have the look, feel and “richness” of traditional silver prints without ever leaving the RGB color space 224 pages.

Introducing Microsoft Power BI


Alberto Ferrari - 2016
    Stay in the know, spot trends as they happen, and push your business to new limits. This e-book introduces Microsoft Power BI basics through a practical, scenario-based guided tour of the tool, showing you how to build analytical solutions using Power BI. Get an overview of Power BI, or dig deeper and follow along on your PC using the book's examples.

Black Bird


Greg Enslen - 2003
    He's a drifter, leaving a trail of fear and death from coast to coast. Although he has always successfully avoided capture, he is haunted by the memory of the Sheriff of Liberty, Virginia. The man died nearly catching Jack--in fact, it was only by dumb luck that Jack had escaped. And that's always bothered him. Now, he's returning to the small town to settle the score. In Liberty, David Beaumont can't wait to leave his small hometown. He's grown so tired of listening to the endless stories about what a great man his father had been, how he had saved their town from a killer, sacrificing his own life to save them. David's got his money together, he's quit his job, and he's leaving town. He's leaving it all behind him.The only problem is the killings have started again...and David's the only one that can stop them. Should he return to the small town he despises? And if he does, will he end up the way his father did--dead?

Hard to Die


Andra Watkins - 2016
    When she disappeared she fell into an in-between called Nowhere. For her soul to rest, she has one assignment: Help someone navigate a life-changing crossroad or be forgotten forever.Theo is running out of time when she encounters Richard Cox, a West Point cadet who’s desperate. After someone from Richard’s past presents him with an impossible ultimatum, he has two choices: Return to spying on the Russians…or die.As Theo and Richard battle adversaries, treachery collides with their growing passion. Can they trust each other enough to elude their enemies? Or are they pawns for a bigger foe determined to destroy them?Hard to Die is the first book in the Nowhere Series, a speculative blend of riveting suspense, forgotten history, and a dash of paranormal fiction. If you like edge-of-your-seat action, compelling characters, and white-knuckle emotion, you’ll love the first installment in Andra Watkins’ page-turning series.Buy Hard to Die today and discover your next favorite read!

Grace in the Flames


Michelle Massaro - 2016
    One God of grace. John Douglas thought he knew the future God had for him--raise a family and grow old with his bride, Hannah. But then a deadly house fire incinerates his faith, destroying the man he’d been. Worship leader Jenni Dupont conquered her demons years ago and has the scars to prove it. But temptation strikes when her world is shattered, and this time she's not sure if God can carry her through. Bar waitress April Johanson lives with the secret trauma of an abusive past. Desperate to stay off the streets of Vegas, she’ll do whatever is necessary to pay the rent. When their lives intersect, God will ask them to do the impossible. To love Him even if… About Grace in the Flames If you love a deep, weighty, beautiful story, check out Grace in the Flames. *This inspirational Christian novel explores tough themes like grief, alcoholism, self-harm, and unwanted pregnancy.* It wrestles with faith-breaking circumstances that redefine the meaning of family and true friendship, and still delivers a heady, toe-curling love story. What readers are saying: "A story you won’t soon forget!" "I couldn't put it down, consider yourself warned" "This books deserves five stars...or even six!" "I was hooked from the first chapter" "My favorite book of 2016!" "With delicacy and nuance, Massaro loads the story with heavy issues...the message of God’s grace and the hope available to those who love him will connect with readers of faith." -- Publisher's Weekly "...emotionally evocative and profoundly moving...Highly recommended." --Cheryl Wyatt, USA TODAY bestselling author of award-winning Wings of Refuge series. Scroll up and grab your copy of GRACE IN THE FLAMES today!