Book picks similar to
Advanced Game Design with HTML5 and JavaScript by Rex van der Spuy
game-programming
in-stock
informatics
software-engineering
Code Craft: The Practice of Writing Excellent Code
Pete Goodliffe - 2006
But not all know how to craft great code - code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security; and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from an author with loads of practical experience. A Q&A section at the end of each chapter helps readers to review the material and makes the book suited for academic use as well.
The 2020 Short Story Advent Calendar
Michael Hingston - 2020
For the special edition slipcase please go here.You know the drill by now. The 2020 Short Story Advent Calendar is a deluxe box set of individually bound short stories from some of the best writers in North America. This year's slipcase is a thing of beauty, too, with electric-yellow lining and spot-glossed lettering. It also comes wrapped in two rubber bands to keep those booklets snug in their beds.
Software Architecture for Developers: Volume 1 - Technical leadership and the balance with agility
Simon Brown - 2012
A developer-friendly, practical and pragmatic guide to lightweight software architecture, technical leadership and the balance with agility.This book is a practical, pragmatic and lightweight guide to software architecture, specifically aimed at developers, and focused around the software architecture role and process.
Site Reliability Engineering: How Google Runs Production Systems
Betsy Beyer - 2016
So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Google's Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You'll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient--lessons directly applicable to your organization.This book is divided into four sections: Introduction--Learn what site reliability engineering is and why it differs from conventional IT industry practicesPrinciples--Examine the patterns, behaviors, and areas of concern that influence the work of a site reliability engineer (SRE)Practices--Understand the theory and practice of an SRE's day-to-day work: building and operating large distributed computing systemsManagement--Explore Google's best practices for training, communication, and meetings that your organization can use
How to Be an Existentialist: or How to Get Real, Get a Grip and Stop Making Excuses
Gary Cox - 2009
It is also a genuine self-help book offering clear advice on how to live according to the principles of existentialism formulated by Nietzsche, Sartre, Camus, and the other great existentialist philosophers. An attack on contemporary excuse culture, the book urges us to face the hard existential truths of the human condition. By revealing that we are all inescapably free and responsible - ‘condemned to be free,' as Sartre says - the book aims to empower the reader with a sharp sense that we are each the master of our own destiny. Cox makes fun of the reputation existentialism has for being gloomy and pessimistic, exposing it for what it really is - an honest, uplifting, and potentially life changing philosophy!
Slack: Getting Past Burnout, Busywork, and the Myth of Total Efficiency
Tom DeMarco - 2001
That principle is the value of slack, the degree of freedom in a company that allows it to change. Implementing slack could be as simple as adding an assistant to a department and letting high-priced talent spend less time at the photocopier and more time making key decisions, or it could mean designing workloads that allow people room to think, innovate, and reinvent themselves. It means embracing risk, eliminating fear, and knowing when to go slow. Slack allows for change, fosters creativity, promotes quality, and, above all, produces growth. With an approach that works for new- and old-economy companies alike, this revolutionary handbook debunks commonly held assumptions about real-world management, and gives you and your company a brand-new model for achieving and maintaining true effectiveness.
Space Marine Ajax
Sean-Michael Argo - 2017
This space borne hive, this extinction fleet, made no attempts to communicate and offered no mercy.Humanity has always been a deadly organism, and we would not so easily be made the prey. Unified against a common enemy, we fought back, meeting the swarm with soldiers upon every front.We were resplendent in our fury, and yet, despite the terrible slaughter we visited upon the enemy, world after world still fell beneath ravenous tooth and wicked claw. For every beast slain in the field, another was swiftly hatched to take its place and humanity was faced with a grim war of attrition.After a decade of bitter galactic conflict, it was all humanity could to do slow the advance of the swarm and with each passing year we came closer to extinction.The grinding cost of war mounted. The realization set in that without a radical shift in tactics and technology the forces of humanity would run out of soldiers before it ran out of bullets.In desperate response to the real threat of total annihilation, humanity created the Einherjar. Fearless new warriors with frightening new weapons who were sent to fight the wolves at the gate.
Fig Tree
Conn Iggulden - 2013
This is the brilliant short story that featured in the back of the special edition ebook of CONN IGGULDEN’S bestselling novel EMPEROR: BLOOD OF GODS.As the effects of age creep up on Augustus Caesar, he is left with the whispers of his wife Livia in one ear and the echoes of his youthful dreams in the other, as he tries to come to the rescue of his beloved grandson, Marcus.
A Mother's Gift
Maggie Hope - 2011
Thrown out by her grandmother, her reputation and nursing career in tatters, Katie finds herself facing a home for unmarried mothers. Only Hamilton offers her a way to keep her baby, but only if she forgoes her principles and becomes his mistress...
Working Backwards: Insights, Stories, and Secrets from Inside Amazon
Colin Bryar - 2021
In Working Backwards, these two long-serving Amazon executives reveal and codify the principles and practices that drive the success of one of the most extraordinary companies the world has ever known. With twenty-seven years of Amazon experience between them, much of it in the early aughts—a period of unmatched innovation that brought products and services including Kindle, Amazon Prime, Amazon Studios, and Amazon Web Services to life—Bryar and Carr offer unprecedented access to the Amazon way as it was refined, articulated, and proven to be repeatable, scalable, and adaptable.With keen analysis and practical steps for applying it at your own company—no matter the size—the authors illuminate how Amazon’s fourteen leadership principles inform decision-making at all levels and reveal how the company’s culture has been defined by four characteristics: customer obsession, long-term thinking, eagerness to invent, and operational excellence. Bryar and Carr explain the set of ground-level practices that ensure these are translated into action and flow through all aspects of the business.Working Backwards is a practical guidebook and a corporate narrative, filled with the authors’ in-the-room recollections of what “Being Amazonian” is like and how it has affected their personal and professional lives. They demonstrate that success on Amazon’s scale is not achieved by the genius of any single leader, but rather through commitment to and execution of a set of well-defined, rigorously-executed principles and practices—shared here for the very first time. A Macmillan Audio production from St. Martin's Press
Understanding and Using C Pointers
Richard Reese - 2013
With this practical book, you’ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you how to use pointers with arrays, strings, structures, and functions, using memory models throughout the book.Difficult to master, pointers provide C with much flexibility and power—yet few resources are dedicated to this data type. This comprehensive book has the information you need, whether you’re a beginner or an experienced C or C++ programmer or developer.Get an introduction to pointers, including the declaration of different pointer typesLearn about dynamic memory allocation, de-allocation, and alternative memory management techniquesUse techniques for passing or returning data to and from functionsUnderstand the fundamental aspects of arrays as they relate to pointersExplore the basics of strings and how pointers are used to support themExamine why pointers can be the source of security problems, such as buffer overflowLearn several pointer techniques, such as the use of opaque pointers, bounded pointers and, the restrict keyword
Working Effectively with Legacy Code
Michael C. Feathers - 2004
This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Writing An Interpreter In Go
Thorsten Ball - 2016
Monkey has been specifically designed for this book: it's a language that looks a lot like C, has first class functions, closures, strings, hashes and arrays and its only implementation is the one we build in the book.In contrast to text books on interpreters & compilers, the focus of this book is working code. Code is not just found in the appendix -- no, nearly every page contains a snippet! And not only that, but also tests. The code presented in the book is fully tested and the test suite is included.For more information, check out: http://interpreterbook.com/
What is DevOps?
Mike Loukides - 2012
Old-style system administrators may be disappearing in the face of automation and cloud computing, but operations have become more significant than ever. As this O'Reilly Radar Report explains, we're moving into a more complex arrangement known as "DevOps."Mike Loukides, O'Reilly's VP of Content Strategy, provides an incisive look into this new world of operations, where IT specialists are becoming part of the development team. In an environment with thousands of servers, these specialists now write the code that maintains the infrastructure. Even applications that run in the cloud have to be resilient and fault tolerant, need to be monitored, and must adjust to huge swings in load. That was underscored by Amazon's EBS outage last year.From the discussions at O'Reilly's Velocity Conference, it's evident that many operations specialists are quickly adapting to the DevOps reality. But as a whole, the industry has just scratched the surface. This report tells you why.
The Principles of Product Development Flow: Second Generation Lean Product Development
Donald G. Reinertsen - 2009
He explains why invisible and unmanaged queues are the underlying root cause of poor product development performance. He shows why these queues form and how they undermine the speed, quality, and efficiency in product development.