Book picks similar to
12 Rules to Learn to Code by Angela Yu
computer-science
programming
nonfiction
coding
How to Publish Books on Amazon & Sell A Million Copies Using Kindle, Print & Audio Book
Glenn Langohr - 2015
Discover how to Publish Books on Amazon & Sell A Million Copies Using Kindle, Print & Audio Book~ ON SALE FOR A LIMITED TIME FOR 0.99, USUALLY 3.99This Writing Guide is the # 1 Way to Learn The Entire Publishing Process on Amazon & Covers: How To Write More BooksHow To Find Which Categories to Publish InHow To Master Kindle Direct PublishingHow to Master Facebook MarketingHow to Master Product Descriptions (Synopsis)How to Use Community ForumsHow to Launch Book Promotions to Climb The Amazon RankingsHow To Master Print Publishing Using CreatespaceHow To Master Publishing Audio Books Using ACXHow To Remake Public Domain Books & Much More!
Hollywood Untold: The true and incredible stories of some of Hollywood’s biggest and best known stars, but never before told . (Little Known Facts Book 1002)
Chaz Allen - 2017
These are the true and incredible stories of some of Hollywood’s biggest and best known stars, but never before told . Every story has been researched and verified, no matter how surprising or out of character it may seem to the public, for some of the world’s best known people. * "This book is a pure delight." - Daily Oklahoman * " The research is incredible and told in a most entertaining fashion." - Houston Courier * " Chaz does it again! This time a Best Seller! - Blake's Review * " I read until my eyes hurt and still couldn't put it down." - Dexter. MacBride - Columbia Review. * "A Winner!" - Ray Hibbard, Edmond Life & Leisure. * “A surprise on every page. Fantastic true stories. We loved having Little Known Facts on our radio station for more than 10 years.” - Craig Stallcup – NetRadio Boston * “I could forget the news and nobody would notice. But forget to air Little Known Facts and I would get 30 phone calls.”– Matt Batton – WPRG Radio * “What a fantastic way to spend a few hours. I love these stories of my friends and fellow actors.” - Dale Robertson, Actor, Host. * “Chaz is a dear friend. I can attest to many of these stories personally. What a pleasure to see them put together in one place.” - Tony Randall, Actor -What famous woman movie star invented the snooze alarm? - What famous woman television personality was a spy in WWII? - Did you know it was a glamorous woman movie star who invented the secret codes to direct navy topedos... - Which famous star was the real impetus for the movie Pretty Woman - The Beverly Hillbillies really existed - Which famous movie star was actually AWOL from the Army - Which famous Hollywood hunk was actually a Mailman - Which television star was responsible for one of the biggest toy crazes in history - Which famous comedy star was once completely blind And many many more.
You Don't Know JS: Up & Going
Kyle Simpson - 2015
With the "You Don’t Know JS" book series, you’ll get a more complete understanding of JavaScript, including trickier parts of the language that many experienced JavaScript programmers simply avoid.The series’ first book, Up & Going, provides the necessary background for those of you with limited programming experience. By learning the basic building blocks of programming, as well as JavaScript’s core mechanisms, you’ll be prepared to dive into the other, more in-depth books in the series—and be well on your way toward true JavaScript.With this book you will:
Learn the essential programming building blocks, including operators, types, variables, conditionals, loops, and functions
Become familiar with JavaScript's core mechanisms such as values, function closures, this, and prototypes
Get an overview of other books in the series—and learn why it’s important to understand all parts of JavaScript
Pro ASP.NET MVC 4
Adam Freeman - 2012
It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourself--and put your best-learned theory into practice.The book's authors, Steve Sanderson and Adam Freeman, have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.
Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers
John MacCormick - 2012
A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.
A Software Engineer Learns HTML5, JavaScript and jQuery
Dane Cameron - 2013
Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.
Kotlin for Android Developers: Learn Kotlin the easy way while developing an Android App
Antonio Leiva - 2016
Introduction to Kettlebells: A Minimalist's Guide to Blasting Fat and Boosting Muscle
Pat Flynn - 2019
You simply move more deeply into them. For anyone - the kettlebell novice to the 15-year veteran - this short (read: just 30 page) ebook provides the perfect foundation or refresher of the fundamental kettlebell techniques, including the kettlebell swing, goblet squat, snatch, Turkish get up, clean, and military press. Each movement has detailed instructions plus step-by-step photos to help the reader understand the movements as well as safely and effectively execute them. After we discuss the hows of each of the basic movements, we move into applying what we've learned with a simple, straightforward kettlebell program for strength, muscle, mobility, conditioning, and (for those who want it) weight loss. This 7-day program can be run through just once as a refresher or for up to six weeks as a standalone program. This book includes: *The following kettlebell exercises: Kettlebell swing, goblet squat, snatch, Turkish get up, clean, and military press. *Each kettlebell exercise features a detailed description of the movement, step-by-step photos and key points. *A straightforward and simple 7-day program (repeatable for up to 6 weeks) to help the novice acclimate to kettlebell training or for the kettlebell veteran hone their technique and skills.
Understanding Software: Max Kanat-Alexander on simplicity, coding, and how to suck less as a programmer
Max Kanat-Alexander - 2017
Max explains to you why programmers suck, and how to suck less as a programmer. There's just too much complex stuff in the world. Complex stuff can't be used, and it breaks too easily. Complexity is stupid. Simplicity is smart.Understanding Software covers many areas of programming, from how to write simple code to profound insights into programming, and then how to suck less at what you do! You'll discover the problems with software complexity, the root of its causes, and how to use simplicity to create great software. You'll examine debugging like you've never done before, and how to get a handle on being happy while working in teams.Max brings a selection of carefully crafted essays, thoughts, and advice about working and succeeding in the software industry, from his legendary blog Code Simplicity. Max has crafted forty-three essays which have the power to help you avoid complexity and embrace simplicity, so you can be a happier and more successful developer.Max's technical knowledge, insight, and kindness, has earned him code guru status, and his ideas will inspire you and help refresh your approach to the challenges of being a developer. What you will learn
See how to bring simplicity and success to your programming world
Clues to complexity - and how to build excellent software
Simplicity and software design
Principles for programmers
The secrets of rockstar programmers
Max's views and interpretation of the Software industry
Why Programmers suck and how to suck less as a programmer
Software design in two sentences
What is a bug? Go deep into debugging
About the Author Max Kanat-Alexander is the Technical Lead for Code Health at Google, where he does various work that helps other software engineers be more productive, including writing developer tools, creating educational programs, guiding refactoring efforts, and more.His roles at Google have included Tech Lead for YouTube on the Xbox, work on the Java JDK, JVM, and other aspects of Java for Google, and Technical Lead for Engineering Practices for YouTube, where he's supported developers across all of YouTube in best practices and engineering productivity. Max is a former Chief Architect of the Bugzilla Project, where he was one of the two main developers of the well-known Bugzilla Bug-Tracking System, used by thousands of organizations worldwide. Max also writes the legendary programming industry blog, Code Simplicity, where he challenges Complexity and embraces Simplicity for the programming industry.Max has been involved for several years at Google with enabling developers to work more effectively and helping shape engineering practice, and in this highly readable collection of essays you can share the best of his experience. Table of Contents
Part One: Principles for Programmers
Part Two: Software Complexity and its Causes
Part Three: Simplicity and Software Design
Part Four: Debugging
Part Five:
Refactoring: Improving the Design of Existing Code
Martin Fowler - 1999
Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.
Minecraft: The Unlikely Tale of Markus "Notch" Persson and the Game that Changed Everything
Daniel Goldberg - 2011
Talked about by tens of millions of people, in fact. It is the story of unlikely success, fast money, and the power of digital technology to rattle an empire. And it is about creation, exclusion, and the feeling of not fitting in.Here Markus opens up for the first time about his life. About his old Lego-filled desk at school. About the first computer his father brought home one day. But also about growing up in a family marked by drug abuse and conflict. But above all it is the story of the fine line between seeming misfit and creative madman, and the birth of a tech visionary.Minecraft: The Unlikely Tale of Markus "Notch" Persson and the Game that Changed Everything is a Cinderella story for the Internet age.
The Microsoft Data Warehouse Toolkit: With SQL Server 2008 R2 and the Microsoft Business Intelligence Toolset
Joy Mundy - 2006
In this new edition, the authors explain how SQL Server 2008 R2 provides a collection of powerful new tools that extend the power of its BI toolset to Excel and SharePoint users and they show how to use SQL Server to build a successful data warehouse that supports the business intelligence requirements that are common to most organizations. Covering the complete suite of data warehousing and BI tools that are part of SQL Server 2008 R2, as well as Microsoft Office, the authors walk you through a full project lifecycle, including design, development, deployment and maintenance.Features more than 50 percent new and revised material that covers the rich new feature set of the SQL Server 2008 R2 release, as well as the Office 2010 release Includes brand new content that focuses on PowerPivot for Excel and SharePoint, Master Data Services, and discusses updated capabilities of SQL Server Analysis, Integration, and Reporting Services Shares detailed case examples that clearly illustrate how to best apply the techniques described in the book The accompanying Web site contains all code samples as well as the sample database used throughout the case studies The Microsoft Data Warehouse Toolkit, Second Edition provides you with the knowledge of how and when to use BI tools such as Analysis Services and Integration Services to accomplish your most essential data warehousing tasks.
Fighting for your Life: Man-eater Bears
Tom Hron - 2009
Timothy Treadwell had just been dragged into the alders to be eaten alive, but she was a city girl who was clueless when it came to bear safety and how to survive an attack by one. She could have lived if she had only known what to do. Adventurer, author, and bush pilot, Tom Hron, who's spent a lifetime flying floatplanes and helicopters in Alaska's and Canada's most dangerous bear country, tells about real-life attacks and relates them to survival. He takes on the so-called experts and tells you what NOT to do. Blacks, browns, grizzlies, and polar bears--he covers them all in 240 spell-binding pages, and what you read may save your life.
Manly Crafts
Instructables.com - 2011
Learn how to make a 5-cent wedding band, leather iPod case, and paracord bullwhip!