Domain-Driven Design in PHP


Carlos Buenosvinos
    Explore applying the Hexagonal Architecture within your application, whether within an open source framework or your own bespoke system. Finally, look into integrating Bounded Contexts, using REST and Messaging approaches.

Exam Ref 70-480: Programming in HTML5 with JavaScript and CSS3


Rick Delorme - 2013
    Designed for experienced 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:Implement and manipulate document structures and objectsImplement program flowAccess and secure dataUse CSS3 in applicationsThis 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)

Java SE 6: The Complete Reference


Herbert Schildt - 2006
    He includes information on Java Platform Standard Edition 6 (Java SE 6) and offers complete coverage of the Java language, its syntax, keywords, and fundamental programming principles.

AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps


Shyam Seshadri - 2014
    By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle

Building Cloud Apps with Microsoft Azure: Best Practices for DevOps, Data Storage, High Availability, and More (Developer Reference)


Scott Guthrie - 2014
    The patterns apply to the development process as well as to architecture and coding practices. The content is based on a presentation developed by Scott Guthrie and delivered by him at the Norwegian Developers Conference (NDC) in June of 2013 (part 1, part 2), and at Microsoft Tech Ed Australia in September 2013 (part 1, part 2). Many others updated and augmented the content while transitioning it from video to written form. Who should read this book Developers who are curious about developing for the cloud, are considering a move to the cloud, or are new to cloud development will find here a concise overview of the most important concepts and practices they need to know. The concepts are illustrated with concrete examples, and each chapter includes links to other resources that provide more in-depth information. The examples and the links to additional resources are for Microsoft frameworks and services, but the principles illustrated apply to other web development frameworks and cloud environments as well. Developers who are already developing for the cloud may find ideas here that will help make them more successful. Each chapter in the series can be read independently, so you can pick and choose topics that you're interested in. Anyone who watched Scott Guthrie's "Building Real World Cloud Apps with Windows Azure" presentation and wants more details and updated information will find that here. Assumptions This ebook expects that you have experience developing web applications by using Visual Studio and ASP.NET. Familiarity with C# would be helpful in places.

Beyond the Twelve-Factor App Exploring the DNA of Highly Scalable, Resilient Cloud Applications


Kevin Hoffman - 2016
    Cloud computing is rapidly transitioning from a niche technology embraced by startups and tech-forward companies to the foundation upon which enterprise systems build their future. In order to compete in today’s marketplace, organizations large and small are embracing cloud architectures and practices.

Domain-Specific Languages


Martin Fowler - 2010
    In Domain-Specific Languages , noted software development expert Martin Fowler first provides the information software professionals need to decide if and when to utilize DSLs. Then, where DSLs prove suitable, Fowler presents effective techniques for building them, and guides software engineers in choosing the right approaches for their applications. This book's techniques may be utilized with most modern object-oriented languages; the author provides numerous examples in Java and C#, as well as selected examples in Ruby. Wherever possible, chapters are organized to be self-standing, and most reference topics are presented in a familiar patterns format. Armed with this wide-ranging book, developers will have the knowledge they need to make important decisions about DSLs--and, where appropriate, gain the significant technical and business benefits they offer. The topics covered include: - How DSLs compare to frameworks and libraries, and when those alternatives are sufficient - Using parsers and parser generators, and parsing external DSLs - Understanding, comparing, and choosing DSL language constructs - Determining whether to use code generation, and comparing code generation strategies - Previewing new language workbench tools for creating DSLs

With the Battle Cruisers


Filson Young - 2015
     In the years before the First World War, Filson Young had become friends with several notable Royal Navy leaders, including Lord Fisher and Admiral Beatty. Following the outbreak of hostilities in 1914, Young began to miss his friends and resolved to join them and share in their experiences. Even though volunteer officers were ridiculed, Young wrote to his friends and managed to engineer a Lieutenant’s gazette in the R.N.V.R. Buoyed by the success of the Scarborough raid, Admiral Hipper of the Imperial German Navy sought a repeat of the exercise, this time against the fishing fleet on the Dogger Bank. Young was there to witness it. First published in 1921, With the Battle Cruisers is a very personal, focused study of naval life during wartime as it unfolded for Young. Filson Young (1876-1938) was an Irish writer, journalist, war correspondent and essayist. He was noted for publishing a book about the sinking of the Titanic little over a month after the tragedy in 1912. Between November 1914 and May 1915 he served as a Lieutenant R.N.V.R.; With the Battle Cruisers was one of two books he wrote about his naval service.

Duet


Carol Shields - 2003
    Carol Shields' first novels, "Small Ceremonies" and "The Box Garden," each told from the viewpoint of a sister, published as one.

The Association Method/Psychological Types


C.G. Jung - 2008
    He has emphasized understanding the psyche through exploring the worlds of dreams, art, mythology, world religion and philosophy. Although he was a theoretical psychologist and practicing clinician, much of his life's work was spent exploring other realms, including Eastern and Western philosophy, alchemy, astrology, sociology, as well as literature and the arts. His most notable ideas include the concept of the Jungian archetype, the collective unconscious, and his theory of synchronicity.

You Can Lead a Politician to Water, But You Can't Make Him Think: Ten Commandments for Texas Politics


Kinky Friedman - 2007
    It was a solid race, and he fought the good fight. Getting on the ballot as an independent -- a feat that had not been achieved in over a century -- was a victory in itself. And with ideas like "slots for tots" (legalized gambling to pay for education), the five Mexican generals plan (bribes to enforce border protection), and a firm stand against the "wussification" of the state, he would have done a helluva job.If that 2006 election was any indication -- and it was -- the political landscape in both Texas and the country at large needs a significant overhaul. The hucksters, the wealthy, and the twofaced rule; there is no room for Truth, and the little guys are quickly forgotten in all the muck. But Kinky, (briefly) down yet certainly not out, is still looking out for his fellow Americans, and he has much wisdom to impart.In this hilarious, thought-provoking manifesto, Kinky lays forth his ten commandments for improving the state of Texas and politics everywhere, and for restoring order, logic, decency, and above all a sense of humor back to this country. It's classic Kinky in a brand new way. And he might just have a point.

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.

Spectre Series Box Set: Books 1-4


C.W. Lemoine - 2017
    SPECTRE RISING (BOOK 1)Cal "Spectre" Martin is out of the military, but that doesn't mean he's out from behind enemy lines. In a techno thriller that launches the military/political espionage SPECTRE series, C.W. Lemoine explores just how far a fighter pilot will go to save the ones he loves. AVOID. NEGOTIATE. KILL. (BOOK 2) Book 2 in the military/political espionage thriller SPECTRE series finds Spectre with a new job - and a new set of problems. His latest mission will force him to confront political deception, international terrorism… and devastating personal loss. ARCHANGEL FALLEN (BOOK 3) Spectre is being hunted by the FBI. The agency believes he’s at the heart of an unthinkable act of terrorism. But as Spectre’s about to find out, the true culprit has set in motion a far more powerful conspiracy. EXECUTIVE REACTION (BOOK 4)Political deception, international espionage and entrenched military corruption. Cal "Spectre" Martin finds himself face to face with the Commander in Chief aboard Air Force One. Together with FBI agent Michelle Decker, he is ready to share evidence so incriminating it could topple the current administration in Washington D.C..

Working at the Ubuntu Command-Line Prompt


Keir Thomas - 2011
    His books have been read by over 1,000,000 people and are #1 best-sellers. His book Beginning Ubuntu Linux recently entered its sixth edition, and picked-up a Linux Journal award along the way. Thomas is also the author of Ubuntu Kung Fu. * * * * * * * * * * * * * * * * * Get to grips with the Ubuntu command-line with this #1 best-selling and concise guide. "Best buck I've spent yet" — Amazon review.* Readable, accessible and easy to understand;* Learn essential Ubuntu vocational skills, or read just for fun;* Covers Ubuntu commands, syntax, the filesystem, plus advanced techniques;* For ANY version of Linux based on Debian, such as Linux Mint--not just Ubuntu!;* Includes BONUS introduction to Ubuntu chapter, plus a glossary appendix and a guide to reading Linux/Unix documentation.

Get Your Hands Dirty on Clean Architecture: A hands-on guide to creating clean web applications with code examples in Java


Tom Hombergs - 2019