Book picks similar to
The Gamer's Guide to Coding: Learn to Code by Creating Fun and Colorful Games by Gordon McComb
coding
nonfiction
unshelved
u-nf-programming-gaming
Resilient Web Design
Jeremy Keith
This is not a handbook. It’s more like a history book.Marshall McLuhan once said:We look at the present through a rear‐view mirror. We march backwards into the future.But in the world of web design, we are mostly preoccupied with the here and now. When we think beyond our present moment, it is usually to contemplate the future—to imagine the devices, features, and interfaces that don’t yet exist. We don’t have time to look back upon our past, and yet the history of web design is filled with interesting ideas.The World Wide Web has been around for long enough now that we can begin to evaluate the twists and turns of its evolution. I wrote this book to highlight some of the approaches to web design that have proven to be resilient. I didn’t do this purely out of historical interest (although I am fascinated by the already rich history of our young industry). In learning from the past, I believe we can better prepare for the future.You won’t find any code in here to help you build better websites. But you will find ideas and approaches. Ideas are more resilient than code. I’ve tried to combine the most resilient ideas from the history of web design into an approach for building the websites of the future.I hope you will join me in building a web that lasts; a web that’s resilient.
617 Squadron: The Dambusters at War (Memoirs from World War Two)
Tom Bennett - 1986
Laravel: Code Bright
Dayle Rees - 2013
At $29 and cheaper than a good pizza, you will get the book in its current partial form, along with all future chapters, updates, and fixes for free. As of the day I wrote this description, Code Bright had 130 pages and was just getting started. To give you some perspective on how detailed it is, Code Happy was 127 pages in its complete state. Want to know more? Carry on reading.Welcome back to Laravel. Last year I wrote a book about the Laravel PHP framework. It started as a collection of tutorials on my blog, and eventually became a full book. I definitely didn’t expect it to be as popular as it was. Code Happy has sold almost 3000 copies, and is considered to be one of the most valuable resourcesfor learning the Laravel framework.Code Bright is the spiritual successor to Code Happy. The framework has grown a lot in the past year, and has changed enough to merit a new title. With Code Bright I hope to improve on Code Happy with every way, my goal is, to once again, build the most comprehensive learning experience for the framework. Oh, and to still be funny. That’s very important to me.Laravel Code Bright will contain a complete learning experience for all of the framework’s features. The style of writing will make it approachable for beginners, and a wonderful reference resource for experienced developers alike.You see, people have told me that they enjoyed reading Code Happy, not only for its educational content, but for its humour, and for my down to earth writing style. This is very important to me. I like to write my books as if we were having a conversation in a bar.When I wrote Code Happy last year, I was simply a framework enthusiast. One of the first to share information about the framework. However, since then I have become a committed member of the core development team. Working directly with the framework author to make Laravel a wonderful experience for the developers of the world.One other important feature of both books, is that they are published while in progress. This means that the book is available in an incomplete state, but will grow over time into a complete title. All future updates will be provided for free.What this means is that I don’t have to worry about deadlines, or a fixed point of completion. It leads to less stress and better writing. If I think of a better way to explain something, I can go back and change it. In a sense, the book will never be completed. I can constantly add more information to it, until it becomes the perfect resource.Given that this time I am using the majority of my spare time to write the title (yes, I have a full time job too!), I have raised the price a little to justify my invested time. I was told by many of my past readers that they found the previous title very cheap for the resource that it grew into, so if you are worried about the new price, then let me remind you what you will get for your 29 bucks.The successor to Code Happy, seen by many as the #1 learning resource for the Laravel PHP framework.An unending source of information, chapters will be constantly added as needed until the book becomes a giant vault of framework knowledge.Comedy, and a little cheesy, but very friendly writing.
The Miraculous Life of Maggie the Wunderdog
Kasey Carlin - 2020
Maggie was shot 17 times and subjected to cruelty and torture, before being rescued from Lebanon and brought to live in the UK by a determined and loving young woman called Kasey.As Maggie struggled to overcome her injuries, every day was a fight to rehabilitate her. But Kasey was convinced that what she had found in this little dog was someone just as determined to live and love as she was.This is the incredible story of their journey together: a story of hope, unconditional love and never giving up.
Ruby Best Practices
Gregory T. Brown - 2009
Written by the developer of the Ruby project Prawn, this concise book explains how to design beautiful APIs and domain-specific languages with Ruby, as well as how to work with functional programming ideas and techniques that can simplify your code and make you more productive. You'll learn how to write code that's readable, expressive, and much more.Ruby Best Practices will help you:Understand the secret powers unlocked by Ruby's code blocks Learn how to bend Ruby code without breaking it, such as mixing in modules on the fly Discover the ins and outs of testing and debugging, and how to design for testability Learn to write faster code by keeping things simple Develop strategies for text processing and file management, including regular expressions Understand how and why things can go wrong Reduce cultural barriers by leveraging Ruby's multilingual capabilities This book also offers you comprehensive chapters on driving code through tests, designing APIs, and project maintenance. Learn how to make the most of this rich, beautiful language with Ruby Best Practices.
Getting Started with SQL: A Hands-On Approach for Beginners
Thomas Nield - 2016
If you're a business or IT professional, this short hands-on guide teaches you how to pull and transform data with SQL in significant ways. You will quickly master the fundamentals of SQL and learn how to create your own databases.Author Thomas Nield provides exercises throughout the book to help you practice your newfound SQL skills at home, without having to use a database server environment. Not only will you learn how to use key SQL statements to find and manipulate your data, but you'll also discover how to efficiently design and manage databases to meet your needs.You'll also learn how to:Explore relational databases, including lightweight and centralized modelsUse SQLite and SQLiteStudio to create lightweight databases in minutesQuery and transform data in meaningful ways by using SELECT, WHERE, GROUP BY, and ORDER BYJoin tables to get a more complete view of your business dataBuild your own tables and centralized databases by using normalized design principlesManage data by learning how to INSERT, DELETE, and UPDATE records
Ni No Kuni: Wrath of the White Witch: Prima Official Game Guide
Howard Grossman - 2013
Ni No Kuni: Wrath of the White Witch Prima Official Game Guide includes: • Gain access to the Gold Hurley Familiar DLC with the purchase of the guide • Detailed spoiler-free walkthrough for the entire game, including all errands and bounty hunts • Complete charts showing all information and metamorphous of each familiar • Breakdown for all spells, alchemy formulas, and items • Solve every puzzle, defeat every boss, and find all hidden treasures • Features a hard cover with unique treatments for collectability.
Essential PHP Security
Chris Shiflett - 2005
It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.
All-New Fire 7 User Guide: Newbie to Expert in 2 Hours: The Essential Guide to Amazon's Incredible $49.99 Tablet
Tom Edwards - 2015
From the Number 1 Best Selling authors in Computers and Technology, this clear and concise guide will show you how to get the very best from the incredible new $49.99 Amazon Fire 7 Inch Tablet. Step by step instructions will take you from newbie to expert in just two hours! About the Authors: Tom and Jenna Edwards are the Amazon Tech authors behind the Number 1 Best-selling e-books 250+ Best Kindle Fire HD Apps for the New Kindle Fire Owner and Kindle Fire TV User Guide: Newbie to Expert in 1 Hour!
Working with UNIX Processes
Jesse Storimer - 2011
Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...
Job Interview Tips For Winners: 12 Key Ways To Land The Job
Steven Fies - 2015
On the hunt for a new job? This book will show you exactly how to ace your next interview. Learn what to say, how to act, what to wear, and how to prepare for common interview questions. Discover the questions you should ask your would-be employers, and how to present your strengths and weaknesses in the best possible light. Furthermore, learn eight ways you can immediately improve your body language - and understand how to make sure it doesn't sabotage you during your next interview. Steven Fies is a business consultant who advises human resources departments on hiring the right people. He is also a certified professional behaviors and motivators analyst with TTI Success Insights, a recognized leader in workplace performance research. Job Interview Tips For Winners is his concise, no-nonsense guide to acing your next interview and landing the job. If you're in the market for a new job and want a clear strategy for sharpening your interviewing skills, Job Interview Tips For Winners is for you. Simple and to the point, it will teach you the most critical interviewing skills in no time.
The C# Programming Yellow Book
Rob Miles - 2010
With jokes, puns, and a rigorous problem solving based approach. You can download all the code samples used in the book from here: http://www.robmiles.com/s/Yellow-Book...
JavaScript Bible
Danny Goodman - 1996
Part tutorial and part reference, the book serves as a learning tool for building new JavaScript skills and a detailed reference for seasoned JavaScript developers. Danny Goodman's exclusive interactive workbench, The Evaluator, makes it easy to master JavaScript and DOM concepts. Offers deployment strategies that best suit the user's content goals and target audience.Bonus CD-ROM is packed with advanced content for the reader who wants to go an extra step.
Practical Django Projects
James Bennett - 2008
You'll work through the development of each project, implementing and running the applications while learning new features along the way.Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Python developers have been particularly fortunate in this area, having been able to take advantage of Django, a very popular open source web framework whose stated goal is to make it easier to build better web applications more quickly with less code.Practical Django Projects is the first book to introduce this popular framework by way of a series of realworld projects. What you'll learn Capitalize upon Django's welldefined framework architecture to build web applications faster than ever before Learn by doing by working through the creation of three realworld projects, including a content management system, blog, and social networking site Build userfriendly web sites with wellstructured URLs, session tracking, and syndication options Let Django handle tedious tasks such as database interaction while you focus on building compelling applications Who this book is forWeb developers seeking to use the powerful Django framework to build powerful web sites. "
Reminiscing About Retail: Confessions of a Cashier
Becky Corwin-Adams - 2013
Murphy's, Woolworth's, or Newberry's? Discount department stores became very popular in the '70s and dime stores began to close. Stores like Kmart, Grant City, Murphy's Mart, Hills, and Ames provided a great shopping experience for American families. Most of those chains closed their doors in the '80s and '90s. The glory days of department store shopping have faded away and we now live in a big box world. I always loved shopping in downtown Defiance, Ohio when I was growing up in the '60s. My favorite store was G.C. Murphy's. The day I celebrated my 16th birthday, I applied for a job at Murphy's. I was hired a few weeks later. After living in North Dakota for four years as a young Air Force wife, I moved back to Ohio. Retail was still in my blood. I always thought I would go back to work at Murphy's someday. By this time, most of the Murphy's stores had closed and new Murphy's Marts were built to replace the smaller dime stores. We lived very close to Kmart in Bryan. The store was just a short walk across the field near our house. I applied for a job at Kmart and was soon hired, since I had previous retail experience at Murphy's. I worked at Kmart for a total of 17 years. Did you ever wonder what it was like to work in one of these stores? How difficult was it to operate a manual cash register before bar codes and scanners made the task much easier? Read about Halloween costume contests, shoplifting stories, and bluelight specials. Follow the adventures of six family members who all worked at the same store. If you have ever worked in retail, or dreamed of a career in retail, then this is the book for you!