Book picks similar to
Lean Websites: Because Web Performance Simply Matters by Barbara Bermes
software-development
computing
level-up
nf-stem
What Has He Done Now?: Tales from a North West Childhood in the 60s and Early 70s
David Hayes - 2016
This is incidental as it is about neither of those industries in particular. It is about the magic and wonderment of those days as seen through the eyes of a child – my eyes! It is about the days when imagination was the biggest plaything that we possessed. The days when a plastic football provided a whole summer's play. It is about the scrapes that I found myself in and the things that I observed around me, and how they made me feel. All the stories are true and I personally experienced every one of them. The names of the characters have been changed. The reason being that I have no idea of the whereabouts of many of the characters contained within my stories, so I have no way of asking them for their permission to include them in this book. Some have possibly passed away, and it would be unfair of me to mention them without their blessing. Anyone who knows me will know who they are though.
Building Cloud Apps with Microsoft Azure: Best Practices for DevOps, Data Storage, High Availability, and More (Developer Reference)
Scott Guthrie - 2014
The patterns apply to the development process as well as to architecture and coding practices. The content is based on a presentation developed by Scott Guthrie and delivered by him at the Norwegian Developers Conference (NDC) in June of 2013 (part 1, part 2), and at Microsoft Tech Ed Australia in September 2013 (part 1, part 2). Many others updated and augmented the content while transitioning it from video to written form. Who should read this book Developers who are curious about developing for the cloud, are considering a move to the cloud, or are new to cloud development will find here a concise overview of the most important concepts and practices they need to know. The concepts are illustrated with concrete examples, and each chapter includes links to other resources that provide more in-depth information. The examples and the links to additional resources are for Microsoft frameworks and services, but the principles illustrated apply to other web development frameworks and cloud environments as well. Developers who are already developing for the cloud may find ideas here that will help make them more successful. Each chapter in the series can be read independently, so you can pick and choose topics that you're interested in. Anyone who watched Scott Guthrie's "Building Real World Cloud Apps with Windows Azure" presentation and wants more details and updated information will find that here. Assumptions This ebook expects that you have experience developing web applications by using Visual Studio and ASP.NET. Familiarity with C# would be helpful in places.
Microinteractions: Designing with Details
Dan Saffer - 2013
With this practical book, you’ll learn how to design effective microinteractions: the small details that exist inside and around features. How can users change a setting? How do they turn on mute, or know they have a new email message?Through vivid, real-world examples from today’s devices and applications, author Dan Saffer walks you through a microinteraction’s essential parts, then shows you how to use them in a mobile app, a web widget, and an appliance. You’ll quickly discover how microinteractions can change a product from one that’s tolerated into one that’s treasured.Explore a microinteraction’s structure: triggers, rules, feedback, modes, and loopsLearn the types of triggers that initiate a microinteractionCreate simple rules that define how your microinteraction can be usedHelp users understand the rules with feedback, using graphics, sounds, and vibrationsUse modes to let users set preferences or modify a microinteractionExtend a microinteraction’s life with loops, such as “Get data every 30 seconds”
REST API Design Rulebook
Mark Masse - 2011
This concise book presents a set of API design rules, drawn primarily from best practices that stick close to the Web’s REST architectural style. Along with rules for URI design and HTTP use, you’ll learn guidelines for media types and representational forms.
REST APIs are ubiquitous, but few of them follow a consistent design methodology. Using these simple rules, you will design web service APIs that adhere to recognized web standards. To assist you, author Mark Massé introduces the Web Resource Modeling Language (WRML), a conceptual framework he created for the design and implementation of REST APIs.
Learn design rules for addressing resources with URIs
Apply design principles to HTTP’s request methods and response status codes
Work with guidelines for conveying metadata through HTTP headers and media types
Get design tips to address the needs of client programs, including the special needs of browser-based JavaScript clients
Understand why REST APIs should be designed and configured, not coded
Murach's PHP and MySQL
Joel Murach - 2010
Teaches developers how to build database-driven web applications using two of today's most popular open-source software tools, PHP and MySQL.
A Practical Guide to Information Architecture
Donna Spencer - 2010
Whether it's organising content, providing clear descriptions or ways for people to get to them, this book is armed with practical advice and examples.
Digital Adaptation
Paul Boag - 2014
That's why we created Digital Adaptation, a new practical book on how to help senior management understand the Web and adapt the business, culture, teams and workflows accordingly. No fluff, no theory — just techniques and strategies that worked in practice, and showed results. The book will help traditional businesses and organizations to overcome their legacy, and help you plant the seeds of change with very little power. If you do want to finally see changes happening, this is the book to grab. Written by Paul Boag. Designed by Veerle Pieters. 176 pages. YOU'LL LEARN TO: • Tackle bureaucracy and overcome legacy culture, • Develop a flexible and effective digital strategy, • Use responsibility matrix to minimize delays and costs, • Adopt a digital culture and become digital by default, • Apply techniques from mid-sized and large organizations, • Avoid toxic working practices and improve internal processes, • Organize teams and boost their efficiency, • Embrace social media and use them effectively, • Understand the value of a digital team and invest in them, • Break down the walls and nourish collaboration, ownership and innovation.
Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement
Eric Redmond - 2012
As a modern application developer you need to understand the emerging field of data management, both RDBMS and NoSQL. Seven Databases in Seven Weeks takes you on a tour of some of the hottest open source databases today. In the tradition of Bruce A. Tate's Seven Languages in Seven Weeks, this book goes beyond your basic tutorial to explore the essential concepts at the core each technology. Redis, Neo4J, CouchDB, MongoDB, HBase, Riak and Postgres. With each database, you'll tackle a real-world data problem that highlights the concepts and features that make it shine. You'll explore the five data models employed by these databases-relational, key/value, columnar, document and graph-and which kinds of problems are best suited to each. You'll learn how MongoDB and CouchDB are strikingly different, and discover the Dynamo heritage at the heart of Riak. Make your applications faster with Redis and more connected with Neo4J. Use MapReduce to solve Big Data problems. Build clusters of servers using scalable services like Amazon's Elastic Compute Cloud (EC2). Discover the CAP theorem and its implications for your distributed data. Understand the tradeoffs between consistency and availability, and when you can use them to your advantage. Use multiple databases in concert to create a platform that's more than the sum of its parts, or find one that meets all your needs at once.Seven Databases in Seven Weeks will take you on a deep dive into each of the databases, their strengths and weaknesses, and how to choose the ones that fit your needs.What You Need: To get the most of of this book you'll have to follow along, and that means you'll need a *nix shell (Mac OSX or Linux preferred, Windows users will need Cygwin), and Java 6 (or greater) and Ruby 1.8.7 (or greater). Each chapter will list the downloads required for that database.
OAuth 2 in Action
Justin Richer - 2017
You'll learn how to confidently and securely build and deploy OAuth on both the client and server sides. Foreword by Ian Glazer.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyThink of OAuth 2 as the web version of a valet key. It is an HTTP-based security protocol that allows users of a service to enable applications to use that service on their behalf without handing over full control. And OAuth is used everywhere, from Facebook and Google, to startups and cloud services.About the BookOAuth 2 in Action teaches you practical use and deployment of OAuth 2 from the perspectives of a client, an authorization server, and a resource server. You'll begin with an overview of OAuth and its components and interactions. Next, you'll get hands-on and build an OAuth client, an authorization server, and a protected resource. Then you'll dig into tokens, dynamic client registration, and more advanced topics. By the end, you'll be able to confidently and securely build and deploy OAuth on both the client and server sides.What's InsideCovers OAuth 2 protocol and designAuthorization with OAuth 2OpenID Connect and User-Managed AccessImplementation risksJOSE, introspection, revocation, and registrationProtecting and accessing REST APIsAbout the ReaderReaders need basic programming skills and knowledge of HTTP and JSON.About the AuthorJustin Richer is a systems architect and software engineer. Antonio Sanso is a security software engineer and a security researcher. Both authors contribute to open standards and open source.Table of ContentsPart 1 - First stepsWhat is OAuth 2.0 and why should you care?The OAuth dance Part 2 - Building an OAuth 2 environmentBuilding a simple OAuth clientBuilding a simple OAuth protected resourceBuilding a simple OAuth authorization serverOAuth 2.0 in the real world Part 3 - OAuth 2 implementation and vulnerabilitiesCommon client vulnerabilitiesCommon protected resources vulnerabilitiesCommon authorization server vulnerabilitiesCommon OAuth token vulnerabilities Part 4 - Taking OAuth furtherOAuth tokensDynamic client registrationUser authentication with OAuth 2.0Protocols and profiles using OAuth 2.0Beyond bearer tokensSummary and conclusions
Cracking the Coding Interview: 150 Programming Questions and Solutions
Gayle Laakmann McDowell - 2008
This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.
The Big Book of American Facts: 1000 Interesting Facts And Trivia About USA (Trivia USA)
Bill O'Neill - 2016
From USA history to silly facts about American presidents, from laws you can’t believe are laws to facts about U.S. inventions, this book is the perfect solution to any moment of boredom. It has facts about religion and sports, facts about U.S. geography and nature, facts about food and drinks, and facts about language, animals, and American education. There are facts about science, facts about the military, facts about modes of transportation, facts about business and money, and facts about how big the United States really is. According to one American, “This book of trivia is the greatest thing that’s been written since the Nevada state Constitution. Did you know that was the longest message ever sent via Morse code telegram?” With this book of 1,000 trivia facts, you’ll impress even the most knowledgeable friends you have. Use the interesting facts to start a great conversation. Pull out the random facts to make someone smile. Be the center of any party with all the funny facts you’ll find in this book. Got a pub quiz or trivia night to go to? Prepare with this book! With this many fun facts about the United States, you’ll win every time.
Through Apache Eyes: Verbal History of Apache Struggle (Annotated and Illustrated)
Geronimo Chiricahua - 2011
Yet, the one constant in the history of the Apache People is their constant struggle to survive in a world where they are surrounded by various enemies, including other Indian tribes, the Mexicans and finally their brutal nemesis the United States Army. Attacked, tricked, lied to and double crossed by all of those who surround and outnumber them, the Apache people continued their struggle until they were for all intent and purposes almost totally wiped out. One Apache’s name stands out in their brave yet woeful history and it is Geronimo, who at age 30 witnessed the massacre of his mother, wife and two young children.I’ve taken his recollections or accounts of the struggle of the Apache people and intertwined them with some archeological facts about this extraordinary tribe. In addition, I have searched and included some of the best photos of Apaches from that era, which I collected from Library of Congress Archives. What impressed me most about Geronimo was his brevity of words, yet his ability to take a knife to the heart of anyone who reads his verbal history. Like most Apaches, Geronimo said little, but what he did say was profound and truthful. But most powerful is what Geronimo didn’t say in his recollections. It is between this silence one can feel the pain, sorrow, pride and bravery of the Apache People. Chet DembeckPublisher of One
Coaching: The 7 Laws Of Coaching: Powerful Coaching Skills That Will Predict Your Team’s Success (7 Laws, coaching questions, coaching books, the coaching habit)
Brian Cagneey - 2016
By answering the crucial coaching questions and developing genuine leadership and integrity, you can instill these attributes in those around you. When you put these proven steps and strategies to use, people will follow you willingly – because you’ve shown yourself to be an excellent coach! All business books and coaching books will tell you that the coaching habit is a difficult challenge, and how to coach is no easy task, but when you put these coaching skills to the test, you’ll be coaching teams to winning performances in no time!
When you purchase The 7 Laws of Coaching, you’ll get a FREE bonus e-book: Developing Powerful Visions: Learn the Art of Empowering People Around You and Live With Purpose
In The 7 Laws of Coaching, Brian Cagneey explains: The 1st Law of Coaching: Developing the Right Mindset The 2nd Law of Coaching: Being Strong Without Being Mean The 3rd Law of Coaching: The Secret to Finding Solutions The 4th Law of Coaching: A Special Ingredient for Motivating People The 5th Law of Coaching: The Forgotten Law of Getting Results The 6th Law of Coaching: The Only Way Someone Can Improve The 7th Law of Coaching: Keeping Everyone on Track
Don’t wait another minute – Purchase The 7 Laws of Coaching: Powerful Coaching Skills that will Predict Your Team’s Success! today!
Just Scroll Up and Hit the “Buy With One Click” Button – It’s Fast and Easy! This book has a 100% Money Back Guarantee. If these principles don’t work for you, send it back. No questions asked! DON'T WAIT! LEARN THE SECRETS OF COACHING WITH THESE 7 LAWS! PURCHASE your copy NOW Tags: coaching, coaching business, coaching questions, questions for coaches, coaching books, coaching sports, books on coaching, habits of coaching, habits of a coach, the coaching habit, coaching skills, coaching skill, how to be a good coach, how to coach, coaching teams, coaching business teams, life coaching
Next Level Magic: A Guide to Mastering the Magic the Gathering™ Card Game
Patrick Chapin
Next Level Magic is a comprehensive course on realizing your goals in playing Magic the Gathering.
People I Want to Punch in the Throat: Volume 3
Jen Mann - 2015
This is a collection of original essays that can not be found anywhere else. Each volume is different and you never know what you'll find. They are an assortment of Jen's childhood memories, stories about her family, and rants about everything that make her punchy all told with her usual snarky take. Volume Three of this series includes 3 NEVER BEFORE SEEN essays: HEY DICK, WOULD YOU SEND YOUR MOM THAT PICTURE? LAURA INGALLS WILDER NEVER HAD A SIGNATURE LIPSMACKER FLAVOR MISSED MOM CONNECTION