Book picks similar to
Arduino Sketches: Tools and Techniques for Programming Wizardry by James A. Langbridge
ebook
electronics
nonfiction
non-fiction
Our Quirky Pot Luck Recipes
Katy Ardans - 2012
With a small budget, a few hours of preparation, and some late-night cooking, we put together a down-sized Top Chef potluck competition — save for the fame, sweating and nervous breakdowns.As potlucks were created in the nature of giving, it seems only right to want to share our recipes — and some tips on setting up the event — with fellow food lovers.
911 Finding the Truth
Andrew Johnson - 2010
A study of the available evidence will challenge you and much of what you assumed to be true. "Now we are discovering that there is a highly-sophisticated black-ops weaponization of free energy technology and it was responsible for the bizarre, low-temperature pulverization of the Twin Towers. Dr. Judy Wood has pieced together the physical evidence and Andrew Johnson has highlighted who is working to silence or smear whom, as the powers that be rush to impede or at least contain the dissemination of these startling findings." - Conrado Salas Cano, M.S. in Physics ** NOTE: Book is sold at the cheapest possible price on the Amazon Kindle Store - if you hunt round, you can find it for free. **
Leading the Transformation: Applying Agile and DevOps Principles at Scale
Gary Gruver - 2015
Leading-edge companies like Amazon and Google are applying DevOps and Agile principles to deliver large software projects faster than anyone thought possible. But most executives don’t understand how to transform their current legacy systems and processes to scale these principles across their organizations. Leading the Transformation is an executive guide, providing a clear framework for improving development and delivery. Instead of the traditional Agile and DevOps approaches that focus on improving the effectiveness of teams, this book targets the coordination of work across teams in large organizations—an improvement that executives are uniquely positioned to lead.
How To Be A Productivity Ninja
Graham Allcott - 2012
Thankfully there is a better way: The Way of the Productivity Ninja.Using techniques including Ruthlessness, Mindfulness, Zen-like Calm and Stealth & Camouflage you will get your inbox down to zero, make the most of your attention, beat procrastination and learn to work smarter, not harder.Written by one of the UK’s foremost productivity experts, How to be a Productivity Ninja is a fun, accessible and practical guide to staying cool, calm and collected, getting more done, and learning to love your work again.
The Clairvoyant's Handbook: A Practical Guide to Mediumship
Amy Hale - 2012
It describes aspects of the authors journey from a new learner and previous sceptic to a practising medium with all of the highs, lows and difficulties experienced along the way. This is an absolute must for anyone who is trying to develop their clairvoyant abilities or for those who are simply curious about the spirit world. The exercises are so easy to follow - the first down to earth spiritual book with a large dose of humour thrown in.
Mastering Homebrew: The Complete Guide to Brewing Delicious Beer (Beer Brewing Bible, Homebrewing Book)
Randy Mosher - 2013
Featuring plainspeaking, fun-to-read instructions, more than 150 colorful graphics and illustrations of process and technique, and 30 master recipes for classic and popular brews, this handbook covers everything from choosing ingredients and equipment to mashing, bottling, tasting, and serving. With much-lauded expertise, Mosher simplifies the complexities—at once inspiring and teaching today's burgeoning new league of home brewers.
Short Story: From First Draft to Final Product
Michael Milton - 2013
I spent time looking for a book which would show me how a "raw" story was developed through drafts, with comments received and the changes made. Struggling to find such a work, I decided to create my own, being transparent and honest in the details. Using the story that gained me an offer of a place on a Master's in Creative Writing, SHORT STORY will take you through three drafts of the work.The book details not only the major revisions, feedback given by a professional novelist and an academic, but also has a bunch of tips from my writers toolbox condensed between the drafts. I hope that the process provides something useful for you, be it a tip from the writing toolbox, a look at the editing process, or motivation in knowing that you can do better than I did!
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.
How to Survive the End of the World as We Know It: Tactics, Techniques, and Technologies for Uncertain Times
James Wesley, Rawles - 2009
We could find ourselves facing myriad serious problems from massive unemployment to a food shortage to an infrastructure failure that cuts off our power or water supply. If something terrible happens, we won't be able to rely on the government or our communities. We'll have to take care of ourselves.In How to Survive the End of the World as We Know It, James Rawles, founder of SurvivalBlog.com, clearly explains everything you need to know to protect yourself and your family in the event of a disaster-from radical currency devaluation to a nuclear threat to a hurricane. Rawles shares essential tactics and techniques for surviving completely on your own, including how much food is enough, how to filter rainwater, how to protect your money, which seeds to buy for your garden, why goats are a smart choice for livestock, and how to secure your home. It's the ultimate guide to total preparedness and self-reliance in a time of need.
Masters of Doom: How Two Guys Created an Empire and Transformed Pop Culture
David Kushner - 2003
Together, they ruled big business. They transformed popular culture. And they provoked a national controversy. More than anything, they lived a unique and rollicking American Dream, escaping the broken homes of their youth to produce the most notoriously successful game franchises in history—Doom and Quake— until the games they made tore them apart. This is a story of friendship and betrayal, commerce and artistry—a powerful and compassionate account of what it's like to be young, driven, and wildly creative.
Flask Web Development: Developing Web Applications with Python
Miguel Grinberg - 2014
With this hands-on book, you’ll learn Flask from the ground up by developing a complete social blogging application step-by-step. Author Miguel Grinberg walks you through the framework’s core functionality, and shows you how to extend applications with advanced web techniques such as database migration and web service communication.Rather than impose development guidelines as other frameworks do, Flask leaves the business of extensions up to you. If you have Python experience, this book shows you how to take advantage of that creative freedom.- Learn Flask’s basic application structure and write an example app- Work with must-have components—templates, databases, web forms, and email support- Use packages and modules to structure a large application that scales- Implement user authentication, roles, and profiles- Build a blogging feature by reusing templates, paginating item lists, and working with rich text- Use a Flask-based RESTful API to expose app functionality to smartphones, tablets, and other third-party clients- Learn how to run unit tests and enhance application performance- Explore options for deploying your web app to a production server
Collider: The Search for the World's Smallest Particles
Paul Halpern - 2009
But what is the Higgs boson and why is it often referred to as the God Particle? Why are the Higgs and the LHC so important? Getting a handle on the science behind the LHC can be difficult for anyone without an advanced degree in particle physics, but you don't need to go back to school to learn about it. In Collider, award-winning physicist Paul Halpern provides you with the tools you need to understand what the LHC is and what it hopes to discover.Comprehensive, accessible guide to the theory, history, and science behind experimental high-energy physicsExplains why particle physics could well be on the verge of some of its greatest breakthroughs, changing what we think we know about quarks, string theory, dark matter, dark energy, and the fundamentals of modern physicsTells you why the theoretical Higgs boson is often referred to as the God particle and how its discovery could change our understanding of the universeClearly explains why fears that the LHC could create a miniature black hole that could swallow up the Earth amount to a tempest in a very tiny teapot"Best of 2009 Sci-Tech Books (Physics)"-Library Journal"Halpern makes the search for mysterious particles pertinent and exciting by explaining clearly what we don't know about the universe, and offering a hopeful outlook for future research."-Publishers WeeklyIncludes a new author preface, "The Fate of the Large Hadron Collider and the Future of High-Energy Physics"The world will not come to an end any time soon, but we may learn a lot more about it in the blink of an eye. Read Collider and find out what, when, and how.
Practical Vim: Edit Text at the Speed of Thought
Drew Neil - 2012
It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7
Learning GNU Emacs
Debra Cameron - 1991
It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment--you can stay within Emacs all day without leaving. Learning GNU Emacs, 3rd Edition tells readers how to get started with the GNU Emacs editor. It is a thorough guide that will also "grow" with you: as you become more proficient, this book will help you learn how to use Emacs more effectively. It takes you from basic Emacs usage (simple text editing) to moderately complicated customization and programming.The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.Learning GNU Emacs, third edition, covers:How to edit files with EmacsUsing the operating system shell through EmacsHow to use multiple buffers, windows, and framesCustomizing Emacs interactively and through startup filesWriting macros to circumvent repetitious tasksEmacs as a programming environment for Java, C++, and Perl, among othersUsing Emacs as an integrated development environment (IDE)Integrating Emacs with CVS, Subversion and other change control systems for projects with multiple developersWriting HTML, XHTML, and XML with EmacsThe basics of Emacs LispThe book is aimed at new Emacs users, whether or not they are programmers. Also useful for readers switching from other Emacs implementations to GNU Emacs.
New Programmer's Survival Manual
Joshua Carter - 2011
You've got the programming chops, you're up on the latest tech, you're sitting at your workstation... now what? New Programmer's Survival Manual gives your career the jolt it needs to get going: essential industry skills to help you apply your raw programming talent and make a name for yourself. It's a no-holds-barred look at what
really
goes on in the office--and how to not only survive, but thrive in your first job and beyond. Programming at industry level requires new skills - you'll build programs that dwarf anything you've done on your own. This book introduces you to practices for working on large-scale, long-lived programs at a professional level of quality. You'll find out how to work efficiently with your current tools, and discover essential new tools. But the tools are only part of the story; you've got to get street-smart too. Succeeding in the corporate working environment requires its own savvy. You'll learn how to navigate the office, work with your teammates, and how to deal with other people outside of your department. You'll understand where you fit into the big picture and how you contribute to the company's success. You'll also get a candid look at the tougher aspects of the job: stress, conflict, and office politics. Finally, programming is a job you can do for the long haul. This book helps you look ahead to the years to come, and your future opportunities--either as a programmer or in another role you grow into. There's nothing quite like the satisfaction of shipping a product and knowing, "I built that." Whether you work on embedded systems or web-based applications, in trendy technologies or legacy systems, this book helps you get from raw skill to an accomplished professional.