Browse Results

Showing 18,101 through 18,125 of 53,781 results

JavaFX For Dummies

by Doug Lowe

Unleash the power of JavaFX for a wide range of devicesJavaFX For Dummies gives you access to an innovative software platform that allows you to create and deliver rich Internet applications that can run across a wide variety of connected devices. This accessible book highlights the most important features of this powerful graphics platform, giving you the tools to understand it quickly and easily! No experience with JavaFX? No problem. JavaFX For Dummies has been written especially for newbies and it also serves as a great reference resource for more experienced Java developers.Author Doug Lowe has been writing programming books for decades, and he brings his experience and passion to this guide, sharing his expert approach to coding using JavaFX. The book shows you how to work with JavaFX controls, how to enhance your scenic design, and also offers advice on how to make a splash with your programs. Then, the author wraps it all up with extra recommendations and resources to guide you as you move forward.Helps developers quickly learn to take advantage of JavaFX's lightweight, high-performance platformHighlights essential JavaFX features for simple coding that can be rolled out across multiple devicesInstructs readers on methods for creating compelling, visually appealing applicationsIncludes recommendations and resources for honing your JavaFX skillsWith JavaFX For Dummies, you'll be on your way to easier, more efficient coding for a variety of connected devices.

JavaScript: Um Guia para Aprender a Linguagem de Programação JavaScript

by Paulo Alexandre Fernandes Martins Torres Troy Dimes

Aprenda JavaScript. O JavaScript é uma linguagem de programação dinâmica que é comumente usado em navegadores da web para controlar o comportamento das páginas web e interagir com os utilizadores. Permite a comunicação assíncrona e pode atualizar partes de uma página da web ou até mesmo substituir todo o conteúdo de uma página da web. Você verá o JavaScript sendo usado para exibir informações de data e hora, executar animações num sítio web, validar entradas de formulário, sugerir resultados à medida em que um utilizador digita em uma caixa de pesquisa e muito mais. O JavaScript está sendo usado cada vez mais... Apesar de o JavaScript ser, de longe, a linguagem de programação do lado do cliente mais popular em uso hoje, pode e é usada no lado do servidor também. Node.js, Meteor, Wakanda, CouchDB e MongoDB são apenas alguns exemplos de onde você vai encontrar e ser capaz de usar JavaScript no lado do servidor. O tempo que você investir em aprender JavaScript pode ser duplamente gratificante na medida em que o JavaScript continua se movendo para mais e mais áreas da computação. Aprender os fundamentos da linguagem de programação JavaScript Não importa se você tem planos de usar o JavaScript no lado do cliente em um navegador da web, no lado do servidor, ou ambos, você precisará aprender os fundamentos da língua. Isso é o que este livro vai lhe dar. Quando você terminar de ler este livro, que você vai sentir-se confortável e confiante programando na linguagem JavaScript. Aqui está apenas algo que você vai aprender quando você ler este livro: *Onde o JavaScript pode ser usado *Como configurar seu computador, de modo a que seja fácil e confortável programar em JavaScript *Que ferramentas você vai querer ter quando estiver programando em JavaScript *O básico de HTML... *O que são variáveis e como usá-las

Javascript

by Don Gosselin Sasha Vodnik

JavaScript is a client-side scripting language that allows web page authors to develop interactive web pages and sites. Although JavaScript is considered a programming language, it is also a critical part of web page design and authoring. This is because the JavaScript language enables web developers to add functionality directly to a web page's elements. The language is relatively easy to learn, allowing non-programmers to quickly incorporate JavaScript functionality into a web page. In fact, because it is used extensively in the countless web pages that are available on the World Wide Web, JavaScript is arguably the most widely used programming language in the world.

JavaScript and jQuery for Data Analysis and Visualization

by Joseph Lowery Jon Raasch Vadim Ogievetsky Graham Murray

Go beyond design concepts--build dynamic data visualizations using JavaScriptJavaScript and jQuery for Data Analysis and Visualization goes beyond design concepts to show readers how to build dynamic, best-of-breed visualizations using JavaScript--the most popular language for web programming.The authors show data analysts, developers, and web designers how they can put the power and flexibility of modern JavaScript libraries to work to analyze data and then present it using best-of-breed visualizations. They also demonstrate the use of each technique with real-world use cases, showing how to apply the appropriate JavaScript and jQuery libraries to achieve the desired visualization.All of the key techniques and tools are explained in this full-color, step-by-step guide. The companion website includes all sample codes used to generate the visualizations in the book, data sets, and links to the libraries and other resources covered.Go beyond basic design concepts and get a firm grasp of visualization approaches and techniques using JavaScript and jQueryDiscover detailed, step-by-step directions for building specific types of data visualizations in this full-color guideLearn more about the core JavaScript and jQuery libraries that enable analysis and visualizationFind compelling stories in complex data, and create amazing visualizations cost-effectivelyLet JavaScript and jQuery for Data Analysis and Visualization be the resource that guides you through the myriad strategies and solutions for combining analysis and visualization with stunning results.

JavaScript Application Design: A Build First Approach

by Nicolas Bevacqua

SummaryJavaScript Application Design: A Build First Approach introduces JavaScript developers to techniques that will improve the quality of their software as well as their web development workflow. You'll begin by learning how to establish build processes that are appropriate for JavaScript-driven development. Then, you'll walk through best practices for productive day-to-day development, like running tasks when your code changes, deploying applications with a single command, and monitoring the state of your application once it's in production.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookThe fate of most applications is often sealed before a single line of code has been written. How is that possible? Simply, bad design assures bad results. Good design and effective processes are the foundation on which maintainable applications are built, scaled, and improved. For JavaScript developers, this means discovering the tooling, modern libraries, and architectural patterns that enable those improvements.JavaScript Application Design: A Build First Approach introduces techniques to improve software quality and development workflow. You'll begin by learning how to establish processes designed to optimize the quality of your work. You'll execute tasks whenever your code changes, run tests on every commit, and deploy in an automated fashion. Then you'll focus on designing modular components and composing them together to build robust applications.This book assumes readers understand the basics of JavaScript.What's InsideAutomated development, testing, and deployment processesJavaScript fundamentals and modularity best practicesModular, maintainable, and well-tested applicationsMaster asynchronous flows, embrace MVC, and design a REST APIAbout the AuthorNicolas Bevacqua is a freelance developer with a focus on modular JavaScript, build processes, and sharp design. He maintains a blog at ponyfoo.com.Table of ContentsPART 1 BUILD PROCESSESIntroduction to Build FirstComposing build tasks and flowsMastering environments and the development workflowRelease, deployment, and monitoringPART 2 MANAGING COMPLEXITYEmbracing modularity and dependency managementUnderstanding asynchronous flow control methods in JavaScriptLeveraging the Model-View-ControllerTesting JavaScript componentsREST API design and layered service architectures

JavaScript at Scale

by Adam Boduch

Build web applications that last, with scaling insights from the front-line of JavaScript development About This Book Design and implement JavaScript application architectures that scale from a number of perspectives, such as addressability, configurability, and performance Understand common JavaScript scaling pitfalls and how to tackle them through practical, real-world, solutions and strategies Learn techniques to deliver reusable architectures that stand the test of time Who This Book Is For Have you ever come up against an application that felt like it was built on sand? Maybe you've been tasked with creating an application that needs to last longer than a year before a complete re-write? If so, JavaScript at Scale is your missing documentation for maintaining scalable architectures. There's no prerequisite framework knowledge required for this book, however, most concepts presented throughout are adaptations of components found in frameworks such as Backbone, AngularJS, or Ember. All code examples are presented using ECMAScript 6 syntax, to make sure your applications are ready for next generation browsers. What You Will Learn Identify and evaluate the external scaling influencers of your application Build out component composition in large-scale JavaScript applications Design for inter-component communication that scale Understand the importance of addressable resources in JavaScript applications, and approaches to scaling addressability Customize and configure components to meet scaling demands Ensure a highly-performant user experience, despite the size and complexity of your application Design a portable and testable application that's not constrained to one environment Make architectural trade-offs by removing or refactoring components Design components that fail in a scalable way In Detail JavaScript applications of today look a lot different from their predecessors of just five years ago. Because of this rapid growth in sophistication and capabilities, we've seen an explosion in JavaScript frameworks; the JavaScript development landscape is a fragmented one. To build large-scale JavaScript applications, we need more than just tools – we need scalable architectures. We create scalable JavaScript architectures by looking at what aspects of our application need to scale and why. Only then can we apply the best patterns and components to our architecture, scaling it into the future. JavaScript at Scale will show you how to deal with scalability from a number of perspectives; addressability, testability and component composition. The book begins by defining ‘scale’ from a JavaScript point of view, and dives into the influencers of scale, as well as scalable component composition and communication. We will also look at how large-scale architectures need the ability to scale down, and recover from failing components, as well as scale up and manage new features or a large user base. Filled with real-world JavaScript scaling scenarios, and code-first examples, JavaScript at Scale is your guide to building out applications that last. Each topic is covered in a way that it can be applied to your own unique scenarios; by understanding the fundamentals of a scaling issue, you’ll be able to use that knowledge to tackle even the most difficult of situations. The code examples follow the same approach, using ECMAScript 6 syntax that can be translated to the framework of choice.

JavaScript Concurrency

by Adam Boduch

Build better software with concurrent JavaScript programming, and unlock a more efficient and forward thinking approach to web development About This Book * Apply the core principles of concurrency to both browser and server side development * Explore the latest tools and techniques at the forefront of concurrent programming, including JavaScript promises, web workers, and generators * Learn how concurrent and parallel programming can help you tackle the challenges of fast, data heavy web development Who This Book Is For JavaScript Concurrency is written for any JavaScript developer who wants to learn how to write more efficient, powerful, and maintainable applications that utilize the latest developments in the JavaScript language. All aspects of concurrent, asynchronous, and parallel programming are covered from first principles and by the end of the book you'll be able to create a fully-worked application that leverages all the topics covered in the book. What You Will Learn * Understand exactly how JavaScript works in a web browser environment, and how these mechanisms power our event-driven JavaScript code * Use promises to turn complex synchronization scenarios into readable and maintainable values * Compute values lazily and avoid unnecessary memory allocations using generators. * Write concurrent code that doesn't feel like concurrent code by abstracting away boilerplate chores * Leverage true hardware parallelism with web workers to get a better performance * Get to grips with the NodeJS model of concurrency and learn why it's good for I/O-intensive web applications In Detail Concurrent programming may sound abstract and complex, but it helps to deliver a better user experience. With single threaded JavaScript, applications lack dynamism. This means that when JavaScript code is running, nothing else can happen. The DOM can't update, which means the UI freezes. In a world where users expect speed and responsiveness - in all senses of the word - this is something no developer can afford. Fortunately, JavaScript has evolved to adopt concurrent capabilities - one of the reasons why it is still at the forefront of modern web development. This book helps you dive into concurrent JavaScript, and demonstrates how to apply its core principles and key techniques and tools to a range of complex development challenges. Built around the three core principles of concurrency - parallelism, synchronization, and conservation - you'll learn everything you need to unlock a more efficient and dynamic JavaScript, to lay the foundations of even better user experiences. Throughout the book you'll learn how to put these principles into action by using a range of development approaches. Covering everything from JavaScript promises, web workers, generators and functional programming techniques, everything you learn will have a real impact on the performance of your applications. You'll also learn how to move between client and server, for a more frictionless and fully realized approach to development. With further guidance on concurrent programming with Node.js, JavaScript Concurrency is committed to making you a better web developer. The best developers know that great design is about more than the UI - with concurrency, you can be confident every your project will be expertly designed to guarantee its dynamism and power. Style and approach Beginning with the fundamentals of concurrency and how they apply to JavaScript development, the book then takes you through the relevant constructs that will help you implement concurrent code. You'll learn how even the most abstract and theoretical aspects of concurrent programming help you solve real world challenges, with clear and practical demonstrations that show you how concurrent JavaScript will make you a better developer.

JavaScript Domain-Driven Design

by Philipp Fehre

If you are an experienced JavaScript developer who wants to improve the design of his or her applications, or find yourself in a situation to implement an application in an unfamiliar domain, this book is for you. <P><P>Prior knowledge of JavaScript is required and prior experience with Node.js will also be helpful.

JavaScript For Kids For Dummies

by Eva Holland Chris Minnick

Have big dreams? Kick start them with JavaScript! If we've learned one thing from the Millennial generation, it's that no one is too young to make history online. JavaScript For Kids For Dummies introduces pre-teens and early teens alike to the world of JavaScript, which is an integral programming language that drives the functionality of websites and apps. This informative, yet engaging text guides you through the basics of coding with JavaScript, and is an essential resource if you want to expand your technology skills while following easy, step-by-step instructions. Through small, goal-oriented projects, you learn key coding concepts, while actually creating apps, games, and more. This hands-on experience, coupled with the presentation of ideas in a simple style, allows you to both learn and retain JavaScript fundamentals. JavaScript has been heralded as 'the programming language of the web,' and many kids are interested in learning how to use it; however, most schools don't offer coding classes at this level, and most families can't afford the high cost of coding classes through a summer camp. But this can't stop you from developing your JavaScript coding skills! This fun text is all you need to get started on your JavaScript journey. Explore the basics of JavaScript through the creation of a calculator app Deepen your understanding of HTML, arrays, and variables by building a grocery shopping app Learn conditional logic through the development of a choose your own adventure game Discover loops and strings by creating a lemonade stand app and MadLibs-style game JavaScript For Kids For Dummies brings pre-teens and early teens into the world of coding by teaching them one of the key Web design languages.

JavaScript Una Guía de Aprendizaje para el Lenguaje de Programación JavaScript

by Andrés Parraud Troy Dimes

JavaScript es un lenguaje de programación de computadoras dinámico utilizado habitualmente en navegadores web para controlar el comportamiento de páginas web e interactuar con los usuarios. Permite comunicación asincrónica y puede actualizar partes de una página web o incluso reemplazar completamente su contenido. Verás que JavaScript es utilizado para mostrar información de fecha y hora, ejecutar animaciones en un sitio web, validar formularios, sugerir resultados mientras el usuario escribe en un cuadro de búsqueda y más. JavaScript está siendo usado cada vez más... A pesar de que JavaScript es, por mucho, el lenguaje de programación de cliente más popular actualmente en uso, puede ser usado -y, de hecho, lo es- también en el servidor. Node.js, Meteor, Wakanda, CouchDB y MongoDB son sólo unos pocos ejemplos de lugares donde encontrarás y serás capaz de usar JavaScript en el servidor. El tiempo que inviertas en aprender JavaScript puede ser doblemente rendidor, ya que JavaScript sigue expandiéndose por cada vez más áreas de la computación. Aprende los fundamentos del lenguaje de programación JavaScript Ya sea que planees usar JavaScript en el lado del cliente en un navegador web, en el lado del servidor, o ambos, necesitas aprender los fundamentos del lenguaje. Esto es lo que te proporcionará este libro. Cuando termines de leerlo, te sentirás cómodo y confiado programando en Lenguaje JavaScript. Estas son algunas cosas que aprenderás cuando leas este libro: Dónde puede usarse JavaScript Cómo configurar tu computadora para programar en JavaScript cómoda y fácilmente Qué herramientas debes tener cuando programes en JavaScript Los fundamentos del HTML... Qué son las variables y cómo usarlas Cómo manejar números y realizar operaciones matemáticas Cómo y cuándo usar condicionales Qué funciones hay, por qué son tan útiles y

JavaScript i jQuery. Nieoficjalny podr?cznik. Wydanie III

by David Sawyer McFarland

Duet nie do pokonania!JavaScript to j?zyk, którego pocz?tki si?gaj? lat dziewi??dziesi?tych XX wieku. Po pocz?tkowych problemach, gdy by? masowo blokowany przez u?ytkowników, obecnie prze?ywa swój najlepszy okres. Trudno wyobrazi? sobie bez niego nowoczesn? aplikacj? internetow?. Niew?tpliwie du?y wp?yw na wzrost popularno?ci JavaScriptu mia?a biblioteka jQuery, która usprawni?a korzystanie z tego j?zyka.Ta ksi??ka to wyj?tkowy podr?cznik prezentuj?cy mo?liwo?ci niesamowitego duetu JavaScript – jQuery. Si?gnij po ni?, a zagwarantujesz sobie godziny pasjonuj?cej lektury i odkrywania sk?adni j?zyka, typowych konstrukcji oraz najlepszych technik tworzenia programów. Ponadto dowiesz si?, jak sprawnie manipulowa? obiektami w drzewie DOM, reagowa? na zdarzenia oraz wymienia? informacje z serwerem za pomoc? ??da? AJAX. Na sam koniec zdob?dziesz bezcenn? wiedz? na temat diagnozowania problemów ze skryptami, korzystania z dokumentacji jQuery oraz przechowywania danych w magazynie lokalnym u?ytkownika. Ksi??ka ta jest obowi?zkow? lektur? dla ka?dego webdevelopera!Spraw, by Twoje strony ?y?y. Korzystaj z jQuery, ?eby tworzy? interaktywne elementy reaguj?ce na poczynania u?ytkowników. Poznaj jQuery UI. Rozbuduj tworzone interfejsy u?ytkownika stosuj?c grupy kart, okna dialogowe, wid?ety do wyboru daty i tak dalej. Wy?wietlaj ?adne i u?yteczne formularze. Pobieraj informacje od u?ytkowników, pomagaj klientom w zakupach i zapewniaj cz?onkom spo?eczno?ci mo?liwo?? dzielenia si? przemy?leniami. Wyjd? poza ramy przegl?darki korzystaj?c z technologii Ajax. Komunikuj si? z serwerem WWW, by aktualizowa? strony bez ich od?wie?ania. Zastosuj swoje nowe umiej?tno?ci w praktyce. Krok po kroku twórz nowe aplikacje, korzystaj?c przy tym z jQuery i wid?etów jQuery UI. Poznawaj zaawansowane zagadnienia. Korzystaj z narz?dzia ThemeRoller by dostosowywa? wygl?d wid?etów; unikaj popularnych b??dów, które programi?ci cz?sto pope?niaj?.​Wykorzystaj w pe?ni mo?liwo?ci wspó?czesnych przegl?darek internetowych!David Sawyer McFarland – od ponad 20 lat zajmuje si? tworzeniem stron WWW i zarz?dzaniem tymi stronami. Jest prezesem firmy Sawyer McFarland Media. Wcze?niej pracowa? jako webmaster na Uniwersytecie Stanu Kalifornia oraz w Berkeley Multimedia Research Center. Jest autorem ksi??ek po?wi?conych Adobe Dreamweaverowi oraz CSS.

JavaScript JSON Cookbook

by Ray Rischpater

If you're writing applications that move structured data from one place to another, this book is for you. This is especially true if you've been using XML to do the job because it's entirely possible that you could do much of the same work with less code and less data overhead in JSON. While the book's chapters make some distinction between the client and server sides of an application, it doesn't matter if you're a frontend, backend, or full-stack developer. The principles behind using JSON apply to both the client and the server, and in fact, developers who understand both sides of the equation generally craft the best applications.

JavaScript Object Programming

by Martin Rinehart

This brief book explains the advantages of the object model, inheritance, both classical and prototypical, and shows how these concepts can be implemented in JavaScript. It also shows how object programming (OP) opens a new world of design possibilities that go far beyond inheritance. This book will help the intermediate JavaScript programmer learn to use both types of inheritance. For classical inheritance, it is accompanied by a substantial online system (a windowing UI library) that shows classical inheritance at its best. The same system shows how OP "capabilities" can eliminate much of the need for inheritance. For experienced JavaScript programmers, this book shows why most of the old views of JavaScript's inheritance have not done it justice. JavaScript classes inherit from JavaScript's prototypes, a fact that makes JavaScript's prototypes, when used correctly, functional equivalents to C++ classes (not to prototypes in true prototypal languages, like Self). JavaScript's object programming (not inheritance) is what separates it from classical OOP languages like C++ and Java. Most important, basing inheritance on JavaScript's prototypal chain is possible, but is not the best choice for prototypal inheritance or classical inheritance. What you'll learn What are objects, JavaScript objects and object programming What is and how to use inheritance and JavaScript inheritance as well as inheritance alternatives How to design for JavaScript What are and how to use OO principles in JavaScript How to use Constructors with JavaScript and more Who this book is for This book is for both intermediate and advanced JavaScript and Web development programmers. Any programmer will understand the concepts and any JavaScript programmer should understand all of the concepts in this book. The code there shows examples of the concepts discussed. Its immediate usefulness with be with intermediate and advanced JavaScript and Web development programmers. Table of Contents 1. Objects 2. JavaScript Objects 3. Object Programming 4. Inheritance 5. JavaScript Inheritance 6. Inheritance Alternatives 7. Designing for JavaScript 8. OOP Principles 9. On Constructors A. Notes

JavaScript Quick Syntax Reference

by Mikael Olsson

JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a JavaScript reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any JavaScript programmer or Web developer. In JavaScript Quick Syntax Reference, you will find a concise reference to JavaScript programming language syntax; has short, simple and focused code examples; and includes a well laid out table of contents and a comprehensive index allowing easy review. What you'll learn What is the lexical structure of the latest JavaScript and ECMAScript 5 What are types, values, variables, expressions, operators and statements How to use objects, arrays, functions, classes, and regular expressions What are DOM and JSON and how to use them How to effectively implement both client-side and server-side JavaScript code Who this book is for This book is a handy, pocket quick scripting syntax reference for those experienced in JavaScript as well as programmers, web developers, tinkerers and people new to JavaScript. Table of Contents 1 Using JavaScript 2 Variables 3 Operators 4 Arrays 5 Strings 6 Conditionals 7 Loops 8 Functions 9 Closures 10 Objects 11 Events 12 DOM 13 Cookies 14 Error handling

JavaScript Regular Expressions

by Loiane Groner Gabriel Manricks

This book is ideal for JavaScript developers and programmers who work with any type of user entry data and want sharpen their skills to become experts.

JavaScript Unlocked

by Dmitry Sheiko

Improve your code maintainability, performance, and security through practical expert insights and unlock the full potential of JavaScript About This Book * Improve your JavaScript code for better maintainability and performance * Discover how to implement scalable application architecture with JavaScript * Learn to use JavaScript behind the browser, including its command-line tools, desktop apps, and native mobile apps Who This Book Is For JavaScript Unlocked is for those JS developers who want to see just how far they can push their favourite language through practical insight and techniques. What You Will Learn * Make your code readable and expressive by using simple syntax of JavaScript * Grasp existing JavaScript collections such as arrays and array-like objects * Develop abstract data types in most effective way to extend JavaScript into a more flexible and powerful programming language * Examine the pros and cons of JavaScript by implementing real-time code examples * Flourish real-time mini-projects by using JavaScript on server side to develop desktop as well as mobile applications * Work on parallel tasks with asynchronous JavaScript * Improve code maintainability and readability and boost apps performance through JavaScript In Detail JavaScript stands bestride the world like a colossus. Having conquered web development, it now advances into new areas such as server scripting, desktop and mobile development, game scripting, and more. One of the most essential languages for any modern developer, the fully-engaged JavaScript programmer need to know the tricks, non-documented features, quirks, and best practices of this powerful, adaptive language. This all-practical guide is stuffed with code recipes and keys to help you unlock the full potential of JavaScript. Start by diving right into the core of JavaScript, with power user techniques for getting better maintainability and performance from the basic building blocks of your code. Get to grips with modular programming to bring real power to the browser, master client-side JavaScript scripting without jQuery or other frameworks, and discover the full potential of asynchronous coding. Do great things with HTML5 APIs, including building your first web component, tackle the essential requirements of writing large-scale applications, and optimize JavaScript's performance behind the browser. Wrap up with in-depth advice and best practice for debugging and keeping your JavaScript maintainable for scaling, long-term projects. With every task demonstrated in both classic ES5 JavaScript and next generation ES6-7 versions of the language, Whether read cover-to-cover or dipped into for specific keys and recipes, JavaScript Unlocked is your essential guide for pushing JavaScript to its limits. Style and approach This practice-oriented cookbook is packed full of code examples put in the form: problem, classical solution, and methods to optimize webpage in both JavaScript ES5 and ES6 language editions. But this thorough guide is best-suited to those who like to "learn by doing" as the topics are covered using real-life examples and tutorials.

JavaScript with Promises

by Daniel Parker

Asynchronous JavaScript is everywhere, whether you're using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScript developers how Promises can help you manage asynchronous code effectively--including the inevitable flood of callbacks as your codebase grows. You'll learn the inner workings of Promises and ways to avoid difficulties and missteps when using them.The ability to asynchronously fetch data and load scripts in the browser broadens the capabilities of JavaScript applications. But if you don't understand how the async part works, you'll wind up with unpredictable code that's difficult to maintain. This book is ideal whether you're new to Promises or want to expand your knowledge of this technology.Understand how async JavaScript works by delving into callbacks, the event loop, and threadingLearn how Promises organize callbacks into discrete steps that are easier to read and maintainExamine scenarios you'll encounter and techniques you can use when writing real-world applicationsUse features in the Bluebird library and jQuery to work with PromisesLearn how the Promise API handles asynchronous errorsExplore ECMAScript 6 language features that simplify Promise-related code

Jenkins Continuous Integration Cookbook - Second Edition

by Alan Mark Berg

If you are a Java developer, a software architect, a technical project manager, a build manager, or a development or QA engineer, then this book is ideal for you. A basic understanding of the software development life cycle and Java development is needed, as well as a rudimentary understanding of Jenkins.

Jenkins Continuous Integration Cookbook Second Edition

by Alan Mark Berg

<P><P>Over 90 recipes to produce great results from Jenkins using pro-level practices, techniques, and solutions <P><P>About This Book <P><P>Explore the use of more than 40 best-of-breed plug-ins for improving efficiency <P><P>Secure and maintain Jenkins by integrating it with LDAP and CAS, which is a Single Sign-on solution <P><P>Step-by-step, easy-to-use instructions to optimize the existing features of Jenkins using the complete set of plug-ins that Jenkins offers <P><P>Who This Book Is For <P><P>If you are a Java developer, a software architect, a technical project manager, a build manager, or a development or QA engineer, then this book is ideal for you. <P><P>A basic understanding of the software development life cycle and Java development is needed, as well as a rudimentary understanding of Jenkins. <P><P>What You Will Learn <P><P>Integrate Jenkins with LDAP and SSO solutions <P><P>Maintain and secure Jenkins <P><P>Run an integration server firing automatic functional and performance tests <P><P>Communicate through social media and by plotting custom data <P><P>Skin Jenkins to your corporate look and feel <P><P>Refine the use of code metrics to improve quality <P><P>Write your first custom Jenkins plugin <P><P>Apply tweaks to optimize your use of Jenkins <P><P>In Detail <P><P>Jenkins is an award-wining and one of the most popular Continuous Integration servers in the market today. It was designed to maintain, secure, communicate, test, build, and improve the software development process. <P><P>This book starts by examining the most common maintenance tasks. This is followed by steps that enable you to enhance the overall security of Jenkins. You will then explore the relationship between Jenkins builds and Maven pom.xml. Then, you will learn how to use plugins to display code metrics and fail builds to improve quality, followed by how to run performance and functional tests against a web application and web services. Finally, you will see what the available plugins are, concluding with best practices to improve quality.

Jenkins Essentials

by Mitesh Soni

If you are a Jenkins novice or beginner with a basic understanding of continuous integration, then this is the book for you. Beginners in Jenkins will get quick hands-on experience and gain the confidence to go ahead and explore the use of Jenkins further.

JIRA Agile Essentials

by Patrick Li

If you want to get started with JIRA Agile and learn how to run your JIRA projects the agile way, then this is the perfect book for you. You will need to be familiar with the basics of JIRA, both from an end user's and an administrator's perspective. Experience with workflows, custom fields, and other administrative functions of JIRA will be useful.

JIRA Agile Essentials

by Patrick Li

<P><P>Bring the power of Agile to Atlassian JIRA and run your projects efficiently with Scrum and Kanban <P><P>About This Book <P><P>Plan and manage projects effortlessly with JIRA Agile by integrating it with other applications <P><P>Improve your team's performance with Scrum and Kanban together with agile methodology <P><P>Easy-to-follow learning guide to install JIRA Agile and understand how it fits in with Atlassian JIRA <P><P>Who This Book Is For <P><P>If you want to get started with JIRA Agile and learn how to run your JIRA projects the agile way, then this is the perfect book for you. You will need to be familiar with the basics of JIRA, both from an end user's and an administrator's perspective. Experience with workflows, custom fields, and other administrative functions of JIRA will be useful. <P><P>What You Will Learn <P><P>Understand how JIRA Agile and JIRA work together <P><P>Install JIRA Agile and extend it beyond project tracking <P><P>Manage and run your JIRA projects with Scrum or Kanban <P><P>Customize your agile boards to adapt to your team's workflow process <P><P>Create and share project statuses with amazing charts <P><P>Plan your sprints with JIRA Agile and Team Calendar <P><P>Integrate JIRA Agile with Confluence <P><P>Redefine your project management process with the Atlassian stack <P><P>In Detail <P><P>JIRA Agile (formerly known as GreenHopper) is a plugin that adds agile project management to any JIRA project. It allows you to visualize your existing process and stimulate incremental improvement. JIRA Agile brings the power of agile methodology to Atlassian JIRA. <P><P>With JIRA Agile Essentials you will dive straight into the action, exploring critical agile terminologies and concepts in the context of JIRA Agile. Learn to install and run JIRA Agile, and set it up to run with Scrum and Kanban. Collaborate with your colleagues to define requirements, create user stories, and manage and plan sprints based on the availability of your members. Create reports and share your project progress with other stakeholders. <P><P>With this practical guide, you will develop a great working knowledge of JIRA Agile and make your project management much more efficient.

JIRA Essentials - Third Edition

by Patrick Li

If you wish to develop your practical skills with JIRA in order to install, use, and manage your projects, then this is the perfect book for you. You need to be familiar with software project management and basic computer operations, specifically the system on which you will use JIRA.

JIRA Essentials Third Edition

by Patrick Li

<P><P>Use the features of JIRA to manage projects and effectively handle bugs and software issues <P><P>About This Book <P><P>Install, build, and implement your own Atlassian JIRA instance to track and manage projects <P><P>Customize your JIRA with data capture and display, workflow design, and security to suit your requirements <P><P>Step-by-step exercises at the end of each chapter for you to try out and reinforce your skills <P><P>Who This Book Is For <P><P>If you wish to develop your practical skills with JIRA in order to install, use, and manage your projects, then this is the perfect book for you. You need to be familiar with software project management and basic computer operations, specifically the system on which you will use JIRA. <P><P>What You Will Learn <P><P>Learn about the JIRA architecture and essential components that help you prepare for deployments <P><P>Understand JIRA from both an end users and administrator's perspective <P><P>Design and implement custom forms to capture information with custom fields, screens, and validation rules <P><P>Create and design custom workflows with complex validation logic and business rules <P><P>Secure JIRA data from unauthorized access <P><P>Notify users with updates using automated e-mail rules <P><P>Search, report on, and analyze your project progress <P><P>Manage and run projects with Agile methodologies <P><P>In Detail <P><P>Atlassian JIRA is an enterprise issue tracker system. One of its key strengths is its ability to adapt to the needs of the organization, ranging from building Atlassian application interfaces to providing a platform for add-ons to extend JIRA's capabilities. <P><P>JIRA Essentials, Third Edition provides a comprehensive explanation covering all major features of Atlassian JIRA, broken down and organized in logical order. The book starts by showing you how to set up your own JIRA instance before introducing you to key features and concepts such as business processes, workflows, e-mails, and notifications. This book will show you how to develop software more efficiently by planning, designing, and customizing your own JIRA implementation. At the end of each chapter, you will have the opportunity to put your newly acquired knowledge into practice by following a step-by-step, hands-on project that you will build throughout the book.

John Shaw's Guide to Digital Nature Photography

by John Shaw

Photography legend John Shaw returns with his much-anticipated guide to digital nature photography, complete with more than 250 extraordinarily beautiful photographs. For over four decades, John Shaw's authentic voice and trusted advice has helped photographers achieve impressive shots in the great outdoors. In his first-ever book on digital photography, Shaw provides in-depth advice on everything from equipment and lenses to thorough coverage of digital topics including how to use the histogram. In addition, he offers inspirational and frank insight that goes far beyond the nuts and bolts of photography, explaining that successful photos come from having a vision, practicing, and then acquiring the equipment needed to accomplish the intention. Easily digestible and useful for every type of photographer, and complete with more than 250 jaw-dropping images, John Shaw's Guide to Digital Nature Photography is the one book you'll need to beautifully capture the world around you.From the Trade Paperback edition.

Refine Search

Showing 18,101 through 18,125 of 53,781 results