Book picks similar to
Evolutionary Game Design by Cameron Browne
games
computing
gamedev
phd
Know Better, Do Better: Teaching the Foundations So Every Child Can Read
Meredith Liben - 2019
Memorable Teaching: Leveraging Memory to Build Deep and Durable Learning in the Classroom
Peps Mccrea - 2017
I doubt you'll find an education book with more useful insights per minute of reading time." - Dylan Wiliam - Emeritus Professor of Educational Assessment, UCLThis book is for any educator who's interested in understanding how learning works, and how to optimise their teaching to make it happen.From the author of Lean Lesson Planning, this latest instalment in the High Impact Teaching series pulls together the best available evidence from cognitive science and educational research, and stitches them together into a concise and coherent set of actionable principles to improve your impact in the classroom.POWER UP YOUR TEACHINGIt's an evidence-informed teacher's guide to building enduring understanding, and sits alongside books such as Make It Stick, Why Don't Students Like School?, and What Every Teacher Needs To Know About Psychology.---CONTENTSAct I PreliminariesWhy memory?Memory architectureThe 9 principlesAct II Principles1: Manage information2: Orient attention3: Streamline communication4: Regulate load5: Expedite elaboration6: Refine structures7: Stabilise changes8: Align pedagogies9: Embed metacognitionPRAISE FOR MEMORABLE TEACHING"I can't remember when I have ever read a book that takes such complex ideas and communicates them with sophistication and simplicity." - Oliver Caviglioli, Founder and author of HOW2s"The book packs an awful lot of useful material into a short, easy to read format and as such is something that all teachers should add to their collections." - Josh Goodrich, Head of CPD at Oasis Southbank"A truly excellent book which sets out the science behind learning with remarkable clarity." - Mark Enser, Head of Geography at Heathfield Community College
Operating Systems: Three Easy Pieces
Remzi H. Arpaci-Dusseau - 2012
Topics are broken down into three major conceptual pieces: Virtualization, Concurrency, and Persistence. Includes all major components of modern systems including scheduling, virtual memory management, disk subsystems and I/O, file systems, and even a short introduction to distributed systems.
Feynman Lectures On Computation
Richard P. Feynman - 1996
Feynman gave his famous course on computation at the California Institute of Technology, he asked Tony Hey to adapt his lecture notes into a book. Although led by Feynman, the course also featured, as occasional guest speakers, some of the most brilliant men in science at that time, including Marvin Minsky, Charles Bennett, and John Hopfield. Although the lectures are now thirteen years old, most of the material is timeless and presents a “Feynmanesque” overview of many standard and some not-so-standard topics in computer science such as reversible logic gates and quantum computers.
Racing the Beam: The Atari Video Computer System
Nick Montfort - 2009
The Atari VCS was affordable and offered the flexibility of changeable cartridges. Nearly a thousand of these were created, the most significant of which established new techniques, mechanics, and even entire genres. This book offers a detailed and accessible study of this influential video game console from both computational and cultural perspectives.Studies of digital media have rarely investigated platforms--the systems underlying computing. This book (the first in a series of Platform Studies) does so, developing a critical approach that examines the relationship between platforms and creative expression. Nick Montfort and Ian Bogost discuss the Atari VCS itself and examine in detail six game cartridges: Combat, Adventure, Pac-Man, Yars' Revenge, Pitfall!, and Star Wars: The Empire Strikes Back. They describe the technical constraints and affordances of the system and track developments in programming, gameplay, interface, and aesthetics. Adventure, for example, was the first game to represent a virtual space larger than the screen (anticipating the boundless virtual spaces of such later games as World of Warcraft and Grand Theft Auto), by allowing the player to walk off one side into another space; and Star Wars: The Empire Strikes Back was an early instance of interaction between media properties and video games. Montfort and Bogost show that the Atari VCS--often considered merely a retro fetish object--is an essential part of the history of video games.
Battle Hymn of the Tiger Teachers: The Michaela Way
Katharine Birbalsingh - 2019
In this book, over 20 Michaela teachers explore controversial ideas that improve the lives of pupils from disadvantaged backgrounds. Michaela is blazing a trail in education, defying many of the received notions about what works best in schools.Michaela teachers, from founders to classroom teachers to senior leaders, lead readers through different aspects of what makes Michaela unique. The school gets hundreds of visitors a year. So many ask: what's the secret? But the reality is that it isn't only one thing that makes Michaela work.This book raises challenging questions for teachers and school leaders about how they see education. How can we help new Year 7 pupils get their bearings in secondary school quickly? How do we teach pupils to remember rather than forget what they've learned? How do didactic teaching, drill and memorisation boost motivation and academic achievement? How do we get pupils to be considerate, kind and caring to each other? How do we make lunchtime a calm, happy time every day? How do we ensure new teachers are just as respected as veteran teachers? How can we ensure the weakest readers do the most reading rather than the least? How can we make sure all teachers love teaching in our schools, and want to stay in teaching? How can we prevent teachers from overworking and burning out? What do we do about parents that push back against the school's rules? These questions cut to the core of how we educate and how we see the world.
A Bug Hunter's Diary: A Guided Tour Through the Wilds of Software Security
Tobias Klein - 2011
In this one-of-a-kind account, you'll see how the developers responsible for these flaws patched the bugs—or failed to respond at all. As you follow Klein on his journey, you'll gain deep technical knowledge and insight into how hackers approach difficult problems and experience the true joys (and frustrations) of bug hunting.Along the way you'll learn how to:Use field-tested techniques to find bugs, like identifying and tracing user input data and reverse engineering Exploit vulnerabilities like NULL pointer dereferences, buffer overflows, and type conversion flaws Develop proof of concept code that verifies the security flaw Report bugs to vendors or third party brokersA Bug Hunter's Diary is packed with real-world examples of vulnerable code and the custom programs used to find and test bugs. Whether you're hunting bugs for fun, for profit, or to make the world a safer place, you'll learn valuable new skills by looking over the shoulder of a professional bug hunter in action.
A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills
Jay Wengrow - 2017
If you have received one of these copies, please contact the Pragmatic Bookshelf at support@pragprog.com, and we will replace it for you.Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today's web and mobile apps. This book takes a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code. Graphics and examples make these computer science concepts understandable and relevant. You can use these techniques with any language; examples in the book are in JavaScript, Python, and Ruby.Use Big O notation, the primary tool for evaluating algorithms, to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You'll even encounter a single keyword that can give your code a turbo boost. Jay Wengrow brings to this book the key teaching practices he developed as a web development bootcamp founder and educator.Use these techniques today to make your code faster and more scalable.
The Architecture of Open Source Applications
Amy Brown - 2011
In contrast, most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study the great programs of history. As a result, they repeat one another's mistakes rather than building on one another's successes.This book's goal is to change that. In it, the authors of twenty-five open source applications explain how their software is structured, and why. What are each program's major components? How do they interact? And what did their builders learn during their development? In answering these questions, the contributors to this book provide unique insights into how they think.If you are a junior developer, and want to learn how your more experienced colleagues think, this book is the place to start. If you are an intermediate or senior developer, and want to see how your peers have solved hard design problems, this book can help you too.
Elixir in Action
Saša Jurić - 2015
Revised and updated for the Elixir 1.7, Elixir in Action, Second Edition teaches you how to apply Elixir to practical problems associated with scalability, fault tolerance, and high availability. Along the way, you'll develop an appreciation for, and considerable skill in, a functional and concurrent style of programming.
RESTful Web Services
Leonard Richardson - 2007
But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful distributed computing platform. But today's web service technologies have lost sight of the simplicity that made the Web successful. They don't work like the Web, and they're missing out on its advantages. This book puts the "Web" back into web services. It shows how you can connect to the programmable web with the technologies you already use every day. The key is REST, the architectural style that drives the Web. This book:Emphasizes the power of basic Web technologies -- the HTTP application protocol, the URI naming standard, and the XML markup language Introduces the Resource-Oriented Architecture (ROA), a common-sense set of rules for designing RESTful web services Shows how a RESTful design is simpler, more versatile, and more scalable than a design based on Remote Procedure Calls (RPC) Includes real-world examples of RESTful web services, like Amazon's Simple Storage Service and the Atom Publishing Protocol Discusses web service clients for popular programming languages Shows how to implement RESTful services in three popular frameworks -- Ruby on Rails, Restlet (for Java), and Django (for Python) Focuses on practical issues: how to design and implement RESTful web services and clients This is the first book that applies the REST design philosophy to real web services. It sets down the best practices you need to make your design a success, and the techniques you need to turn your design into working code. You can harness the power of the Web for programmable applications: you just have to work with the Web instead of against it. This book shows you how.
The Elephant and the Twig: The Art of Positive Thinking - 14 Golden Rules to Success and Happiness
Geoff Thompson - 2000
It aims to help you to take the plunge to realize your potential, so that you do not have to remain stuck in a social and lifestyle rut as if there is no alternative.
Secrets of Self-Made Millionaires: Crack the Code to Greater Wealth, Health, and Happiness
Matthew R. Kratter - 2019
Discover the different paths that ordinary people took to become self-made millionaires. These are not trust-fund babies. They are just regular folks like you and me. The only difference is that every day they took another step down the path of wealth. Daily action. And the right kind of action. That's all it takes to become a self-made millionaire. In this book, you will learn about: The secrets that self-made millionaires used to grow their wealth The small things you can do that make a big difference The best morning routines and daily habits for success The books that had the biggest impact on these millionaires How to make money by investing in what you know How to create passive income and escape the trap of being an employee How to compound wealth like a savvy investor The one thing you should never do with your hard-earned cash (don't start investing until you read this) And much, much more Whether you are a college graduate, or high school dropout. . . Whether you are a small business owner, or an employee. . . Even if you know nothing at all about business or investing. . .
This book will teach you how to build a better life for you and your family.
Imagine how your life would change if you knew that you were on the proven path to wealth. Amazon best-selling author and retired hedge fund manager, Matthew Kratter has interviewed the most interesting self-made millionaires that you will ever meet. Are you ready to start down the path of becoming a self-made millionaire? Then scroll to the top of this page and click BUY NOW.
Scrum Shortcuts Without Cutting Corners: Agile Tactics, Tools, & Tips
Ilan Goldstein - 2013
But when new Scrum practitioners attempt to apply Scrum theory and high-level approaches in actual projects, they often find it surprisingly difficult. In
Scrum Shortcuts without Cutting Corners,
Scrum expert Ilan Goldstein helps you translate the Scrum framework into reality to meet the Scrum challenges your formal training never warned you about. Drawing on his extensive agile experience in a wide range of projects and environments, Goldstein presents thirty proven, flexible shortcuts for optimizing Scrum processes, actions, and outcomes. Each shortcut walks you through applying a Scrum approach to achieve a tangible output. These easy-to-digest, actionable patterns address a broad range of topics including getting started, quality and metrics, team members and roles, managing stakeholders, estimation, continuous improvement and much more. Whatever your role,
Scrum Shortcuts without Cutting Corners
will help you take your Scrum skills to the next level and achieve better results in any project you participate in.
Even Faster Web Sites
Steve Souders - 2009
In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance.Souders' previous book, the bestselling High Performance Web Sites, shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight expert contributors provide best practices and pragmatic advice for improving your site's performance in three critical categories:JavaScript-Get advice for understanding Ajax performance, writing efficient JavaScript, creating responsive applications, loading scripts without blocking other components, and more.Network-Learn to share resources across multiple domains, reduce image size without loss of quality, and use chunked encoding to render pages faster.Browser-Discover alternatives to iframes, how to simplify CSS selectors, and other techniques. Speed is essential for today's rich media web sites and Web 2.0 applications. With this book, you'll learn how to shave precious seconds off your sites' load times and make them respond even faster.This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.