Architecting for the AWS Cloud: Best Practices (AWS Whitepaper)


Amazon We Services - 2016
    It discusses cloud concepts and highlights various design patterns and best practices. 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/.

Akka in Action


Raymond Roestenburg - 2012
    Akka uses Actors-independently executing processes that communicate via message passing—as the foundation for fault-tolerant applications where individual actors can fail without crashing everything. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors and across server nodes.Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. You'll learn to test and deploy an actor system and scale it up and out, showing off Akka's fault tolerance. As you move along, you'll explore a message-oriented event-driven application in Akka. You'll also tackle key issues like how to model immutable messages and domain models, and apply patterns like Event Sourcing, and CQRS. The book concludes with practical advice on how to tune and customize a system built with Akka.

The Imposter's Handbook


Rob Conery - 2016
    New languages, new frameworks, new ways of doing things - a constant struggle just to stay current in the industry. This left no time to learn the foundational concepts and skills that come with a degree in Computer Science.

Microsoft Windows Internals: Microsoft Windows Server(TM) 2003, Windows XP, and Windows 2000 (Pro-Developer)


Mark E. Russinovich - 2004
    This classic guide—fully updated for Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensions—describes the architecture and internals of the Windows operating system. You’ll find hands-on experiments you can use to experience Windows internal behavior firsthand, along with advanced troubleshooting information to help you keep your systems running smoothly and efficiently. Whether you’re a developer or a system administrator, you’ll find critical architectural insights that you can quickly apply for better design, debugging, performance, and support.Get in-depth, inside knowledge of the Windows operating system: Understand the key mechanisms that configure and control Windows, including dispatching, startup and shutdown, and the registry Explore the Windows security model, including access, privileges, and auditing Investigate internal system architecture using the kernel debugger and other tools Examine the data structures and algorithms that deal with processes, threads, and jobs Observe how Windows manages virtual and physical memory Understand the operation and format of NTFS, and troubleshoot file system access problems View the Windows networking stack from top to bottom, including mapping, APIs, name resolution, and protocol drivers Troubleshoot boot problems and perform crash analysis

Professional Wordpress Plugin Development


Brad Williams - 2011
    Now you can extend it for personal, corporate and enterprise use with advanced plugins and this professional development guide. Learn how to create plugins using the WordPress plugin API: utilize hooks, store custom settings, craft translation files, secure your plugins, set custom user roles, integrate widgets, work with JavaScript and AJAX, create custom post types. You'll find a practical, solutions-based approach, lots of helpful examples, and plenty of code you can incorporate!Shows you how to develop advanced plugins for the most popular CMS platform today, WordPress Covers plugin fundamentals, how to create and customize hooks, internationalizing your site with translation files, securing plugins, how to create customer users, and ways to lock down specific areas for use in corporate settings Delves into advanced topics, including creating widgets and metaboxes, debugging, using JavaScript and AJAX, Cron integration, custom post types, short codes, multi site functions, and working with the HTTP API Includes pointers on how to debug, profile and optimize your code, and how to market your custom plugin Learn advanced plugin techniques and extend WordPress into the corporate environment.

Black Venom (Wade Ross Book 1)


Dawson Howard - 2015
     He informs the mysterious Australian that, willingly or not, he has just helped stop the illegal activity of the terrorist group known as The Grey Wolves. But Ross’s appearance at the raid is no accident. He’s an ex-SAS soldier, trained with the highest ranking Special Forces, and is regarded as one of the most talented and fearless agents around. When a supposed accidental explosion leads directly back to Ross, it becomes clear that the Grey Wolves have found themselves a new target. Although he works alone and outside of the law, Ross’s need for revenge means that he teams up with Plant and the rest of the CIA to help take the terrorist group down. But he is used to working alone. And he soon realizes, he can rely on on himself.... 'Black Venom' is a high-octane action thriller that will grip readers from the first page to the last. 'A blockbuster read.' - Tom Kasey, best-selling author of 'Trade Off'. Dawson Howard, born in 1959, lives with his lovely wife in Brisbane, Australia. Having served as a teenage soldier he spent most of his working life in the construction industry. Drawing on his military experiences and association with the Australian Aboriginals, his debut novel introduces Wade Ross, an ex-SAS soldier, highly regarded among secret service agents. Having completed the second of his Wade Ross series, he is now focused on a psychological / action thriller.

A Smarter Way to Learn HTML & CSS: Learn it faster. Remember it longer.


Mark Myers - 2015
    Short chapters are paired with free interactive online exercises to teach the fundamentals of HTML and CSS. Written for beginners, useful for experienced developers who want to sharpen their skills. Prepares the reader to code a website of medium complexity. The learner spends two to three times as long practicing as he does reading. Based on cognitive research showing that retention increases 400 percent when learners are challenged to retrieve the information they just read. Explanations are in plain, nontechnical English that people of all backgrounds can readily understand. With ample coding examples and illustrations.

Advanced Swift


Chris Eidhof - 2016
    If you have read the Swift Programming Guide, and want to explore more, this book is for you.Swift is a great language for systems programming, but also lends itself for very high-level programming. We'll explore both high-level topics (for example, programming with generics and protocols), as well as low-level topics (for example, wrapping a C library and string internals).

Erlang and OTP in Action


Martin Logan - 2010
    Multi-core processors and the increasing demand for maximum performance and scalability in mission-critical applications have renewed interest in functional languages like Erlang that are designed to handle concurrent programming. Erlang, and the OTP platform, make it possible to deliver more robust applications that satisfy rigorous uptime and performance requirements.Erlang and OTP in Action teaches you to apply Erlang's message passing model for concurrent programming--a completely different way of tackling the problem of parallel programming from the more common multi-threaded approach. This book walks you through the practical considerations and steps of building systems in Erlang and integrating them with real-world C/C++, Java, and .NET applications. Unlike other books on the market, Erlang and OTP in Action offers a comprehensive view of how concurrency relates to SOA and web technologies.This hands-on guide is perfect for readers just learning Erlang or for those who want to apply their theoretical knowledge of this powerful language. You'll delve into the Erlang language and OTP runtime by building several progressively more interesting real-world distributed applications. Once you are competent in the fundamentals of Erlang, the book takes you on a deep dive into the process of designing complex software systems in Erlang. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Exam Ref 70-483: Programming in C#


Wouter de Kort - 2013
    Designed for experienced software developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level.Focus on the expertise measured by these objectives:Manage Program FlowCreate and Use TypesDebug Applications and Implement SecurityImplement Data AccessThis Microsoft Exam Ref:Organizes its coverage by exam objectives.Features strategic, what-if scenarios to challenge you.Includes a 15% exam discount from Microsoft. (Limited time offer)

NSHipster: Obscure Topics in Cocoa & Objective C


Mattt Thompson - 2013
    In cultivating a deep understanding and appreciation of Objective-C, its frameworks and ecosystem, one is able to create apps that delight and inspire users. Combining articles from NSHipster.com with new essays, this book is the essential guide for modern iOS and Mac OS X developers.

The REST API Design Handbook


George Reese - 2012
    The RESTful approach to web services design is rapidly become the approach of choice. Unfortunately, too few people have truly solid REST API design skills, and discussions of REST can become bogged down in dry theory.The REST API Design Handbook is a simple, practical guide to aid software engineers and software architects create lasting, scalable APIs based on REST architectural principles. The book provides a sound foundation in discussing the constraints that define a REST API. It quickly goes beyond that into the practical aspects of implementing such an API in the real world.Written by cloud computing expert George Reese, The REST API Design Handbook reflects hands on work in consuming many different third party APIs as well the development of REST-based web services APIs. It addresses all of the debates the commonly arise while creating these APIs. Subjects covered include:* REST architectural constraints* Using HTTP methods and response codes in an API* Authenticating RESTful API calls* Versioning* Asynchronous Operations* Pagination and Streaming* Polling and Push Notifications* Rate Limiting

Pro ASP.NET MVC 4


Adam Freeman - 2012
    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.ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.In this fourth 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 yourself--and 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.

Cowboy Justice Association Novel Box Set: Books 4 - 6


Olivia Jaymes - 2016
    Fishing – alone - on a serene and sunny afternoon is one of his favorite things to do. So is coming home to a place that isn’t littered with cosmetics, clothes, and panties. Jazz Oliver wants to be a star. Down and out and deep in debt, she’s desperate for money and a big break. It’s the only reason she’s allowed herself to be signed up as a contestant on a reality show in some backwater town in Montana. From their first meeting, the attraction simmers between the sheriff and the Hollywood starlet. But when casual, naughty fun turns into something more, Griffin is stumped as to what to do. Having spent most of his adult life keeping women at arm’s length, he doesn’t know how to get one to stay. He needs to find a way to convince her – and himself – that he’s finally ready to share everything. Even the remote control. Cowboy Cool:Sheriff Reed Mitchell is a workaholic on a forced vacation. He just has one quick stop on the way. He promised Logan Wright he’d check on Kaylee Blue who has been receiving creepy emails from a stalker. Kaylee thinks Ava and Logan are worried over nothing. As the writer of erotic romance, she gets strange mail every now and then. But nothing goes as planned… Kaylee’s stalker raises the stakes and Reed is forced to put his vacation on hold. Despite Kaylee’s protests that she can handle things on her own, she’s relieved Reed is determined to protect her. But living together is rapidly turning into something else. Something real. Reed hasn’t cared about a blessed thing in the last fifteen years except work and he’s not planning to change. Will he be able to turn and leave this woman when it’s time to go? Imperfect Justice:Born into a prominent ranching family and brought up in a disciplined household, Sheriff Jared Monroe has high standards of how to live his life and he doesn’t hesitate to hold the people around him to the same accountability. Misty Foster is a girl from the wrong side of the tracks. Her mother slept her way through the men in town and everyone thinks Misty has followed in her mother’s footsteps. If they knew the truth they’d be more than shocked. One blustery, snowy night Jared and Misty do something completely uncharacteristic—they throw caution to the wind and fan the flames of their passion. Now there’s a third person to consider. An innocent baby is on the way and when Jared finds out, he instantly steps forward to do the right thing. Unfortunately, Misty doesn’t agree with his future plans. What’s a no nonsense sheriff to do now that he’s met his match?

Mystery Party


Stacey Alabaster - 2017
    Margot runs a French bakery and stumbles into corruption and crime. Felicity launches her party planning business with a bang . . . and a dead body. Follow along as all three women must solve murder mysteries to protect themselves, their businesses, and those they love. This collection of cozy mysteries includes the first book in each of three popular series. If you like cozy mysteries with interesting characters and unexpected twists, the Mystery Party Cozy Mystery Boxed Set is for you. Buy the Mystery Party Cozy Mystery Boxed Set and start solving your next mystery (or three) today! Steps from Death by Stacey Alabaster - When you’re the new girl in a small town, you have to step out of your comfort zone and meet new people. But sometimes that can leave you only Steps from Death. This is book one in the Craft Circle Cozy Mystery series. Croissants and Corruption by Danielle Collins – To all appearances, North Bank is a charming retirement town and tourist attraction - until a murder reveals a darker side of crime and corruption. This is book one in the Margot Durand Cozy Mystery series. Dying for a Drive by Susan Harper – Senoia is a quiet little town . . . until a man drives into town with a classic car to sell but never drives out. This is book one in the Senoia Cozy Mystery series. Always FREE on Kindle Unlimited