Growing Rails Applications in Practice


Henning Koch - 2014
    

Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)


Peter Shirley - 2016
    Each mini-chapter adds one feature to the ray tracer, and by the end the reader can produce the image on the book cover. Details of basic ray tracing code architecture and C++ classes are given.

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).

Nanny Shifter Service: Box Set 1


Sky Winters - 2018
    There Is a New Nanny Service In Town, And It Serves Very Sexy and Discreet Clients! Book 1: Daddy Dragon Will Anna’s new Dragon boss protect her when it counts? Book 2: Daddy Bear Careful, if you take a job for this Daddy Bear, you might get torn into pieces! Book 3: Daddy Wolf’s Nanny This wolf has a ferocious temper, and he wants to hire a nanny! Book 4: Dragon’s Virgin Nanny Dixie is no stranger to dangerous men… but can she handle a dangerous dragon shifter? 18+ Only.

Core Java: An Integrated Approach


R. Nageswara Rao - 2008
    Considering just how java is dominating the software industry these days, it is vital for all software and it professionals to be knowledgeable in it. This book is ideal even for new learners as it provides detailed descriptions even of the basic concepts of java, in a very simple and easily understandable way. The best part about using this book is that once you have gone through it, you are sure to be able to write basic java programs on your own. Another highlight of this book is that instead of being vague, it provides you with a detailed explanation of all the concepts that concern this topic. Core java: an integrated approach includes many examples that are helpful as they help students get rid of the fears that they have, concerning programming. Students are also provided with an exhaustive list of questions concerning the topic, which are frequently asked in interviews. This is beneficial for students as they appear for interviews in the future. The first edition of the core java: an integrated approach has been published by dreamtech press in the year 2008 and is available in paperback.key features: this book includes 32 chapters that focus on various java-related topics. Students are provided with an exhaustive list of questions that often feature in interviews for programming jobs.

Forever England


David Luddington - 2014
     Following an unfortunate encounter with Spanish gin measures and an enthusiastic estate agent, retired special effects engineer Terry England is the proud owner of a nearly completed villa in a new urbanisation in Southern Spain. Not quite how he’d intended to spend his enforced early retirement Terry nevertheless tries to make the best of his new life. If only the local council can work out which house he’s actually bought and the leaf blowers would please stop. Terry finds himself being sucked in to the English Expat community with their endless garden parties and quests for real bacon and Tetley’s Tea Bags. Of course, if it all gets too much he can always relax in the local English Bar with a nice pint of Guinness, a roast beef lunch and the Mail on Sunday. With a growing feeling that he might have moved to the ‘Wrong Spain’, Terry sets out to explore and finds himself tangled in the affairs of a small rustic village in the Alpujarras. It is here where he finds a different Spain. A Spain of loves and passions, a Spain of new hopes and a simpler way of life. A place where a moped is an acceptable means of family transport and a place where if you let your guard down for just a moment this land will never let you go again. Forever England is the tale of one man trying to redefine who he is and how he wants to live. It is a story of hope and humour with an array of eccentric characters and comic situations for which David Luddington is so well known and loved. "Overall, this is a very warm and funny book. It is filled with wonderful characters and many laugh out loud moments." book-reviewer.com "Genuinely funny, with many laugh out loud moment..." Matt Rothwell - author of Drunk In Charge Of A Foreign Language

Real World Java EE Patterns--Rethinking Best Practices


Adam Bien - 2009
    :-)

Learning React: A Hands-On Guide to Building Maintainable, High-Performing Web Application User Interfaces Using the React JavaScript Library


Kirupa Chinnathambi - 2016
    

Exploring CQRS and Event Sourcing


Dominic Betts - 2012
    It presents a learning journey, not definitive guidance. It describes the experiences of a development team with no prior CQRS proficiency in building, deploying (to Windows Azure), and maintaining a sample real-world, complex, enterprise system to showcase various CQRS and ES concepts, challenges, and techniques.The development team did not work in isolation; we actively sought input from industry experts and from a wide group of advisors to ensure that the guidance is both detailed and practical.The CQRS pattern and event sourcing are not mere simplistic solutions to the problems associated with large-scale, distributed systems. By providing you with both a working application and written guidance, we expect you’ll be well prepared to embark on your own CQRS journey.

Data Structures and Algorithms in Python


Michael T. Goodrich - 2012
     Data Structures and Algorithms in Python is the first mainstream object-oriented book available for the Python data structures course. Designed to provide a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation, the text will maintain the same general structure as Data Structures and Algorithms in Java and Data Structures and Algorithms in C++.

PMI-ACP Exam Prep: A Course in a Book for Passing the PMI Agile Certified Practitioner (PMI-ACP) Exam


Mike Griffiths - 2015
    

Dragon Ball, Vol. 3 (SJ Edition): The Training of Kame-Sen'nin (Dragon Ball: Shonen Jump Graphic Novel)


Akira Toriyama - 2010
    There, the girl-ogling old master promises to teach Goku everything he knows...and prepare him for the Tenka'ichi Budôkai, the great tournament to determine the Strongest Fighter in the World! But Goku's fellow student, the Shaolin monk Kuririn, isn't above cheating to be the best. Can the two of them get along as they undergo the strangest martial arts training ever?

The Icicle


Carolyn Marie Castagna - 2022
    Illustrator and writer's Carolyn Marie Castagna's first shared short story.A small icicle hanging from a roof peers inside a window at a small reading room, and learns about magical human qualities, and the importance of the one most special human feeling.

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.

Everyday Rails Testing with RSpec


Aaron Sumner
    A practical approach to test-driven development for Ruby on Rails using RSpec and related tools.