The Essential Guide to Telecommunications


Annabel Z. Dodd - 1998
    It aims to give readers a fundamental overview of the technologies that make up the telecommunications infrastructure.

The Twelve-Factor App


Adam Wiggins - 2012
    The twelve-factor app is a methodology for building software-as-a-service apps that: - Use declarative formats for setup automation, to minimize time and cost for new developers joining the project; - Have a clean contract with the underlying operating system, offering maximum portability between execution environments; - Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration; - Minimize divergence between development and production, enabling continuous deployment for maximum agility; - And can scale up without significant changes to tooling, architecture, or development practices.The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).

Photographer's Guide to the Sony DSC-RX100


Alexander S. White - 2012
    With its larger-than-normal image sensor, superior image quality, and impressive array of features for creative photography, this camera has attracted a large and dedicated following in the photography community. However, the camera does not come with a printed manual, or even a PDF manual that can readily be printed for reference. So, until now, it has been difficult for users of the camera to find answers to their questions about the use of the camera’s many controls, menus, and features.With the release of this new book, White Knight Press has provided users of the RX100 with a comprehensive guide to all operations, features, menus, and controls of this amazing camera. Using a patient, tutorial-like approach, the book provides guidance to beginning and intermediate photographers not only about how to accomplish things with the RX100, but when and why to use the camera’s many features. The book does not assume any specialized knowledge by the reader as it explains topics such as autofocus, manual focus, depth of field, aperture priority, shutter priority, exposure compensation, white balance, and ISO sensitivity. The book also provides full details of the camera’s numerous menu options for playback, setup, and customizing the operation of the various buttons and other controls.The book’s more than 300 photographs, most of them in full color when viewed on a color device, illustrate the RX100’s controls, shooting screens, and menus. The photographs also provide examples of the various types of photographs that can be taken using the many creative settings of the camera, including the Photo Creativity settings, which let the photographer alter the color processing of images; the Scene shooting mode, with settings that are optimized for various subjects, including landscapes, portraits, and action shots; the Creative Style and Picture Effect menu options, which offer dramatic options for altering the appearance of images; and the camera’s strong array of features for continuous shooting and shooting in dim lighting.In addition, the book goes beyond the bounds of everyday photography, and provides introductions to more advanced topics such as infrared photography, street photography, astrophotography, and macro photography.The book also includes a full discussion of the video recording abilities of the RX100, which can shoot high-definition (HD) video with stereo sound, and which offers manual control of exposure and focus during movie recording.In three appendices, the book provides information about accessories available for the RX100, including cases, external flash units, and filter adapters, and includes a list of web sites and other resources for further information. Also, the book includes a detailed appendix with helpful “quick tips” that give particular insights into how to take advantage of the camera’s features in the most efficient ways possible.

Doing Data Science


Cathy O'Neil - 2013
    But how can you get started working in a wide-ranging, interdisciplinary field that’s so clouded in hype? This insightful book, based on Columbia University’s Introduction to Data Science class, tells you what you need to know.In many of these chapter-long lectures, data scientists from companies such as Google, Microsoft, and eBay share new algorithms, methods, and models by presenting case studies and the code they use. If you’re familiar with linear algebra, probability, and statistics, and have programming experience, this book is an ideal introduction to data science.Topics include:Statistical inference, exploratory data analysis, and the data science processAlgorithmsSpam filters, Naive Bayes, and data wranglingLogistic regressionFinancial modelingRecommendation engines and causalityData visualizationSocial networks and data journalismData engineering, MapReduce, Pregel, and HadoopDoing Data Science is collaboration between course instructor Rachel Schutt, Senior VP of Data Science at News Corp, and data science consultant Cathy O’Neil, a senior data scientist at Johnson Research Labs, who attended and blogged about the course.

Programming Entity Framework: DbContext


Julia Lerman - 2011
    This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.Use EF’s query capabilities to retrieve data, and use LINQ to sort and filter dataLearn how to add new data, and change and delete existing dataUse the Change Tracker API to access information EF keeps about the state of entity instancesControl change tracking information of entities in disconnected scenarios, including NTier applicationsValidate data changes before they’re sent to the database, and set up validation rulesBypass EF’s query pipeline and interact directly with the database

Mining the Social Web: Analyzing Data from Facebook, Twitter, LinkedIn, and Other Social Media Sites


Matthew A. Russell - 2011
    You’ll learn how to combine social web data, analysis techniques, and visualization to find what you’ve been looking for in the social haystack—as well as useful information you didn’t know existed.Each standalone chapter introduces techniques for mining data in different areas of the social Web, including blogs and email. All you need to get started is a programming background and a willingness to learn basic Python tools.Get a straightforward synopsis of the social web landscapeUse adaptable scripts on GitHub to harvest data from social network APIs such as Twitter, Facebook, LinkedIn, and Google+Learn how to employ easy-to-use Python tools to slice and dice the data you collectExplore social connections in microformats with the XHTML Friends NetworkApply advanced mining techniques such as TF-IDF, cosine similarity, collocation analysis, document summarization, and clique detectionBuild interactive visualizations with web technologies based upon HTML5 and JavaScript toolkits"A rich, compact, useful, practical introduction to a galaxy of tools, techniques, and theories for exploring structured and unstructured data." --Alex Martelli, Senior Staff Engineer, Google

Learn Python The Hard Way


Zed A. Shaw - 2010
    The title says it is the hard way to learn to writecode but it’s actually not. It’s the “hard” way only in that it’s the way people used to teach things. In this book youwill do something incredibly simple that all programmers actually do to learn a language: 1. Go through each exercise. 2. Type in each sample exactly. 3. Make it run.That’s it. This will be very difficult at first, but stick with it. If you go through this book, and do each exercise for1-2 hours a night, then you’ll have a good foundation for moving on to another book. You might not really learn“programming” from this book, but you will learn the foundation skills you need to start learning the language.This book’s job is to teach you the three most basic essential skills that a beginning programmer needs to know:Reading And Writing, Attention To Detail, Spotting Differences.

The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win


Gene Kim - 2013
    It's Tuesday morning and on his drive into the office, Bill gets a call from the CEO. The company's new IT initiative, code named Phoenix Project, is critical to the future of Parts Unlimited, but the project is massively over budget and very late. The CEO wants Bill to report directly to him and fix the mess in ninety days or else Bill's entire department will be outsourced. With the help of a prospective board member and his mysterious philosophy of The Three Ways, Bill starts to see that IT work has more in common with manufacturing plant work than he ever imagined. With the clock ticking, Bill must organize work flow streamline interdepartmental communications, and effectively serve the other business functions at Parts Unlimited. In a fast-paced and entertaining style, three luminaries of the DevOps movement deliver a story that anyone who works in IT will recognize. Readers will not only learn how to improve their own IT organizations, they'll never view IT the same way again.

MCSE Self-Paced Training Kit (Exams 70-290, 70-291, 70-293, 70-294): Microsoft Windows Server 2003 Core Requirements


Dan HolmeMelissa Craft - 2003
    Maybe you re going for MCSA first, then MCSE. Maybe you need to upgrade your current credentials. Now, direct from Microsoft, this set brings together all the study resources you ll need. You get the brand-new Second Edition of all four books: for Exam 70-290 (Managing and Maintaining a Windows Server Environment), 70-291 and 70-293 (Network Infrastructure), and 70-294 (Active Directory). What s new here? Deeper coverage, more case studies, more troubleshooting, plus significant new coverage: Emergency Management Services, DNS, WSUS, Post-Setup Security Updates, traffic monitoring, Network Access Quarantine Control, and much more. There are more than 1,200 highly customizable CD-based practice questions. And, for those who don t have easy acess to Windows Server 2003, there s a 180-day eval version. This package isn t cheap, but there s help there, too: 15% discount coupons good toward all four exams. Bill Camarda, from the August 2006 href="http://www.barnesandnoble.com/newslet... Only

Engineering Software as a Service: An Agile Approach Using Cloud Computing + $10 AWS Credit


Armando Fox - 2013
    This book is neither a step-by-step tutorial nor a reference book. Instead, our goal is to bring a diverse set of software engineering topics together into a single narrative, help readers understand the most important ideas through concrete examples and a learn-by-doing approach, and teach readers enough about each topic to get them started in the field. Courseware for doing the work in the book is available as a virtual machine image that can be downloaded or deployed in the cloud. A free MOOC (massively open online course) at saas-class.org follows the book's content and adds programming assignments and quizzes. See http://saasbook.info for details.

The Art and Science of Java


Eric S. Roberts - 2007
    By following the recommendations of the Association of Computing Machinery's Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning.KEY TOPICS: Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead.MARKET: A modern objects-first approach to the Java programming language that introduces readers to useful class hierarchies from the very beginning.

Social Media Marketing for Publishers


Liz Murray - 2012
    

CAPM Exam Prep: Rita's Course in a Book for Passing the CAPM Exam


Rita Mulcahy - 2006
    In addition to 12 comprehensive lessons, this innovative book includes games, exercises, Tricks of the Trade and common pitfalls and mistakes well as enough sample test questions for nearly a full CAPM exam. This book contains over 400 pages of material, including new exercises and sample questions never before in print. With critical time-saving tips, plus games and activities available nowhere else, this book will help you pass the CAPM exam on your FIRST try.

Make Money As A Freelance Writer: 7 Simple Steps to Start Your Freelance Writing Business and Earn Your First $1,000


Sally Miller - 2016
    Don't worry, you're not alone. Heck, you might have already read a book or two on this exact topic - there are a few out there. So why would we write another one? Because rarely will you find a book that shows you the exact steps to accomplish a specific goal. And one that's enjoyable to read to boot! No fluff, no information you don't need just to fill up space. In Make Money as a Freelance Writer, Gina Horkey and Sally Miller give you the exact steps you need to start a freelance writing business from scratch. Nothing more, nothing less. Best of all, you'll discover how to land your first paying client - even if you're starting from zero. And by following the seven steps listed in this book, you can be earning $1,000 as a freelance writer in as little as 30 days. Not bad considering the price of the book, right? Completing the action steps listed in Make Money as a Freelance Writer will help you to: * Choose your top niche(s). * Acquire your first few samples. * Create your freelance writing portfolio. * Start sourcing writing work. * Send your first several pitches. * Land your first client. * And earn your first $1,000! Reading this book (and doing the work) will save you time, money and your sanity. Don't keep trying to figure this whole freelance writing thing out on your own. Or read everything on the internet covering the subject without taking action, because you're so confused and overwhelmed by the vast amount of information that exists. These seven steps haven't just worked for us. These steps have worked for thousands of other freelance writers in our community. So read the book, join the ranks and start earning as a freelance writer today. Are you ready to turn your writing hobby into some cold, hard cash? These steps can work if you're a stay-at-home mom looking to add a little extra income to your household budget. Or if you're a college student in need of a part-time job to pay the rent. Or maybe you dream of escaping your nine-to-five. You want financial freedom and a more meaningful life. These steps help you accomplish that too! Whatever your reasons, Make Money as a Freelance Writer shows you how to start a freelance writing business from nothing and earn your first $1,000 as quickly as possible. So what are you waiting for? Click the BUY NOW button at the top of this page and start taking specific actions to make your dream of getting paid to write a reality!

Web Development and Design Foundations with Html5


Terry Felke-Morris - 2012
    A well-rounded balance of hard skills (HTML5, XHTML, CSS, JavaScript) and soft skills (Web Design, e-commerce, Web site promotion strategies) presents everything beginning Web developers need to know to build and promote successful Web sites.