Book picks similar to
SolidWorks 2010 Bible [With CDROM] by Matt Lombard


decision-making
time-management
training
deliberate-practice

The Manaslu Adventure: Three hapless friends try to climb a big mountain


Mark Horrell - 2012
    When they returned the next year, they were met with sticks and stones, stripped naked and sent home with red cheeks.Mark Horrell and his two friends Mark and Ian shared a dream to climb an 8,000m peak, but it seemed the gods were against them too. They had made no fewer than eight attempts without success (though they had managed to return with their clothes on).With towering ice walls, monsoon rainstorms, arm-twisting crevasses and – most dangerous of all – welcoming teahouses ready to entrap them, would it be different this time?

The Great Clippers


Jane D. Lyon - 2016
    These wealthy men had founded the first banks in the United States and built its first railroads, factories, and steamships. Now, they were to cap their achievements by making their young country equally superior in size, and in the process, producing the greatest, swiftest, and most beautiful craft the world had ever seen - the clipper ship. This book not only traces the origins and achievements of the clipper but enlivens the dry bones of historic fact with the flesh and blood of clipper captains and crews. A great era comes to life with their courageous, tenacious stories.

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.

JavaScript: The Good Parts


Douglas Crockford - 2008
    This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

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.

Free Tools for Writers, Bloggers and Solopreneurs


Karen Banes - 2014
     By the time you finish this book you'll be able to do everything from checking your grammar, to creating an infographic, to driving free traffic to your blog or website, all using free tools, sites and downloads. The book contains links to all resources mentioned. A handy little reference guide you'll keep on your Kindle or other device to refer back to again and again.

CSS Secrets: Better Solutions to Everyday Web Design Problems


Lea Verou - 2014
    Based on two popular talks from author Lea Verou--including "CSS3 Secrets: 10 things you may not know about CSS"--this practical guide provides intermediate to advanced CSS developers with more than 40 undocumented techniques and tips for using CSS3 to create better websites.The talks that spawned this book have been top-rated by attendees in every conference they were presented, and praised in industry media such as ."net" magazine.Get information you won't find in any other bookLearn through small, easily digestible chaptersHelps you understand CSS more deeply so you can improve your own solutionsApply Lea's techniques to practically every CSS problem you faceGain tips from a rockstar author who serves as an Invited Expert in W3C's CSS Working Group

Chocolate and Cocoa Recipes and Home Made Candy Recipes


Janet McKenzie Hill - 1909
    Janet McKenzie Hill (1852-1933) was an American author, she introduced the baked bean sandwich as a "substitute for meatless cooking."

The Big Book of Maker Skills: Tools & Techniques for Building Great Tech Projects


Chris Hackett - 2014
    Step-by-step illustrations, helpful diagrams, and exceptional photography make this book an easy-to-follow and easy-on-the-eyes guide to getting your project done.With an emphasis on making DIY projects that can change the world, The Big Book of Maker Skills includes sections and tutorials on:Setting Up a HackerspacePicking the Right ToolsWelding SmartsCircuitry BasicsProgramming & ArduinosWorking with Wood3-D PrintingLaser-cuttingCNC RoutingTesting & PrototypingDrones and Space Exploration ToolsRoboticsBiotechnologySourcing and Crowdsourcing

Gypsy Jane - I've Been Shot Four Times and Served Three Prison Terms...This is the Incredible Story of My Life in London's Criminal Underworld


Jane Lee - 2012
    This is her true story. During a terrifying journey that began as a 14-year-old armed robber, she has been shot four times, tasered three times by police and served three jail terms. Convicted for armed robbery she was released from prison only to go out and attempt to murder four people. Gypsy Jane has led a life packed with crime, betrayal, drugs and murder but she classes herself as a woman of principles: she values loyalty and honour, and has only ever wanted a 'normal' life.

Help Me I'm A Hypochondriac!: From Headache to Hypochondria - How I Beat Health Anxiety


Philip Martins - 2017
     Do you constantly get anxious about your health and seek reassurance? Have you found yourself analysing every single sensation in your body? Are you spending time on the internet always looking for answers? Do you have heart palpatations that make you think you're having a heart attack? Does that impending heart attack give you a panic attack? Are you still not dead? You can rest assured it's not just you! Philip Martins was once a hypochondriac and has survived, among other things, cancer, motor neurone disease, meningitis, multiple sclerosis and having been bitten by a mosquito once, malaria. In this book he tells you how he got through his years of health anxiety, provides some anecdotes of his crazier times to cheer you up and gives you some tips all in the hope that it can bring a little relief to help you realise you're not alone. If you have health anxiety and are looking for something to relate to then this is the book for you.

Calm Trader: Win in the Stock Market without Losing Your Mind


Holly Burns - 2015
    Benefit from someone with more than 20 years experience Steve has done the research so you don't have to. Each of these fourteen principles are part of what has made him successful for more than two decades. Avoid stress and make money These principles will help you build a strong trading foundation and keep you from succumbing to stressful situations that will cost you money. Principles to help you overcome stressful situations This book is not just about principles. It provides actionable exercises that will change the way you live and trade. In this book you will learn: To identify stressful situations that may be costing you money How to deal with these situations in a productive way To profit more and stress less Become a calm trader Don't run the risk of ruin by ignoring these important stock market principles. Learn to win in the stock market and save your sanity!

Up, Simba! Up, Simba!


David Foster Wallace - 2000
    They wanted to know why McCain appealed so much to so many Americans, and particularly why he appealed to the "Young Voters" of America who generally show nothing but apathy. The "Director's Cut" (three times longer than the RS article) is an incisive, funny, thoughtful piece about life on "Bullshit One" -- the nickname for the press bus that followed McCain's Straight Talk Express. This piece becomes ever more relevant, as we discuss what we know, don't know, and don't want to know about the way our political campaigns work.

The Murder of Billie-Jo


Sion Jenkins - 2008
    Her foster father, Sion Jenkins, who had just been appointed headteacher of the local boys' secondary school, was arrested and charged with the murder. In July 1998 he was convicted and sent to prison for life. The case went on to become one of the most controversial in British criminal justice history. After a momentous legal battle, in which there were altogether an unprecedented six court hearings, he was finally acquitted in February 2006. Jenkins was lambasted in newspaper and television reports. So the real facts of the case were buried under an avalanche of innuendo and misinformation. Now, for the first time, this book puts on record his version of what actually happened.

Nikitta: A Mother’s Story - The Tragic True Story of My Daughter's Murder


Marcia Grender - 2016
    Marcia and her partner Paul, Nikitta’s father, rushed to the scene but there was nothing they could do. Firefighters had already discovered Nikitta’s body in the wreckage of the home she’d lovingly built with her childhood sweetheart. To add to their agony, Nikitta had been eight months’ pregnant. The fully formed yet unborn baby girl she’d already named Kelsey May was gone, too.But it soon became apparent Nikitta’s death was far from an accident. Within hours, the investigation became a murder inquiry and Ryan’s cousin Carl Whant was the prime suspect. Whant had been openly infatuated with Nikitta and boasted that he thought of her every time he had sex.As her world collapsed around her, Marcia could only watch in horror. Shortly after Whant was charged with murder, child destruction, rape and arson, she began charting her feelings in a searingly honest diary, the contents of which are published for the first time in this book.Marcia painstakingly recalls the agony of holding her granddaughter for the first time in a police mortuary, but being unable to see her dead daughter because of the shocking state in which Whant had left her. She charts the pain of laying them both to rest, knowing she will have to face their killer every day in court when Whant’s case comes to trial. For the first time, she opens up about her turbulent relationship with Ryan and the devastating revelations which almost cause her world to shatter for a second time. But, above all, she speaks of the indescribable hell of learning to live without the most important thing in her life.