Programming JavaScript Applications

Programming JavaScript Applications
Author: Eric Elliott
Publisher: "O'Reilly Media, Inc."
Total Pages: 253
Release: 2014-06-26
Genre: Computers
ISBN: 1491950277

Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base grows. JavaScript may be the most essential web programming language, but in the real world, JavaScript applications often break when you make changes. With this book, author Eric Elliott shows you how to add client- and server-side features to a large JavaScript application without negatively affecting the rest of your code. Examine the anatomy of a large-scale JavaScript application Build modern web apps with the capabilities of desktop applications Learn best practices for code organization, modularity, and reuse Separate your application into different layers of responsibility Build efficient, self-describing hypermedia APIs with Node.js Test, integrate, and deploy software updates in rapid cycles Control resource access with user authentication and authorization Expand your application’s reach through internationalization

Who

Who
Author: Geoff Smart
Publisher: Ballantine Books
Total Pages: 210
Release: 2008-09-30
Genre: Business & Economics
ISBN: 0345504194

In this instant New York Times Bestseller, Geoff Smart and Randy Street provide a simple, practical, and effective solution to what The Economist calls “the single biggest problem in business today”: unsuccessful hiring. The average hiring mistake costs a company $1.5 million or more a year and countless wasted hours. This statistic becomes even more startling when you consider that the typical hiring success rate of managers is only 50 percent. The silver lining is that “who” problems are easily preventable. Based on more than 1,300 hours of interviews with more than 20 billionaires and 300 CEOs, Who presents Smart and Street’s A Method for Hiring. Refined through the largest research study of its kind ever undertaken, the A Method stresses fundamental elements that anyone can implement–and it has a 90 percent success rate. Whether you’re a member of a board of directors looking for a new CEO, the owner of a small business searching for the right people to make your company grow, or a parent in need of a new babysitter, it’s all about Who. Inside you’ll learn how to • avoid common “voodoo hiring” methods • define the outcomes you seek • generate a flow of A Players to your team–by implementing the #1 tactic used by successful businesspeople • ask the right interview questions to dramatically improve your ability to quickly distinguish an A Player from a B or C candidate • attract the person you want to hire, by emphasizing the points the candidate cares about most In business, you are who you hire. In Who, Geoff Smart and Randy Street offer simple, easy-to-follow steps that will put the right people in place for optimal success.

SQL Tuning

SQL Tuning
Author: Dan Tow
Publisher: "O'Reilly Media, Inc."
Total Pages: 338
Release: 2003-11-19
Genre: Computers
ISBN: 059655236X

A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise and get the most from their database applications.There are two basic issues to focus on when tuning SQL: how to find and interpret the execution plan of an SQL statement and how to change SQL to get a specific alternate execution plan. SQL Tuning provides answers to these questions and addresses a third issue that's even more important: how to find the optimal execution plan for the query to use.Author Dan Tow outlines a timesaving method he's developed for finding the optimum execution plan--rapidly and systematically--regardless of the complexity of the SQL or the database platform being used. You'll learn how to understand and control SQL execution plans and how to diagram SQL queries to deduce the best execution plan for a query. Key chapters in the book include exercises to reinforce the concepts you've learned. SQL Tuning concludes by addressing special concerns and unique solutions to "unsolvable problems."Whether you are a programmer who develops SQL-based applications or a database administrator or other who troubleshoots poorly tuned applications, SQL Tuning will arm you with a reliable and deterministic method for tuning your SQL queries to gain optimal performance.

Mastering the Core Teachings of the Buddha

Mastering the Core Teachings of the Buddha
Author: Daniel Ingram
Publisher: Aeon Books
Total Pages: 715
Release: 2020-01-20
Genre: Body, Mind & Spirit
ISBN: 1780498152

The very idea that the teachings can be mastered will arouse controversy within Buddhist circles. Even so, Ingram insists that enlightenment is an attainable goal, once our fanciful notions of it are stripped away, and we have learned to use meditation as a method for examining reality rather than an opportunity to wallow in self-absorbed mind-noise. Ingram sets out concisely the difference between concentration-based and insight (vipassana) meditation; he provides example practices; and most importantly he presents detailed maps of the states of mind we are likely to encounter, and the stages we must negotiate as we move through clearly-defined cycles of insight. Its easy to feel overawed, at first, by Ingram's assurance and ease in the higher levels of consciousness, but consistently he writes as a down-to-earth and compassionate guide, and to the practitioner willing to commit themselves this is a glittering gift of a book.In this new edition of the bestselling book, the author rearranges, revises and expands upon the original material, as well as adding new sections that bring further clarity to his ideas.

Radical Love

Radical Love
Author: Toni Greaves
Publisher: Chronicle Books
Total Pages: 162
Release: 2015-09-29
Genre: Photography
ISBN: 1452143838

A photojournalist documents a young woman’s journey as joins a New Jersey convent to become a nun. The sudden revelation of a powerful religious calling was an entirely unexpected event in the life of a college student named Lauren. But when it became clear to her that she had a spiritual vocation, she made the exceptional decision to dedicate her life to God. Drawing upon many visits to the cloistered religious community of Dominican nuns in Summit, New Jersey, photographer Toni Greaves has created a luminous body of work that follows the transformative journey by which Lauren became Sister Maria Teresa of the Sacred Heart. These meditative photographs capture the radical joy of a life dedicated unequivocally to love. “Toni Greaves’s luminous images marry the quotidian with the divine in all sorts of ways: a young novice dribbles a basketball in full habit; a jar of Vick’s VapoRub nestles a bottle of holy water; a group portrait of all 19 sisters, whose ages range from 25 to 90, includes Sabina, the golden retriever, splayed flat on the floor.” —New York Times

Pragmatic Thinking and Learning

Pragmatic Thinking and Learning
Author: Andy Hunt
Publisher: Pragmatic Bookshelf
Total Pages: 337
Release: 2008-10-28
Genre: Computers
ISBN: 1680504223

Printed in full color. Software development happens in your head. Not in an editor, IDE, or designtool. You're well educated on how to work with software and hardware, but what about wetware--our own brains? Learning new skills and new technology is critical to your career, and it's all in your head. In this book by Andy Hunt, you'll learn how our brains are wired, and how to take advantage of your brain's architecture. You'll learn new tricks and tipsto learn more, faster, and retain more of what you learn. You need a pragmatic approach to thinking and learning. You need to Refactor Your Wetware. Programmers have to learn constantly; not just the stereotypical new technologies, but also the problem domain of the application, the whims of the user community, the quirks of your teammates, the shifting sands of the industry, and the evolving characteristics of the project itself as it is built. We'll journey together through bits of cognitive and neuroscience, learning and behavioral theory. You'll see some surprising aspects of how our brains work, and how you can take advantage of the system to improve your own learning and thinking skills. In this book you'll learn how to: Use the Dreyfus Model of Skill Acquisition to become more expert Leverage the architecture of the brain to strengthen different thinking modes Avoid common "known bugs" in your mind Learn more deliberately and more effectively Manage knowledge more efficiently

Principles of Computer System Design

Principles of Computer System Design
Author: Jerome H. Saltzer
Publisher: Morgan Kaufmann
Total Pages: 561
Release: 2009-05-21
Genre: Computers
ISBN: 0080959423

Principles of Computer System Design is the first textbook to take a principles-based approach to the computer system design. It identifies, examines, and illustrates fundamental concepts in computer system design that are common across operating systems, networks, database systems, distributed systems, programming languages, software engineering, security, fault tolerance, and architecture.Through carefully analyzed case studies from each of these disciplines, it demonstrates how to apply these concepts to tackle practical system design problems. To support the focus on design, the text identifies and explains abstractions that have proven successful in practice such as remote procedure call, client/service organization, file systems, data integrity, consistency, and authenticated messages. Most computer systems are built using a handful of such abstractions. The text describes how these abstractions are implemented, demonstrates how they are used in different systems, and prepares the reader to apply them in future designs.The book is recommended for junior and senior undergraduate students in Operating Systems, Distributed Systems, Distributed Operating Systems and/or Computer Systems Design courses; and professional computer systems designers. - Concepts of computer system design guided by fundamental principles - Cross-cutting approach that identifies abstractions common to networking, operating systems, transaction systems, distributed systems, architecture, and software engineering - Case studies that make the abstractions real: naming (DNS and the URL); file systems (the UNIX file system); clients and services (NFS); virtualization (virtual machines); scheduling (disk arms); security (TLS) - Numerous pseudocode fragments that provide concrete examples of abstract concepts - Extensive support. The authors and MIT OpenCourseWare provide on-line, free of charge, open educational resources, including additional chapters, course syllabi, board layouts and slides, lecture videos, and an archive of lecture schedules, class assignments, and design projects

Head First Design Patterns

Head First Design Patterns
Author: Eric Freeman
Publisher: "O'Reilly Media, Inc."
Total Pages: 694
Release: 2004-10-25
Genre: Computers
ISBN: 0596800746

Using research in neurobiology, cognitive science and learning theory, this text loads patterns into your brain in a way that lets you put them to work immediately, makes you better at solving software design problems, and improves your ability to speak the language of patterns with others on your team.

1079: The Overwhelming Force of Dyatlov Pass

1079: The Overwhelming Force of Dyatlov Pass
Author: Teodora Hadjiyska
Publisher:
Total Pages: 352
Release: 2021-01-29
Genre: True Crime
ISBN: 9780578845913

Height 1079 was the name of the mountain where the nine members of the Dyatlov trekking group perished in 1959. The bizarre circumstances of their death and the ensuing frenzy surrounding the incident brought to attention the original name given to the place by the local Mansi people - Kholat Syakhl, or Dead (Barren) Mountain. Until now, there has been no plausible explanation of what actually happened on that fateful night of February 1, 1959. This book offers a startling new theory, based on well-documented evidence rather than wild speculations, that finally ties together all of known facts about the Dyatlov mystery into a credible sequence of causes and effects.This book is available in Russian https: //www.amazon.com/dp/B08V3GYL9V

Big Career in the Big City

Big Career in the Big City
Author: Vicki Salemi
Publisher:
Total Pages: 232
Release: 2010
Genre: Business & Economics
ISBN:

According to a poll by Time Out New York, 80 percent of young people say they want to live in New York City. The vast majority of these people, however, don't know how to make this goal a reality. Those who do are often surprised at how difficult living and working can be in the city that never sleeps. Big Career in the Big City spotlights what to expect from life in New York, written in a hip, conversational tone that young people will appreciate and relate to. After completing worksheets to assess whether they're cut out for life in the Big Apple, readers will learn how to score great jobs, meet new people, and develop their career brand. Plus, readers are given advice straight from New York recruiters about how to overcome the distance barrier and stand out from native applicants. This one-of-a-kind guide also deals with the logistics of moving to a new city; reveals how to cope with unfamiliar and sometimes stressful living arrangements; and offers suggestions on how to stick to a budget and stretch the almighty dollar.