Soldier of Rome: Reign of the Tyrants


James Mace - 2015
    Provinces are in rebellion, while Emperor Nero struggles to maintain the remnants of his political power, as well as his last shreds of sanity. In the province of Hispania, the governor, Servius Sulpicius Galba, marches on Rome. In his despair, Nero commits suicide. Galba, the first Emperor of Rome from outside the Julio-Claudian Dynasty, is at first viewed as a liberator, yet he soon proves to be a merciless despot, alienating even those closest to him. A member of the imperial court, and former favorite of Nero, Marcus Salvius Otho seeks to become the childless Galba’s successor. When he is snubbed for another of the new emperor’s favorites, Otho decides to take the mantle of Caesar by force. At the same time, the governor of Germania, Aulus Vitellius, is proclaimed emperor by his legions, leading Rome into civil war. In the east, the empire’s fiercest general, Flavius Vespasian, has been embroiled in suppressing the rebellion in Judea over the last two years. With nearly one third of the entire Roman Army under his command, he wields formidable power. At first attempting to stay above the fray, and with the empire fracturing into various alliances, Rome’s most loyal soldier may soon be compelled to put an end to the Reign of the Tyrants.

A Microsoft Life


Stephen Toulouse - 2010
    Enjoy a journey through the eyes of a geek working at one of the most important companies in the world as he walks you through events both large and small. Just don't get caught in the Redmond reality distortion field! What others are saying about "A Microsoft Life": "Any self-respecting geek needs to read this book. Stepto provides an enjoyable and entertaining insight of life inside Microsoft." - Larry "Major Nelson" Hryb, Director of Programming for Xbox LIVE "Anyone who lived through the adolescent years of the computer revolution will alternate between laughing and crying (from laughing) at these great stories from inside the monolith. - Ken Denmead, NYT Bestselling Author, and editor of Geekdad.com

Practical Object Oriented Design in Ruby


Sandi Metz - 2012
    The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. Sandi Metz has distilled a lifetime of conversations and presentations about object-oriented design into a set of Ruby-focused practices for crafting manageable, extensible, and pleasing code. She shows you how to build new applications that can survive success and repair existing applications that have become impossible to change. Each technique is illustrated with extended examples, all downloadable from the companion Web site, poodr.info. The first title to focus squarely on object-oriented Ruby application design, Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code

Steven Tyler: The Biography


Laura Jackson - 2008
    With an exhaustively vibrant personality, this dynamic lead singer has been one of the most distinctive figures in rock music for more than three decades. Although he was raised in a close knit, loving family, Tyler survived a tough upbringing in the Bronx. His inherent passion for performing and a talent for playing instruments propelled him into rock music as a teenager. He fronted a succession of local bands before meeting the guys with whom he would form Aerosmith in 1970. Laura Jackson reveals the stories behind Tyler's relationships with band members and the many women in his life, his battle with Hepatitis C, and his drug-fuelled meltdown during the late '70s and early '80s when he was snorting pure heroin. She also explores his visits to rehab in the 1980s which saved his life. Tyler has lived a roller coaster life of excess - spending over a million dollars on drugs - but is miraculously still performing. Steven Tyler: the biography tells his incredible story.

Reactive Microservices Architecture


Jonas Bonér - 2016
    Specifically, you’ll learn how a Reactive microservice isolates everything (including failure), acts autonomously, does one thing well, owns state exclusively, embraces asynchronous message passing, and maintains mobility.Bonér also demonstrates how Reactive microservices communicate and collaborate with other services to solve problems. Get a copy of this exclusive report and find out how to bring your enterprise system into the 21st century.Jonas Bonér is Founder and CTO of Lightbend, inventor of the Akka project, co-author of the Reactive Manifesto and a Java Champion. Learn more at: http://jonasboner.com.

Paul Weller: The Changing Man


Paolo Hewitt - 2007
    Hewitt has even been the inspiration for some of Weller's songs - and he has extraordinary in-depth knowledge of the inspiration behind the rest.Once, when Hewitt interviewed Weller for a music magazine, he complained - 'I don't know why people ask me all these questions. All the answers are in my songs.' Largely unnoticed, Weller has used thirty-years of lyrics to explore his personal history and beliefs. Taking as his starting point these lyrics, alongside a lifetime's friendship, Paolo Hewitt shows us the real Paul Weller, the man inside the music.

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.

Build Your Own Database Driven Website Using PHP & MySQL


Kevin Yank - 2001
    There has been a marked increase in the adoption of PHP, most notably in the beginning to intermediate levels. PHP now boasts over 30% of the server side scripting market (Source: php.weblogs.com).The previous edition sold over 17,000 copies exclusively through Sitepoint.com alone. With the release of PHP 5, SitePoint have updated this bestseller to reflect best practice web development using PHP 5 and MySQL 4.The 3rd Edition includes more code examples and also a new bonus chapter on structured PHP Programming which introduces techniques for organizing real world PHP applications to avoid code duplication and ensure code is manageable and maintainable. The chapter introduces features like include files, user-defined function libraries and constants, which are combined to produce a fully functional access control system suitable for use on any PHP Website.

Flask Web Development: Developing Web Applications with Python


Miguel Grinberg - 2014
    With this hands-on book, you’ll learn Flask from the ground up by developing a complete social blogging application step-by-step. Author Miguel Grinberg walks you through the framework’s core functionality, and shows you how to extend applications with advanced web techniques such as database migration and web service communication.Rather than impose development guidelines as other frameworks do, Flask leaves the business of extensions up to you. If you have Python experience, this book shows you how to take advantage of that creative freedom.- Learn Flask’s basic application structure and write an example app- Work with must-have components—templates, databases, web forms, and email support- Use packages and modules to structure a large application that scales- Implement user authentication, roles, and profiles- Build a blogging feature by reusing templates, paginating item lists, and working with rich text- Use a Flask-based RESTful API to expose app functionality to smartphones, tablets, and other third-party clients- Learn how to run unit tests and enhance application performance- Explore options for deploying your web app to a production server

Bulletproof Ajax


Jeremy Keith - 2003
    Uses progressive enhancement techniques to ensure graceful degradation (which makes sites usable in all browsers). Shows readers how to write their own Ajax scripts instead of relying on third-party libraries. Web site designers love the idea of Ajax--of creating Web pages in which information can be updated without refreshing the entire page. But for those who aren't hard-core programmers, enhancing pages using Ajax can be a challenge. Even more of a challenge is making sure those pages work for all users. In Bulletproof Ajax, author Jeremy Keith demonstrates how developers comfortable with CSS and (X)HTML can build Ajax functionality without frameworks, using the ideas of graceful degradation and progressive enhancement to ensure that the pages work for all users. Throughout this step-by-step guide, his emphasis is on best practices with an approach to building Ajax pages called Hijax, which improves flexibility and avoids worst-case scenarios.

All God Worshippers Are Mad: a little book of sanity


J.P. Tate - 2013
    The method employed is to take the obscurantist vocabulary of monotheism and translate it into plain language. In doing so, the book attempts to show that god worshippers themselves do not understand the things they claim to believe, and by which they live their lives. For the reader who believes in god, this polemical little volume may help them to understand why secularists get so frustrated and infuriated when in debate with god worshippers. For the secularist, this book is a reminder that not everyone is susceptible to reasoned argument. The reminder is a timely one for those who live in an era of the resurgence of Islamic Jihad. A clear understanding of the irrationality of monotheism is something which matters urgently when confronted by the global rise of religious fascism. What is said in this little book will no doubt be found impolite and overly-provocative by those authoritarian people within the politically correct establishment who conflate morality with niceness. They will probably utter the familiar refrain that we ought not to denigrate other people’s deeply and sincerely held beliefs. Instead we should live in a permanent state of apology for the crime of having minds of our own. But religions are no more above criticism than any other ideologies. They have no entitlement to a privileged status. Besides which, large numbers of god worshippers feel free to denigrate and insult everyone else’s deeply and sincerely held beliefs, so why should they have special permission to be hypocrites? Topics covered: 01. God 02. Prayer 03. Worship 04. God the Infinite 05. Immortality and Heaven 06. Soul / Spirit 07. Salvation 08. Faith 09. Spreading The Word 10. Theocracy 11. Theocracy and Nuclear Armageddon 12. God, Guilty of Genocide 13. Religion and Morality are Mutually Exclusive 14. God worship is Immoral 15. God worship is Obscene 16. Everything is God’s Fault 17. If it’s in The Book, then it Must be True 18. Claiming Incomprehensible Beliefs 19. Is Islamism the New Fascism? 20. The Moderates

Pro Django


Marty Alchin - 2008
    Learn how to leverage the Django web framework to its full potential in this advanced tutorial and reference. Endorsed by Django, Pro Django more or less picks up where The Definitive Guide to Django left off and examines in greater detail the unusual and complex problems that Python web application developers can face and how to solve them.Provides in-depth information about advanced tools and techniques available in every Django installation Runs the gamut from the theory of Django's internal operations to actual code that solves real-world problems for high-volume environments Goes above and beyond other books, leaving the basics behind Shows how Django can do things even its core developers never dreamed possible

Writing Idiomatic Python 2.7.3


Jeff Knupp - 2013
    Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 2.7.3+. There is also a Python 3.3+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part

Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent Software


Scott Rosenberg - 2007
    Along the way, we encounter black holes, turtles, snakes, dragons, axe-sharpening, and yak-shaving—and take a guided tour through the theories and methods, both brilliant and misguided, that litter the history of software development, from the famous ‘mythical man-month’ to Extreme Programming. Not just for technophiles but for anyone captivated by the drama of invention, Dreaming in Code offers a window into both the information age and the workings of the human mind.

Programming WCF Services


Juval Lowy - 2007
    Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs.After explaining the advantages of service-orientation for application design and teaching the basics of how to develop SOAs using WCF, the book shows how you can take advantage of built-in features such as service hosting, instance management, asynchronous calls, synchronization, reliability, transaction management, disconnected queued calls and security to build best in class applications. "Programming WCF Services" focuses on the rationale behind particular design decisions, often shedding light on poorly-documented and little-understood aspects of SOA development. Developers and architects will learn not only the "how" of WCF programming, but also relevant design guidelines, best practices, and pitfalls. Original techniques and utilities provided by the author throughout the book go well beyond anything that can be found in conventional sources.Based on experience and insight gained while taking part in the strategic design of WCF and working with the team that implemented it, "Programming WCF Services" provides experienced working professionals with the definitive work on WCF. Not only will this book make you a WCF expert, it will make you a better software engineer. It's the Rosetta Stone of WCF.