CoffeeScript


Trevor Burnham - 2011
    It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.

Teach Yourself C++


Herbert Schildt - 1992
    It also gives readers the opportunity to test their understanding with multiple exercises. Readers can test their knowledge of individual concepts, and then test their comprehension of the topic in a larger setting.

Software Tools


Brian W. Kernighan - 1976
    The programs contained in the book are not artificial, but are actual programs ae tools which have proved valuable in the production of other programs.Modern programming techniques such as structured programming and top-down design are emphasized and applied to every program. The programs are presented in a structured language called Ratfor ("Rational Fortran") which can be easily understood by anyone familiar with Fortran or PL/I, Algol, PASCAL, or similar languages. (Ratfor translates readily into Fortran or PL/I. One of the tools presented is a preprocessor to translate Ratfor into Fortran). All of the programs are complete and have been tested directly from the text. The programs are available in machine-readable form from Addison-Wesley.Software Tools is ideal for use in a "software engineering" course, for a second course in programming, or as a supplement in any programming course. All programmers, professional and student, will find the book invaluable as a source of proven, useful programs for reading and study. Numerous exercises are provided to test comprehension and to extend the concepts presented in the text.

Learning Spark: Lightning-Fast Big Data Analysis


Holden Karau - 2013
    How can you work with it efficiently? Recently updated for Spark 1.3, this book introduces Apache Spark, the open source cluster computing system that makes data analytics fast to write and fast to run. With Spark, you can tackle big datasets quickly through simple APIs in Python, Java, and Scala. This edition includes new information on Spark SQL, Spark Streaming, setup, and Maven coordinates. Written by the developers of Spark, this book will have data scientists and engineers up and running in no time. You’ll learn how to express parallel jobs with just a few lines of code, and cover applications from simple batch jobs to stream processing and machine learning. Quickly dive into Spark capabilities such as distributed datasets, in-memory caching, and the interactive shell Leverage Spark’s powerful built-in libraries, including Spark SQL, Spark Streaming, and MLlib Use one programming paradigm instead of mixing and matching tools like Hive, Hadoop, Mahout, and Storm Learn how to deploy interactive, batch, and streaming applications Connect to data sources including HDFS, Hive, JSON, and S3 Master advanced topics like data partitioning and shared variables

Starting Out with Programming Logic and Design


Tony Gaddis - 2007
    In the successful, accessible style of Tony Gaddis’ best-selling texts, useful examples and detail-oriented explanations allow students to become comfortable with fundamental concepts and logical thought processes used in programming without the complication of language syntax. Students gain confidence in their program design skills to transition into more comprehensive programming courses.The book is ideal for a programming logic course taught as a precursor to a language-specific introductory programming course, or for the first part of an introductory programming course.

Exploratory Software Testing: Tips, Tricks, Tours, and Techniques to Guide Test Design


James A. Whittaker - 2009
    Whittaker defines both in-the-small techniques for individual testers and in-the-large techniques to supercharge test teams. He also introduces a hybrid strategy for injecting exploratory concepts into traditional scripted testing. You'll learn when to use each, and how to use them all successfully.Concise, entertaining, and actionable, this book introduces robust techniques that have been used extensively by real testers on shipping software, illuminating their actual experiences with these techniques, and the results they've achieved. Writing for testers, QA specialists, developers, program managers, and architects alike, Whittaker answers crucial questions such as:- Why do some bugs remain invisible to automated testing--and how can I uncover them?- What techniques will help me consistently discover and eliminate "show stopper" bugs?- How do I make manual testing more effective--and less boring and unpleasant?- What's the most effective high-level test strategy for each project?- Which inputs should I test when I can't test them all?- Which test cases will provide the best feature coverage?- How can I get better results by combining exploratory testing with traditional script or scenario-based testing?- How do I reflect feedback from the development process, such as code changes?

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

The Art of Capacity Planning: Scaling Web Resources


John Allspaw - 2008
    Web-based companies live or die by the ability to scale their infrastructure to accommodate increasing demand. This book is a hands-on and practical guide to planning for such growth, with many techniques and considerations to help you plan, deploy, and manage web application infrastructure.The Art of Capacity Planning is written by the manager of data operations for the world-famous photo-sharing site Flickr.com, now owned by Yahoo! John Allspaw combines personal anecdotes from many phases of Flickr's growth with insights from his colleagues in many other industries to give you solid guidelines for measuring your growth, predicting trends, and making cost-effective preparations. Topics include:Evaluating tools for measurement and deployment Capacity analysis and prediction for storage, database, and application servers Designing architectures to easily add and measure capacity Handling sudden spikes Predicting exponential and explosive growth How cloud services such as EC2 can fit into a capacity strategy In this book, Allspaw draws on years of valuable experience, starting from the days when Flickr was relatively small and had to deal with the typical growth pains and cost/performance trade-offs of a typical company with a Web presence. The advice he offers in The Art of Capacity Planning will not only help you prepare for explosive growth, it will save you tons of grief.

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam


Bryan Basham - 2004
    Isn't it time you learned the latest (J2EE 1.4) versions of Servlets & JSPs? This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the Sun Certified Web Component Developer (SCWCD) 1.4 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use Servlets & JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse one that puts you to sleep). No problem. Head First Servlets and JSP's brain-friendly approach drives the knowledge straight into your head (without sharp instruments). You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. It may not be The Da Vinci Code, but quickly see why so many reviewers call it "a page turner". Most importantly, this book will help you use what you learn. It won't get you through the exam only to have you forget everything the next day. Learn to write servlets and JSPs, what makes the Container tick (and what ticks it off), how to use the new JSP Expression Language (EL), what you should NOT write in a JSP, how to write deployment descriptors, secure applications, and even use some server-side design patterns. Can't talk about Struts at a cocktail party? That'll change. You won't just pass the exam, you will truly understand this stuff, and you'll be able to put it to work right away. This new exam is tough--much tougher than the previous version of the SCWCD. The authors of Head First Servlets and JSP know: they created it. (Not that it EVER occurred to them that if they made the exam really hard you'd have to buy a study guide to pass it.) The least they could do is give you a stimulating, fun way to pass the thing. If you're one of the thousands who used Head First EJB to pass the SCWCD exam, you know what to expect!

Beach Reads Boxed Set


Marie Force - 2019
    Each title offers a sizzling love story and a guaranteed happy ending. So get comfortable and be prepared to fall in love—nine times! Books included: True North Georgia on My Mind The Fall The Wreck Everyone Loves a Hero Love at First Flight Line of Scrimmage Sex Machine Sex God

It's Opening Day at the Amusement Park


Barbara Miller - 2013
    They are so excited. Let's follow along and join in the fun.

A Mackenzie Security Series Omnibus 2: Sizzle, Crave, Scorch


Liliana Hart - 2019
    He owes Declan his life, and Declan more than has his hands full with his own family problems. Little does Archer know he’ll be chasing a would-be recruit all the way to hell and back. Or maybe Alaska just seems like hell. Audrey Sharpe works for no one but herself. Not even when the most elite security company in the country wants her. She doesn’t have time to worry about MacKenzies. She’s racing against the clock to hunt down the man who taught her everything she knows and to stop him from killing more innocent people. When sexy, but tough as nails, Archer Ryan keeps getting in her way, Audrey has to decide whether he’ll be an asset or a distraction her body and mind can’t afford. CRAVE: When Evangeline Lockwood witnesses the murder of a prominent politician, the killers will do everything they can to make sure she can't testify. Since Evangeline's father was once Deputy Director of the CIA, he knows just who to call to protect his only daughter – MacKenzie Security. The last thing Cal Colter wants is to get stuck with a babysitting job, but Declan MacKenzie has assigned him the task and he has no choice but to accept. Cal especially doesn't know what to do with the quirky computer nerd who covers her lush body in baggy clothes and her stunning violet eyes behind glasses. But if Cal knows anything, it's women, and he's just as determined to peel back the layers of this unusual woman as he is to keep her alive. SCORCH: Shane MacKenzie’s life has been turned upside down. He’s lost his command, his identity, and his will to live. He’s a dead man walking, and the only thing that makes waking up in the morning worthwhile is knowing he’ll come head to head with the one woman who gets his blood moving. Doctor Lacy Shaw spent years as a medic on the battlefield. She’s seen things that can never be erased from her memory, and when Declan MacKenzie gives her the opportunity to work for MacKenzie Security, she decides any job has to be better for the body and soul than watching soldiers die in a war zone. That’s until she meets Shane MacKenzie and realizes she’s never fought so hard for one person to live.

Reading Order: Lee Child: Jack Reacher in Order


Titan Read - 2016
    You will spoil the story and your own enjoyment if you read a series in the wrong order and you will miss the development of an author’s writing if you read their books in a helter-skelter fashion. With our original reading list you get the perfect tool to enjoy Lee Child’s books the way they where meant to be enjoyed. You can also use the reading list as checklist. Simply use the inbuilt highlight feature to highlight all the books that you have already read. Inside this book you will find a link that will allow you to download three classics for FREE along with three free audiobooks. Enjoy! Note To Readers This is a bibliography. The author and publisher of this book do not guarantee the accuracy and/or completeness of the content within this book and are not liable for damages arising from the use of this book. The bibliography portion of this book can be found in publicly available sources and only includes elements, such as titles and dates of publication, which are not subject to copyright protection. The bibliography is unofficial and not approved, authorized, licensed, or endorsed by any author, publisher, or organization mentioned within it.

Sherlock Holmes: A Study in Scarlet and A Scandal in Bohemia: Official Edition


Arthur Conan Doyle - 2019
    Created by Sir Arthur Conan Doyle in the 19th Century, he lives dozens of adventures next to his friend and colleague Dr. Watson. "A Study in Scarlet" is the first story of the saga. Both characters meet each other for the first time and they resolve to fight evil together. "A Scandal in Bohemia" is the second story in their adventures, and it is here that we meet Irene Adler, the woman who fascinates Sherlock Holmes from thereafter. This book is an official edition since it contains both stories without forewords, external footnotes, or changes of any kind to the original text.

Safe Haven Wolves Box Set 1: Books 1-3, Gabby, Trina, Kate (Safe Haven Wolves Boxed Sets)


Sherry Foster - 2018
    But Trey knows his duty, protect the female at all cost. Then he meets Gabby and finds she is his mate. Now he has to find out where she came from, what she is running from and then convince her to stay. That may be easier said than done when he finds she has no knowledge of the shifter world.Gabby found a place to stay. Something deep inside her insists the area is safe, but Gabby has been on the run for five years, she knows no place is safe for long. They always find her. She doesn't know how, she doesn't know who, or even why, she just knows, they will find her. On top of that worry, she is sure she is going crazy, she has no explanation for the events occurring around her. And the wolves, they keep showing up around her cabin. Are they hungry?Can Trey convince Gabby he is her mate, and she is not going crazy? Can they find out who is chasing Gabby? Join Gabby and Trey as they search for answers and find more than anyone expects. TRINA Trina is done hiding. Jaden is done hunting. Desperate to find a mate, but longing to track down her sister, Trina's journey begins. She had no idea the turn her life would take once her twin left home. The events that led up to her family going into hiding haven't changed. Because female shifters are rare, to be procured at all cost, Trina and her family remain on the run from those who would detain her. However, she is determined that her freedom is her own. She belongs to no one until she and her wolf both agree upon a mate. But the list of people after her has just gotten larger.Jaden has no doubt the woman in saw in the dojo that day is his mate. For months now his wolf has been tearing up his insides in a need to claim her. The problem is, all traces of the girl disappeared the day they met. After exhausting every possible resource he has to find her, a glimmer of hope appears in the news in the form of wedding photos. Enraged to find his mate married to another he vows to make her a widow.Will Jaden cross the wrong people in his journey to get his mate?Can Trina stay free long enough to find Gabby?Will their journeys bring them together or destroy any chance of them finding each other? KATE They call her a guest. She knows she’s a prisoner. With females being so scarce some feel they should be collected and parceled out to males who deserve them. Others think they should be protected and given the choice of who they will call mate.Kate watched as her guardians were murdered. The killers don’t know she saw them. Claiming to rescue her they take her to a guarded location. They made one serious error, Kate isn’t what she seems. She is so much more.The only thing saving her from an unwelcome mating bond is her scent. The rogues believe her to be still underage. She isn’t.Now, in a desperate race against time, Kate must find a way to free herself and the others before anyone finds out her secret. She will have all the help she needs- if they can only locate her.But one male could change everything when he stumbles upon the prison where Kate is being held.