The Great American Divorce: Why Our Country Is Coming Apart—And Why It Might Be for the Best


David Austin French - 2020
    

AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps


Shyam Seshadri - 2014
    By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle

Data Science with R


Garrett Grolemund - 2015
    

On-Camera Flash Techniques for Digital Wedding and Portrait Photography


Neil van Niekerk - 2009
    Techniques for using simple accessories such as bounce cards and diffusers, as well as how to improve a lighting scenario by enhancing it rather than overwhelming it, show photographers how to master this challenging aspect of portraiture.

Bug Out Bag


Miles Bennett - 2013
    This book (written specifically for the novice) will change that by teaching you what you need to have ready-to-go in a Bug Out Bag to keep you and your loved ones alive for seventy-two hours until help arrives.Bug Out Bag ContentsThe problem I found with current Bug Out Bag books is the contents suggested are not needed or are outdated. For instance, some will tell you to have change available so you can use a pay phone.When is the last time you even saw a pay phone?Others will advise jamming a bag full of stuff like snares, axes and other items that really belong in a survival kit, not a Bug Out Bag...A bug-out bag is a portable kit that contains the items one would require to survive for seventy-two hours when evacuating from a disaster. It is also known as a 72-hour kit, a grab bag, a battle box, and other popular names include "Personal Emergency Relocation Kits" (PERKs) GO Bag and GOOD (Get Out Of Dodge) bag. The focus is on evacuation, rather than long-term survival, distinguishing the bug-out bag from a survival kit, a boating or aviation emergency kit, or a fixed-site disaster supplies kit. - WikipediaThis book is not a survival book, nor is it a book for seasoned disaster preparedness "pros"; it is a book that show's anyone wanting to build a Bug Out Bag EXACTLY what you need to have in your bag to wait it out until help comes.The Right StuffYou see, the key to a functional Bug Out Bag is having the right items while keeping the bag manageable. After all, if your bag weighs 60 pounds what are the odds you will be able to grab it and take shelter in an emergency?Bug Out Bag contains the essential items necessary to sustain life but as a bonus I also include Nice To Have items if you want to enhance your bag's contents and don't mind the extra bulk.Don't get caught like I did years ago when vandals sawed through power lines causing my family to be without electricity and water for two days.Buy this book now and get your family prepared!

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

Two Scoops of Django: Best Practices for Django 1.5


Daniel Roy Greenfeld - 2013
    We'll introduce you to various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years.This book is great for:Beginners who have just finished the Django tutorial.Developers with intermediate knowledge of Django who want to improve their Django projects.

Agile Software Development, Principles, Patterns, and Practices


Robert C. Martin - 2002
    The author incudes OOD, UML, Design Patterns, Agile and XP methods with a detailed description of a complete software design for reusable programs in C++ and Java. Using a practical, problem-solving approach, it shows how to develop an object-oriented application -- from the early stages of analysis, through the low-level design and into the implementation. Walks readers through the designer's thoughts -- showing the errors, blind alleys, and creative insights that occur throughout the software design process. KEY TOPICS: Covers: Statics and Dynamics; Principles of Class Design; Complexity Management; Principles of Package Design; Analysis and Design; Patterns and Paradigm Crossings. Explains the principles of OOD, one by one, and then demonstrates them with numerous examples, completely worked-through designs, and case studies. Covers traps, pitfalls, and work arounds in the application of C++ and OOD and then shows how Agile methods can be used. Discusses the methods for designing and developing big software in detail. Features a three-chapter, in-depth, single case study of a building security system. MARKET: For Software Engineers, Programmers, and Analysts who want to understand how to design object oriented software with state of the art methods.

Programming Groovy


Venkat Subramaniam - 2008
    But recently, the industry has turned to dynamic languages for increased productivity and speed to market.Groovy is one of a new breed of dynamic languages that run on the Java platform. You can use these new languages on the JVM and intermix them with your existing Java code. You can leverage your Java investments while benefiting from advanced features including true Closures, Meta Programming, the ability to create internal DSLs, and a higher level of abstraction.If you're an experienced Java developer, Programming Groovy will help you learn the necessary fundamentals of programming in Groovy. You'll see how to use Groovy to do advanced programming including using Meta Programming, Builders, Unit Testing with Mock objects, processing XML, working with Databases and creating your own Domain-Specific Languages (DSLs).

Zentangle 4: 40 more tangles


Suzanne McNeill - 2011
    It's all fun so get inspired and tangle something! Learn to color with chalks, watercolors, pencils and pens; add bling with glitter, jewels, and sparkly inks.

Fluent Python: Clear, Concise, and Effective Programming


Luciano Ramalho - 2015
    With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"

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."

Test-Driven Development: By Example


Kent Beck - 2002
    While some fear is healthy (often viewed as a conscience that tells programmers to be careful!), the author believes that byproducts of fear include tentative, grumpy, and uncommunicative programmers who are unable to absorb constructive criticism. When programming teams buy into TDD, they immediately see positive results. They eliminate the fear involved in their jobs, and are better equipped to tackle the difficult challenges that face them. TDD eliminates tentative traits, it teaches programmers to communicate, and it encourages team members to seek out criticism However, even the author admits that grumpiness must be worked out individually! In short, the premise behind TDD is that code should be continually tested and refactored. Kent Beck teaches programmers by example, so they can painlessly and dramatically increase the quality of their work.

How Linux Works: What Every Superuser Should Know


Brian Ward - 2004
    Some books try to give you copy-and-paste instructions for how to deal with every single system issue that may arise, but How Linux Works actually shows you how the Linux system functions so that you can come up with your own solutions. After a guided tour of filesystems, the boot sequence, system management basics, and networking, author Brian Ward delves into open-ended topics such as development tools, custom kernels, and buying hardware, all from an administrator's point of view. With a mixture of background theory and real-world examples, this book shows both "how" to administer Linux, and "why" each particular technique works, so that you will know how to make Linux work for you.

Lean Lesson Planning: A practical approach to doing less and achieving more in the classroom


Peps Mccrea - 2015
    It outlines a set of mindsets and habits you can use to help you identify the most impactful parts of your teaching, and put them centre stage.It's about doing less to achieve more.But it's also about being happier and more confident in the classroom. Building stronger routines around the essentials will give you more time and space to appreciate and think creatively about your work.POWER UP YOUR PLANNINGLean Lesson Planning draws on the latest evidence from educational research and cognitive science, to present a concise and coherent framework to help you improve learning experiences and outcomes for your students. It's the evidence-based teacher's guide to planning for learning, and sits alongside books such as Teach Like a Champion, Embedded Formative Assessment, and Visible Learning for Teachers.NOTE If you're looking for ways to short-cut the amount of time you spend planning lessons, then this book is not for you. The approach outlined in Lean Lesson Planning requires effort and practice, that given time, will lead to better teaching and higher quality learning for less input.---CONTENTSACT I Lean foundations1. Defining lean 2. Lean mindsets 3. Lean habits ACT II Habits for planning4. Backwards design 5. Knowing knowledge 6. Checking understanding 7. Efficient strategies 8. Lasting learning 9. Inter-lesson planning ACT III Habits for growing10. Building excellence 11. Growth teaching 12. Collective improvement Lean Lesson Planning is the first instalment in the High Impact Teaching series.