Overview of Amazon Web Services (AWS Whitepaper)


Amazon Web Services - 2016
    From data warehousing to deployment tools, directories to content delivery, over 175 AWS services are available. New services can be provisioned quickly, without the upfront capital expense. This allows enterprises, start-ups, small and medium-sized businesses, and customers in the public sector to access the building blocks they need to respond quickly to changing business requirements. This whitepaper provides you with an overview of the benefits of the AWS Cloud and introduces you to the services that make up the platform.

Manly Crafts


Instructables.com - 2011
    Learn how to make a 5-cent wedding band, leather iPod case, and paracord bullwhip!

Kotlin for Android Developers: Learn Kotlin the easy way while developing an Android App


Antonio Leiva - 2016
    

Core Java: An Integrated Approach


R. Nageswara Rao - 2008
    Considering just how java is dominating the software industry these days, it is vital for all software and it professionals to be knowledgeable in it. This book is ideal even for new learners as it provides detailed descriptions even of the basic concepts of java, in a very simple and easily understandable way. The best part about using this book is that once you have gone through it, you are sure to be able to write basic java programs on your own. Another highlight of this book is that instead of being vague, it provides you with a detailed explanation of all the concepts that concern this topic. Core java: an integrated approach includes many examples that are helpful as they help students get rid of the fears that they have, concerning programming. Students are also provided with an exhaustive list of questions concerning the topic, which are frequently asked in interviews. This is beneficial for students as they appear for interviews in the future. The first edition of the core java: an integrated approach has been published by dreamtech press in the year 2008 and is available in paperback.key features: this book includes 32 chapters that focus on various java-related topics. Students are provided with an exhaustive list of questions that often feature in interviews for programming jobs.

Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027)


Kathy Sierra - 2002
    More than 250 challenging practice questions have been completely revised to closely model the format, tone, topics, and difficulty of the real exam. An integrated study system based on proven pedagogy, exam coverage includes step-by-step exercises, special Exam Watch notes, On-the-Job elements, and Self Tests with in-depth answer explanations to help reinforce and teach practical skills.Praise for the author:"Finally A Java certification book that explains everything clearly. All you need to pass the exam is in this book."--Solveig Haugland, Technical Trainer and Former Sun Course Developer"Who better to write a Java study guide than Kathy Sierra, the reigning queen of Java instruction? Kathy Sierra has done it again--here is a study guide that almost guarantees you a certification "--James Cubeta, Systems Engineer, SGI"The thing I appreciate most about Kathy is her quest to make us all remember that we are teaching people and not just lecturing about Java. Her passion and desire for the highest quality education that meets the needs of the individual student is positively unparalleled at SunEd. Undoubtedly there are hundreds of students who have benefited from taking Kathy's classes."--Victor Peters, founder Next Step Education & Software Sun Certified Java Instructor"I want to thank Kathy for the EXCELLENT Study Guide. The book is well written, every concept is clearly explained using a real life example, and the book states what you specifically need to know for the exam. The way it's written, you feel that you're in a classroom and someone is actually teaching you the difficult concepts, but not in a dry, formal manner. The questions at the end of the chapters are also REALLY good, and I am sure they will help candidates pass the test. Watch out for this Wickedly Smart book."-Alfred Raouf, Web Solution Developer, Kemety.Net"The Sun Certification exam was certainly no walk in the park but Kathy's material allowed me to not only pass the exam, but Ace it "--Mary Whetsel, Sr. Technology Specialist, Application Strategy and Integration, The St. Paul Companies

Think Yourself Thin: A 30-Day Guide to Permanent Weight Loss


J.J. Smith - 2018
    In Think Yourself Thin, Smith helps you uncover the root of your struggle and address the spiritual or emotional issues tied to your eating behavior. By applying the strategies outlined in this book, you will have the tools you need to take control of your weight, and thus your health, and experience the joy of having your dream body. Divided into four parts, Smith’s book uncovers the five psychological stages required to lose weight and keep it off. Smith also introduces the all-new SUCCESS System detailing the mental habits and approaches necessary for permanent weight loss. Filled with inspiring, motivational success stories and user-friendly principles that provide the guidance you need to eat in a manner that helps the body burn fat and lose weight, Think Yourself Thin makes long-term weight loss a reality by starting with what matters most.

Functional and Reactive Domain Modeling


Debasish Ghosh - 2016
    Domain modeling is a technique for creating a conceptual map of a problem space such as a business system or a scientific application, so that the developer can write the software more efficiently. The domain model doesn't present a solution to the problem, but instead describes the attributes, roles, and relationships of the entities involved, along with the constraints of the system.Reactive application design, which uses functional programming principles along with asynchronous non-blocking communication, promises to be a potent pattern for developing performant systems that are relatively easy to manage, maintain and evolve. Typically we call such models "reactive" because they are more responsive both to user requests and to system loads. But designing and implementing such models requires a different way of thinking. Because the core behaviors are implemented using pure functions, you can reason about the domain model just like mathematics, so your model becomes verifiable and robust.Functional and Reactive Domain Modeling teaches you how to think of the domain model in terms of pure functions and how to compose them to build larger abstractions. You will start with the basics of functional programming and gradually progress to the advanced concepts and patterns that you need to know to implement complex domain models. The book demonstrates how advanced FP patterns like algebraic data types, typeclass based design, and isolation of side-effects can make your model compose for readability and verifiability.On the subject of reactive modeling, the book focuses on higher order concurrency patterns like actors and futures. It uses the Akka framework as the reference implementation and demonstrates how advanced architectural patterns like event sourcing and CQRS can be put to great use in implementing scalable models. You will learn techniques that are radically different from the standard RDBMS based applications that are based on mutation of records. You'll also pick up important patterns like using asynchronous messaging for interaction based on non blocking concurrency and model persistence, which delivers the speed of in-memory processing along with suitable guarantees of reliability.

Britain's Most Notorious Prisoners: Victorian to Present-Day Cases


Stephen Wade - 2011
    It is a place where time stops and lives are held in suspension, taken out of circulation. Amongst the jail population are the dangerous inmates: killers and rapists, gang 'hit-men' and serial offenders. They are the most notorious, their reputations sometimes enhanced by glamour, horrendous tales of their misdeeds and by their very incarceration.

The D Programming Language


Andrei Alexandrescu - 2010
    I'm sure you'll find the read rewarding." --From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more. The D Programming Language is an authoritative and comprehensive introduction to D. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and pre-cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find In-depth explanations, with idiomatic examples, for all language features How feature groups support major programming paradigms Rationale and best-use advice for each major feature Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency Tables, figures, and "cheat sheets" that serve as a handy quick reference for day-to-day problem solving with D Written for the working programmer, The D Programming Language not only introduces the D language--it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.

Operational Excellence Pillar: AWS Well-Architected Framework (AWS Whitepaper)


AWS Whitepapers - 2017
    It provides guidance to help you apply best practices in the design, delivery, and maintenance of AWS environments. This documentation is offered for free here as a Kindle book, or you can read it in PDF format at https://aws.amazon.com/whitepapers/.

The Emily Giffin Collection: Volume Two: Baby Proof, Where We Belong, Heart of the Matter


Emily Giffin - 2014
    Includes:BABY PROOFClaudia Parr has everything going for her. A successful editor at a publishing house in Manhattan, she's also a devoted sister, aunt, and friend. Yet she's never wanted to become a mother—which she discovers is a major hurdle to marriage, something she desperately wants. Then she meets her soul mate Ben who, miraculously, feels the same way about parenthood. The two fall in love and marry, committed to one another and their life of adventure and discovery. All's well until one of them has a change of heart. Someone wants a baby after all.This is the witty, heartfelt story about what happens to the perfect couple when they suddenly want different things and there is no compromise. It's about deciding what is most important in life and wagering everything to get it. And most of all, it's about the things we will—and won't—do for love.WHERE WE BELONGMarian Caldwell is a thirty-six-year-old television producer living her dream in New York City. With a fulfilling career and picture-perfect relationship, she has convinced everyone, including herself, that her life is just as she wants it to be. But one night, Marian answers a knock on the door . . . only to find Kirby Rose, an eighteen-year-old girl with a key to a past that Marian thought she had locked away forever. As Marian and Kirby embark on a quest to find the one thing missing in their lives, each will come to recognize that where we belong is often where we least expect to find ourselves. A place that we may have willed ourselves to forget, but that the heart remembers forever.HEART OF THE MATTERTessa Russo is a stay-at-home mother of two young children and the wife of a renowned pediatric surgeon. Valerie Anderson is an attorney and single mother to six-year-old Charlie—a boy who has never known his father. Although both women live in the same Boston suburb, they are strangers to one another and have little in common, aside from a fierce love for their children. But one night, a tragic accident causes their lives to converge in ways no one could have imagined. This is the moving, luminous story of good people caught in untenable circumstances. Each being tested in ways they never thought possible. Each questioning everything they once believed. And each ultimately discovering what truly matters most.

Rick Steves Snapshot Berlin


Rick Steves - 2009
    Visit the Jewish Museum, the Reichstag Parliament Building, the New Synagogue, or the Kaiser Wilhelm Memorial Church—you'll get tips on all the best tours and least-crowded visiting hours. Rick offers his firsthand advice on the best sights, eating, sleeping, and nightlife, and the maps and self-guided tours will ensure you make the most of your experience. More than just reviews and directions, a Rick Steves Snapshot guide is a tour guide in your pocket.Rick Steves Snapshot guides consist of excerpted chapters from Rick Steves’ European country guidebooks. Snapshot guides are a great choice for travelers visiting a specific city or region, rather than multiple European destinations. These slim guides offer all of Rick’s up-to-date advice on what sights are worth your time and money. They include good-value hotel and restaurant recommendations, with no introductory information (such as overall trip planning, when to go, and travel practicalities).

Ubuntu: The Beginner's Guide


Jonathan Moeller - 2011
     In the Guide, you'll learn how to: -Use the Ubuntu command line. -Manage users, groups, and file permissions. -Install software on a Ubuntu system, both from the command line and the GUI. -Configure network settings. -Use the vi editor to edit system configuration files. -Install and configure a Samba server for file sharing. -Install SSH for remote system control using public key/private key encryption. -Install a DHCP server for IP address management. -Install a LAMP server. -Install web applications like WordPress and Drupal. -Configure an FTP server. -Manage ebooks. -Convert digital media. -Manage and configure Unity, the default Ubuntu environment. -Manage and halt processes from the command line. -Set up both a VNC server and a client. -Enjoy games on Ubuntu. -And many other topics.

Advanced Apex Programming for Salesforce.com and Force.com


Dan Appleman - 2012
    Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.