Insights From Beyond the Lens: Inside the Art & Craft of Landscape Photography


Robert Rodriguez Jr. - 2012
    Based on real world experiences as a photographer as well as an instructor, speaker, and blogger, Robert distills his approach to capturing evocative images in a series of essays based on his popular Beyond the Lens blog.Beautifully illustrated with Robert's original photographs, you'll get an inside look at the mental process Robert uses when he's in the field scouting and making his images. While many books focus on the gear and technology, the aim here is to look inside the motivation, passion, and vision involved in successful landscape photography. Go behind the scenes as Robert explains how several images were made, how he draws inspiration from the Hudson River School of painters, and what resources he recommends for further exploration.

Adobe Photoshop Restoration & Retouching (Voices That Matter)


Katrin Eismann - 2001
    Katrin Eismann and co-author Wayne Palmer have reviewed, updated, and revised every single technique to address the most important features in Adobe Photoshop CS2. Clear step-by-step instructions using professional examples highlight the tools and techniques photographers, designers, restoration studios, and beauty retouchers use to restore valuable antique images, retouch portraits, and enhance glamour photography. With new example images illustrating the tutorials, Photoshop Restoration & Retouching, Third Edition will show you how to transform faded, damaged photographs into beautiful images that are as clear and crisp as the day they were taken—maybe even better—and how to turn casual snapshots and studio portraits into the most flattering images possible. Full-color, step-by-step examples show you how to: • Correct extreme exposure errors and improve color, contrast, and tone • Rescue heirloom originals suffering from mold damage, cracks, and torn edges—even replace missing image information • Remove dust and scratches quickly and easily • Transform your photos into beautiful, original works of art by converting them to black-and-white or tinted images • Use a variety of sharpening techniques and tonalcorrection tools to add life and sparkle to digital photos • Enhance portraits by removing blemishes, reducing wrinkles, and enhancing eyes, lips, and hair, while maintaining the subject’s essential character • Apply the secrets that the top retouchers in the glamour and beauty industry use to perfect skin, make-up, and hair

Digital Wedding Photography: Capturing Beautiful Memories


Glen R Johnson - 2006
    Acclaimed professional wedding photographer Glen Rea Johnson not only teaches you how to take memorable photos, it also shows you how to start a wedding photography business. Packed with great tips and savvy advice, this new edition helps you set up efficient workflows, choose camera equipment, manipulate images, make impressive presentations, and launch smart, photo-based marketing strategies to build your business. The book is loaded with new, superb photos that illustrate photography techniques but it is not a portfolio of Glen's best work, and in fact a large percentage of the images in this book were actually pulled from the trash bin because those are the most valuable in showing what not to do, or how to avoid certain mistakes. This book shows you how to set up and capture beautiful photos, posed or candid, in all kinds of settings, for weddings and other special events. You will find information and practical marketing strategies for building your own photography business, including how to build a Web site that attracts clients. Covers camera equipment and accessories, post-shoot digital darkroom techniques, digital editing software, and how to print your images successfully. Gives you invaluable insights and tips from the author, who is one of the country's top wedding and special events photographers. Capture better pictures of some of life's most memorable events, and build a successful photography business with this indispensable guide!

Growing Object-Oriented Software, Guided by Tests


Steve Freeman - 2009
    This one's a keeper." --Robert C. Martin "If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book."--Michael Feathers Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this simple idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and "grow" software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you'll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes - Implementing TDD effectively: getting started, and maintaining your momentum throughout the project - Creating cleaner, more expressive, more sustainable code - Using tests to stay relentlessly focused on sustaining quality - Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project - Using Mock Objects to guide object-oriented designs - Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency

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 Transhumanism Handbook


Newton LeeEleanor "Nell" Watson - 2019
    It is high time for humanity to grow up and to transcend itself by embracing transhumanism.Transhumanism offers the most inclusive ideology for all ethnicities and races, the religious and the atheists, conservatives and liberals, the young and the old regardless of socioeconomic status, gender identity, or any other individual qualities. This book expounds on contemporary views and practical advice from more than 70 transhumanists.Astronaut Neil Armstrong said on the Apollo 11 moon landing in 1969, "One small step for a man, one giant leap for mankind." Transhumanism is the next logical step in the evolution of humankind, and it is the existential solution to the long-term survival of the human race.

Holly Smith's Money Saving Book: Simple savings hacks for a happy life


Holly Smith - 2020
    She founded the Facebook group Extreme Couponing and Bargains UK (the second largest Facebook group in the world) and is on TikTok, Youtube and Instagram helping as many people as possible to save money too.This book contains all her best hacks and tips to save money and make money - simple, life-changing ideas for everyone.Holly has included her favourite hacks from the Extreme Couponing and Bargains UK community too, who inspired her to write this book. And has asked all her money-saving expert friends to contribute tips too.All the costly moments of everyday life are included, from supermarket shops to kids parties - even special occasions like weddings and Christmas.Discover lots of fun ways to get saving, find the bargains and make your money go further.

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.

Mastering Bitcoin: Unlocking Digital Cryptocurrencies


Andreas M. Antonopoulos - 2014
    Whether you're building the next killer app, investing in a startup, or simply curious about the technology, this practical book is essential reading.Bitcoin, the first successful decentralized digital currency, is still in its infancy and it's already spawned a multi-billion dollar global economy. This economy is open to anyone with the knowledge and passion to participate. Mastering Bitcoin provides you with the knowledge you need (passion not included).This book includes:A broad introduction to bitcoin--ideal for non-technical users, investors, and business executivesAn explanation of the technical foundations of bitcoin and cryptographic currencies for developers, engineers, and software and systems architectsDetails of the bitcoin decentralized network, peer-to-peer architecture, transaction lifecycle, and security principlesOffshoots of the bitcoin and blockchain inventions, including alternative chains, currencies, and applicationsUser stories, analogies, examples, and code snippets illustrating key technical concepts

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.

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

Picture Perfect Posing: Practicing the Art of Posing for Photographers and Models


Roberto Valenzuela - 2014
    His remarkable ability to break down complicated ideas into understandable, approachable elements that photographers can truly grasp-and then use their newfound knowledge to improve their photography-made his first book, Picture Perfect Practice, a breakout success.In Picture Perfect Posing, Roberto takes on the art of posing. For many photographers, after learning to compose an image and even light it properly, a portrait can still easily be a failure if the pose is not natural, elegant, and serving the needs of both the subject and the photographer. Instead of just showing page after page of poses-like most posing books on the market-Roberto actually breaks down the concept of posing by examining the anatomy, starting with the core foundation: the spinal chord and neck. Building from there, Roberto discusses every component of what makes poses work, as well as fail. How should the model hold her hands? Bend her elbows? Position her fingers? Should the model look toward or away from the camera, and why? It all depends on what the photographer wants for the shot, and Roberto discusses the entire process, from the intent of the photographer through the execution of the pose. For those who have been discouraged by an inability to pose their subjects, or who have simply not known where to start in order to figure it out, Picture Perfect Posing is the essential resource they need to learn how posing truly works, and how they can learn to direct the exact pose they need for the shot they want.

CCNA - Cisco Certified Network Associate Study Guide: Exam 640-802


Todd Lammle - 2007
    Completely Revised for the New 2007 Version of the CCNA Exam (#640-802) Cisco networking authority Todd Lammle has completely updated this new edition to cover all of the exam objectives for the latest version of the CCNA exam.

Cracking the PM Interview: How to Land a Product Manager Job in Technology


Gayle Laakmann McDowell - 2013
    Cracking the PM Interview is a comprehensive book about landing a product management role in a startup or bigger tech company. Learn how the ambiguously-named "PM" (product manager / program manager) role varies across companies, what experience you need, how to make your existing experience translate, what a great PM resume and cover letter look like, and finally, how to master the interview: estimation questions, behavioral questions, case questions, product questions, technical questions, and the super important "pitch."

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.