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 Faye Kellerman Collection


Faye Kellerman - 1999
    

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.

Micro-Isv: From Vision to Reality


Bob Walsh - 2006
    As for the latter, are you a programmer and curious about being your own boss? Where do you turn for information? Until now, online and traditional literature havent caught up with the reality of the post-dot com bust.Micro-ISV: From Vision to Reality explains what works and why in today's emerging micro-ISV sector. Currently, thousands of programmers build and deliver great solutions ISV-style, earning success and revenues much larger than you might guess. Written by and for micro-ISVs, with help from some of the leaders of the field, this book takes you beyond just daydreaming to running your own business. It thoroughly explores how it is indeed possible to launch and maintain a small and successful ISV business, and is an ideal read if you're interested in getting started.

Doms of Decadence 3-Book Collection


Laylah Roberts - 2017
     Just For You, Sir Since losing his wife, Derrick hasn’t been interested in another relationship. But lately, he's been growing bored playing with a different sub each weekend. He needs something more. On the run from an abusive husband, the last thing Jacey needs a man. Yet, there is something about Derrick that calls to her, that makes her imagine impossible things… Like having him touch her, taste her, take her, dominate her. Forever Yours, Sir Blaming herself for her best friend’s death, Cady shuts herself off from the rest of the world, determined not to let anyone close again, determined not to care. But then circumstances throw her into the path of Hunter Black, a man who wasn’t used to hearing no. A Dom who sets her heart racing, has her craving his dominance, his touch, his love. From the moment he meets Cady, Hunter can’t get her out of his mind. He offers her a job to get her off the streets and under his protection. He wants to dominate her, protect her, love her. Now they just need to overcome their pasts and figure out that happily ever after really does exist. For The Love Of Sir Despite being rejected once by Alex, Tara couldn’t help but lust after the sexy, sophisticated Dom. Rundown and exhausted, sometimes it felt like her fantasies were all that kept her going. So what if part of her fantasy could become a reality? Alex wasn’t looking for a relationship. He wasn’t about to trust another woman after his ex-wife cheated on him. But he couldn’t deny the attraction he felt towards Tara. But would the sweet sub be willing to accept his proposal? He’d take care of her, protect her, dominate her and give her multiple, delicious orgasms. In return all she had to do was promise not to fall in love with him. No emotions=no pain. Simple right? Contains elements of BDSM, sexy romance and a touch of suspense.

Riding Mr. Benson


Jillian Riley - 2019
    Now he wants me to pretend to be his wife! This guy has some nerve. I don’t work for free, and I know he has more than enough money to pay what he owes me. I created a one-of-a-kind piece of ironwork for him, art that came straight from my soul. Then he brings up this insane offer, one I’d normally refuse. But the price he’s willing to pay would make my life much easier. So I agree. Everything goes fine until I get to know him. I feel things for him I shouldn’t. Can I risk falling for him?

Programming Scala


Venkat Subramaniam - 2009
    You can use it to write traditional, imperative, object-oriented code. But you can also leverage its higher level of abstraction to take full advantage of modern, multicore systems. Programming Scala will show you how to use this powerful functional programming language to create highly scalable, highly concurrent applications on the Java Platform. The increasing popularity and availability of multicore processors is creating a whole new set of challenges--although you can enjoy true concurrency, you're now faced with higher contention and synchronization issues. Deploying an existing application on a multicore processor may bring out previously hidden concurrency issues. Java's multi-threading facility by itself isn't enough---it's a very low level abstraction. Instead, you need a paradigm that provides a higher level of abstraction to deal with concurrency. It's time to embrace Functional Programming. Scala is a hybrid Object-Oriented/Functional Programming language on the JVM. Using Scala, you can create traditional imperative programs, intermix them with Java code, and at the same time take advantage of higher levels of abstraction. You can use features that lead to concise, highly expressive code that remove the pain of dealing with concurrency.Programming Scala will show you the fundamentals of functional programming using Scala. Very quickly, you'll learn how this statically typed language can give you dynamic capabilities to create concise, scalable, highly capable concurrent code. Pragmatic programmers always use the right tool for the job. For concurrent programming on the Java VM, Scala is the tool, and Programming Scala by award-winning author Venkat Subramaniam is your guide.

You Don't Know JS Yet: Get Started


Kyle Simpson - 2020
    But with a million blogs, books, and videos out there, just where do you start? The worldwide best selling "You Don't Know JS" book series is back for a 2nd edition: "You Don't Know JS Yet". All 6 books are brand new, rewritten to cover all sides of JS for 2020 and beyond. "Get Started" prepares you for the journey ahead, first surveying the language then detailing how the rest of the You Don't Know JS Yet book series guides you to knowing JS more deeply.

More Effective C#: 50 Specific Ways to Improve Your C#


Bill Wagner - 2008
    If you are serious about developing with the C# language, you need this book." -Bill Craun, Principal Consultant, Ambassador Solutions, Inc. "More Effective C# is an opportunity to work beside Bill Wagner. Bill leverages his knowledge of C# and distills his expertise down to some very real advice about programming and designing applications that every serious Visual C# user should know. More Effective C# is one of those rare books that doesn't just regurgitate syntax, but teaches you how to use the C# language." -Peter Ritchie, Microsoft MVP: Visual C# "More Effective C# is a great follow-up to Bill Wagner's previous book. The extensive C# 3.0 and LINQ coverage is extremely timely!" -Tomas Restrepo, Microsoft MVP: Visual C++, .NET, and Biztalk Server "As one of the current designers of C#, it is rare that I learn something new about the language by reading a book. More Effective C# is a notable exception. Gently blending concrete code and deep insights, Bill Wagner frequently makes me look at C# in a fresh light-one that really makes it shine. More Effective C# is at the surface a collection of very useful guidelines. Look again. As you read through it, you'll find that you acquire more than just the individual pieces of advice; gradually you'll pick up on an approach to programming in C# that is thoughtful, beautiful, and deeply pleasant. While you can make your way willy-nilly through the individual guidelines, I do recommend reading the whole book-or at least not skipping over the chapter introductions before you dive into specific nuggets of advice. There's perspective and insight to be found there that in itself can be an important guide and inspiration for your future adventures in C#." -Mads Torgersen, Program Manager, Visual C#, Microsoft "Bill Wagner has written an excellent book outlining the best practices for developers who work with the C# language. By authoring More Effective C#, he has again established himself as one of the most important voices in the C# community. Many of us already know how to use C#. What we need is advice on how to hone our skills so that we can become wiser programmers. There is no more sophisticated source of information on how to become a first-class C# developer than Bill Wagner's book. Bill is intelligent, thoughtful, experienced, and skillful. By applying the lessons from this book to your own code, you will find many ways to polish and improve the work that you produce." -Charlie Calvert, Community Program Manager, Visual C#, Microsoft In More Effective C#, Microsoft C# MVP and Regional Director Bill Wagner introduces fifty brand-new ways to write more efficient and more robust software. This all-new book follows the same format as Wagner's best-selling Effective C# (Addison-Wesley, 2005), providing clear, practical explanations, expert tips, and plenty of realistic code examples. Wagner shows how to make the most of powerful innovations built into Microsoft's new C# 3.0 and .NET Framework 3.5, as well as advanced C# language capabilities not covered in his previous book. Drawing on his unsurpassed C# experience, the author reveals new best practices for working with LINQ, generics, metaprogramming, and many other features. He also uncovers practices that compromise performance or reliability and shows exactly how to avoid them. More Effective C# shows how to Use generics to express your design intent more effectively Master advanced generics techniques, such as constraints, method constraints, and generic specialization Use the multithreaded techniques you'll need to work with the .NET framework every day Express modern design idioms using the rich palette of C# language features Successfully mix object oriented and functional programming constructs Create composable interfaces and avoid confusion in public interfaces Use extension methods to separate contracts from implementation Program successfully with C# closures and anonymous types Write more effective LINQ queries Make the most of LINQ Lazy Evaluation Queries and Lambda Expressions Distinguish and convert between delegates and expression trees Efficiently utilize nullable types and partial classes Use implicit properties for mutable, nonserializable data You're already a successful C# programmer-this book can help you become an outstanding one.

NYPD Red Books 1 - 3


James Patterson - 2016
    It is the elite team in New York’s police department, handling the cases involving the most important and high-profile individuals in the city. It’s Detective Zach Jordan’s dream job, but he’s about to step into a nightmare.In the middle of a New York film festival, a maniac begins a very public and very brutal killing spree targeting Hollywood’s biggest stars. Zach is assigned a new partner, Detective Kylie MacDonald, who is also his ex-girlfriend. But they’ll need to put their history aside to have a chance of stopping this homicidal psychopath before he brings New York City to its knees.NYPD Red 2A vigilante serial killer is on the loose in New York City, tracking down and murdering people whose crimes have not been punished. The number of victims grows, and many New Yorkers secretly applaud the idea of justice won at any price.NYPD Red Detective Zach Jordan and his partner Kylie MacDonald are put on the case when a woman of vast wealth and even greater connections disappears. Zach and Kylie have to find what's really behind this murderer's rampage while political and personal secrets of the highest order hang in the balance. But Kylie has been acting strange recently – and Zach knows whatever she's hiding could threaten the biggest case of their careers.NYPD Red 3Hunter Alden Jr. has it all: a beautiful wife, a brilliant son and billions in the bank. But when his son goes missing and he discovers the severed head of his chauffeur, it’s clear he’s in danger of losing it all.The kidnapper knows a horrific secret that could change the world as we know it. A secret worth killing for. A secret worth dying for.New York’s best detectives, Zach Jordan and Kylie MacDonald, are on the case. But by getting closer to the truth, Zach and Kylie are edging ever closer to the firing line…

Caesar Triumphant


R.W. Peake - 2013
    The story opens with the last target of conquest: an island nation known then as the Isles of Wa, and what we know today as the country of Japan. It will be the final challenge of a remarkable career, but facing him and his battle-hardened Legions are a race of people as fiercely dedicated to the profession of arms, and fanatically devoted to their emperor as any foe Caesar and his Romans have ever faced. The Wa have never tasted defeat, repelling every attempted invasion of their sacred islands. In these warriors, has Caesar and his unstoppable force of an army finally met their match in the immovable object, in the form of the men of Wa, or will Caesar once again be triumphant? Caesar Triumphant is an alternative history, by the author of the bestselling and critically acclaimed Marching With Caesar series, R.W. Peake, featuring Titus Pullus, Legionary of Rome.

Pro ASP.NET MVC 3 Framework


Adam Freeman - 2011
    It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4-->--> In this third edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourselfand put your best-learned theory into practice.-->--> The book's authors -->Steve Sanderson--> and -->Adam Freeman--> have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands. -->What you'll learn-->Gain a solid architectural understanding of ASP.NET MVC 3, including basic MVC Explore the entire ASP.NET MVC Framework See how MVC and test-driven development work in action Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC Learn about the latest security and deployment issues, including those related to IIS 7 -->Who this book is for-->This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 3 Framework. -->Table of Contents-->Part 1--> 1. The Big Idea--> 2. Getting Ready --> 3. Your First MVC Application--> 4. The MVC Pattern--> 5. Essential Language Features--> 6. Essential Tools for MVC--> 7. SportsStore I A Real Application--> 8. SportsStore II Navigation & Cart--> 9. SportsStore III - Administration-->--> Part 2--> 10. Overview of MVC projects--> 11. URLs, Routing & Areas--> 12. Controllers & Actions--> 13. Filters--> 14. Controller Extensibility--> 15. Views--> 16. Model Templates--> 17. Model Binding--> 18. Model Validation--> 19. Unobtrusive Ajax--> 20. jQuery -->--> Part 3.--> 21. Security --> 22. Authentication & Authorization--> 23. Deployment

Still Waters / Night Sins / Guilty as Sin


Tami Hoag - 2004
    Unwelcome newcomers to Still Creek, Minnesota, she and her troubled teenage son are treated with suspicion by the locals, including the sheriff. Yet nothing will stop her from digging beneath the town's placid surface for the truth - except the killer.Night Sins (Engineer: Jill Sovis): A peaceful Minnesota town, where crime is something that just doesn't happen, is about to face its worst nightmare. A young boy disappears. There are no witnesses, no clues - only a note, cleverly taunting, casually cruel. Has a cold-blooded kidnapper struck? Or is this a reawakening of a long-quiet serial killer?Guilty as Sin (Engineer: Melissa Coates): A cold-blooded kidnapper has been playing a twisted game with a terrified Minnesota town. Now a respected member of the community stands accused of a chilling act of evil. But when a second boy disappears, a frightened public demands to know: Have the police caught the wrong man? Is the nightmare continuing . . . Or just beginning?

Beginning Programming with Python for Dummies


John Paul Mueller - 2014
    It requires three to five times less time than developing in Java, is a great building block for learning both procedural and object-oriented programming concepts, and is an ideal language for data analysis. Beginning Programming with Python For Dummies is the perfect guide to this dynamic and powerful programming language--even if you've never coded before! Author John Paul Mueller draws on his vast programming knowledge and experience to guide you step-by-step through the syntax and logic of programming with Python and provides several real-world programming examples to give you hands-on experience trying out what you've learned.Provides a solid understanding of basic computer programming concepts and helps familiarize you with syntax and logic Explains the fundamentals of procedural and object-oriented programming Shows how Python is being used for data analysis and other applications Includes short, practical programming samples to apply your skills to real-world programming scenarios Whether you've never written a line of code or are just trying to pick up Python, there's nothing to fear with the fun and friendly Beginning Programming with Python For Dummies leading the way.

Ejb 3 in Action


Debu Panda - 2007
    This book builds on the contributions and strengths of seminal technologies like Spring, Hibernate, and TopLink.EJB 3 is the most important innovation introduced in Java EE 5.0. EJB 3 simplifies enterprise development, abandoning the complex EJB 2.x model in favor of a lightweight POJO framework. The new API represents a fresh perspective on EJB without sacrificing the mission of enabling business application developers to create robust, scalable, standards-based solutions.EJB 3 in Action is a fast-paced tutorial, geared toward helping you learn EJB 3 and the Java Persistence API quickly and easily. For newcomers to EJB, this book provides a solid foundation in EJB. For the developer moving to EJB 3 from EJB 2, this book addresses the changes both in the EJB API and in the way the developer should approach EJB and persistence.