Book picks similar to
Raspberry Pi Cookbook: Software and Hardware Problems and Solutions by Simon Monk
coding
tbr
humblebundle
other
Niche Down: How To Become Legendary By Being Different
Christopher Lochhead - 2018
Inspirational technologist Shaku Atre, who rose from second-class citizen in an Indian village to prominence as one of the first women in technology AND, the legendary Hal Elrod creator of the bestselling Miracle Morning series of books. Exclusively for you at: http://nichedownbook.com/thankyou “Be known for a niche that you own. This is a powerful idea. One that transforms how people think about their lives, careers and business ventures.” — Hal Elrod, author of the best-seller, The Miracle Morning: The Not-So-Obvious Secret Guaranteed to Transform Your Life Do you have the courage to stand out? From the inventor of cubism Pablo Picasso to Spanx founder Sarah Blakely, the people we admire most in the world are original, unique, different. They take risks, claim new ground. They do not fit in, they stand out. And they do not compete for attention in the traditional sense. Most of us are tricked into believing that achieving personal and professional success means fitting in. What it really takes is the courage to stand out. Are you ready? In this dynamic, direct and succinct book, Lochhead and Clancy describe a research-based approach to thinking about your life and business called “category design.” Through a narrative stuffed with inspiring stories, they examine how legendary people — especially legendary entrepreneurs — introduce the world to new ways of thinking and solving problems. They reveal how to exploit the exponential value of what makes you different vs. the incremental value of what makes you better. And they show how to conquer a market category that you design, becoming its de facto queen or king. After reading this ground-taking book, you’ll gain the insights required to become known for a niche that you own.
Refactoring to Patterns
Joshua Kerievsky - 2004
In 1999, "Refactoring" revolutionized design by introducing an effective process for improving code. With the highly anticipated " Refactoring to Patterns ," Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary process of refactoring.This book introduces the theory and practice of pattern-directed refactorings: sequences of low-level refactorings that allow designers to safely move designs to, towards, or away from pattern implementations. Using code from real-world projects, Kerievsky documents the thinking and steps underlying over two dozen pattern-based design transformations. Along the way he offers insights into pattern differences and how to implement patterns in the simplest possible ways.Coverage includes: A catalog of twenty-seven pattern-directed refactorings, featuring real-world code examples Descriptions of twelve design smells that indicate the need for this book s refactorings General information and new insights about patterns and refactoringDetailed implementation mechanics: how low-level refactorings are combined to implement high-level patterns Multiple ways to implement the same pattern and when to use each Practical ways to get started even if you have little experience with patterns or refactoring"Refactoring to Patterns" reflects three years of refinement and the insights of more than sixty software engineering thought leaders in the global patterns, refactoring, and agile development communities. Whether you re focused on legacy or greenfield development, this book will make you a better software designer by helping you learn how to make important design changes safely and effectively. "
Code Complete
Steve McConnell - 1993
Now this classic book has been fully updated and revised with leading-edge practices--and hundreds of new code samples--illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking--and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor--or evolve--code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
The Soul of a New Machine
Tracy Kidder - 1981
Tracy Kidder got a preview of this world in the late 1970s when he observed the engineers of Data General design and build a new 32-bit minicomputer in just one year. His thoughtful, prescient book, The Soul of a New Machine, tells stories of 35-year-old "veteran" engineers hiring recent college graduates and encouraging them to work harder and faster on complex and difficult projects, exploiting the youngsters' ignorance of normal scheduling processes while engendering a new kind of work ethic.These days, we are used to the "total commitment" philosophy of managing technical creation, but Kidder was surprised and even a little alarmed at the obsessions and compulsions he found. From in-house political struggles to workers being permitted to tease management to marathon 24-hour work sessions, The Soul of a New Machine explores concepts that already seem familiar, even old-hat, less than 20 years later. Kidder plainly admires his subjects; while he admits to hopeless confusion about their work, he finds their dedication heroic. The reader wonders, though, what will become of it all, now and in the future. —Rob Lightner
Linux System Programming: Talking Directly to the Kernel and C Library
Robert Love - 2007
With this comprehensive book, Linux kernel contributor Robert Love provides you with a tutorial on Linux system programming, a reference manual on Linux system calls, and an insider’s guide to writing smarter, faster code.Love clearly distinguishes between POSIX standard functions and special services offered only by Linux. With a new chapter on multithreading, this updated and expanded edition provides an in-depth look at Linux from both a theoretical and applied perspective over a wide range of programming topics, including:A Linux kernel, C library, and C compiler overviewBasic I/O operations, such as reading from and writing to filesAdvanced I/O interfaces, memory mappings, and optimization techniquesThe family of system calls for basic process managementAdvanced process management, including real-time processesThread concepts, multithreaded programming, and PthreadsFile and directory managementInterfaces for allocating memory and optimizing memory accessBasic and advanced signal interfaces, and their role on the systemClock management, including POSIX clocks and high-resolution timers
The Art of Dancing in the Rain
Jack Lehman - 2013
Or read this book and find out how you have all the tools you need, but must make the one change to become the writer you have always wanted to be.
Missing
Tim Weaver - 2016
Over the course of an entire season, the show investigated the world of missing people - who disappears, why they disappear, the pressures of life on the run, and who tracks them down - and charts the progression of a missing persons search.Through these transcripts, join the investigation as Tim meets with leading experts from the worlds of investigation, surveillance, data, forensics, psychology, and technology. In each interview he challenges them - and himself - with the ultimate question: is it really possible to disappear? Also include a chapter from How to Disappear, by Frank M Ahearn
Decision Support Systems and Intelligent Systems
Efraim Turban - 1998
Head First Design Patterns
Eric Freeman - 2004
At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun. You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code. You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern. Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter. With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.
Refactoring: Improving the Design of Existing Code
Martin Fowler - 1999
Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.
The Marketing Blueprint: Lessons to Market & Sell Anything
Jules Marcoux - 2015
Whether your goal is to grow one of your side projects into a marketable business, to improve the revenues of your current brand, or to better the brand of the company you work for, The Marketing Blueprint is what you need. This step-by-step guide compiles all essential marketing strategies, such as: • How to market, from forming marketing strategies, to business development, to improving your selling skills • How to become a more efficient marketer, by understanding and using leverage effectively • How to market yourself and your brand's people, to ensure better business opportunities • How to create brands and products that make people talk and stay relevant for years To top it all off, this book has more than 30 lessons of practical content that you can use right away in your business. Longer hours and bigger textbooks aren't the answer to your success. By being the smartest marketer around, you can ensure you will grow your business' revenues. That’s exactly what The Marketing Blueprint is all about.
Mobile Solar Power Made Easy!: Mobile 12 volt off grid solar system design and installation. RV's, Vans, Cars and boats! Do-it-yourself step by step instructions
William Errol Prowse IV - 2017
You choose! -Tips and tricks that will save you time and money -You can read this book from start to finish, or use it as a reference -Large, easy to understand pictures And much more! I promise that this book will be worth your time, or you will get your money back. There are many solar system books on the market that are just too hard to understand, and impractical. Tired of googling every question you have about setting up your own solar system? Then give this book a chance. It will show you everything that you need to know, from start to finish.
Death Comes Knocking: Policing Roy Grace's Brighton
Graham Bartlett - 2016
His friend Graham Bartlett was a long-serving detective in the city once described as Britain's 'crime capital'. Together, in Death Comes Knocking, they have written a gripping account of the city's most challenging cases, taking the reader from crime scenes and incident rooms to the morgue, and introducing some of the real-life detectives who inspired Peter James's characters. Whether it's the murder of a dodgy nightclub owner and his family in Sussex's worst non-terrorist mass murder or the race to find the abductor of a young girl, tracking down the antique trade's most notorious 'knocker boys' or nailing an audacious ring of forgers, hunting for a cold-blooded killer who executed a surfer or catching a pair who kidnapped a businessman, leaving him severely beaten, to die on a hillside, the authors skilfully evoke the dangerous inside story of policing, the personal toll it takes and the dedication of those who risk their lives to keep the public safe.
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
The Mythical Man-Month: Essays on Software Engineering
Frederick P. Brooks Jr. - 1975
With a blend of software engineering facts and thought-provoking opinions, Fred Brooks offers insight for anyone managing complex projects. These essays draw from his experience as project manager for the IBM System/360 computer family and then for OS/360, its massive software system. Now, 45 years after the initial publication of his book, Brooks has revisited his original ideas and added new thoughts and advice, both for readers already familiar with his work and for readers discovering it for the first time.The added chapters contain (1) a crisp condensation of all the propositions asserted in the original book, including Brooks' central argument in The Mythical Man-Month: that large programming projects suffer management problems different from small ones due to the division of labor; that the conceptual integrity of the product is therefore critical; and that it is difficult but possible to achieve this unity; (2) Brooks' view of these propositions a generation later; (3) a reprint of his classic 1986 paper "No Silver Bullet"; and (4) today's thoughts on the 1986 assertion, "There will be no silver bullet within ten years."