Browse Results

Showing 18,076 through 18,100 of 53,525 results

It From Bit or Bit From It?

by Anthony Aguirre Brendan Foster Zeeya Merali

The essays in this book look at the question of whether physics can be based on information, or ? as John Wheeler phrased it ? whether we can get ?It from Bit'. They are based on the prize-winning essays submitted to the FQXi essay competition of the same name, which drew over 180 entries. The eighteen contributions address topics as diverse as quantum foundations, entropy conservation, nonlinear logic and countable spacetime. Together they provide stimulating reading for all physics aficionados interested in the possible role(s) of information in the laws of nature. The Foundational Questions Institute, FQXi, catalyzes, supports, and disseminates research on questions at the foundations of physics and cosmology, particularly new frontiers and innovative ideas integral to a deep understanding of reality, but unlikely to be supported by conventional funding sources.

IT Governance

by Steve Watkins Alan Calder

Faced with constant and fast-evolving threats to information security and with a growing exposure to cyber risk, managers at all levels and in organizations of all sizes need a robust IT governance system. Now in its sixth edition, the bestselling IT Governance provides best-practice guidance for companies looking to protect and enhance their information security management systems and protect themselves against cyber threats. IT Governance has been fully updated to take account of current cyber security and advanced persistent threats and reflects the latest regulatory and technical developments, including the 2013 updates to ISO27001/ISO27002. Changes for this edition include: Full updates throughout in line with the revised ISO27001 standard and accompanying ISO27002 code of practice for information security controls Full coverage of changes to data-related regulations in different jurisdictions and advice on compliance Guidance on the options for continual improvement models and control frameworks made possible by the new standard New developments in cyber risk and mitigation practices The latest technological developments that affect IT governance and security Guidance on the new information security risk assessment process and treatment requirements Including coverage of key international markets including the UK, North America, the EU and Asia Pacific, IT Governance is the definitive guide to implementing an effective information security management and governance system.

Jak sta? si? lepszym programist?. Przewodnik

by Pete Goodliffe

Podr?cznik prawdziwego programisty!Zawód programisty jak ?aden inny wymaga ci?g?ego rozwoju, nauki i doskonalenia. Ka?dy dzie? to nowe wyzwania, techniki programistyczne oraz kolejne linie wysokiej jako?ci kodu. Zastanawiasz si?, co jeszcze mo?esz zrobi?, aby sta? si? lepszym programist?? Chcesz zaimponowa? ciekawymi koncepcjami oraz wprowadzi? znacz?ce ulepszenia w codziennej pracy? Trafi?e? na ksi??k?, która sprawi, ?e Twój kod nabierze nowego blasku!Na kolejnych stronach tej ksi??ki przeczytasz o tym, jak powinien by? sformatowany kod ?ród?owy, jakie stosowa? nazewnictwo oraz jak usuwanie zb?dnego kodu wp?ywa na jego jako??. Nauczysz si? odnajdywa? b??dy w kodzie i pisa? dobre testy. Dowiesz si? tak?e, jak w pe?ni korzysta? z mo?liwo?ci systemu kontroli wersji. Ksi??ka ta jest obowi?zkow? lektur? dla ka?dego programisty ceni?cego sobie ci?g?y rozwój, d??enie do doskona?o?ci oraz tworzenie ?wietnego kodu! Techniki z poziomu kodu, dotycz?ce pisania wierszy kodu, testów, debugowania i radzenia sobie ze z?o?ono?ci?. Praktyki, podej?cia i postawy: zachowaj prostot?, wspó?pracuj z innymi, wykorzystuj gotowe rozwi?zania i twórz elastyczny kod. Strategie skutecznego uczenia si?, etycznego post?powania, szukania wyzwa? i unikania stagnacji. Praktyczne metody ko?czenia zada?: u?ywanie w?a?ciwych narz?dzi, ustalanie, jak ma wygl?da? gotowe rozwi?zanie, i szukanie pomocy ze strony wspó?pracowników. Nawyki dobrej wspó?pracy z innymi i traktowania programowania jak zaj?cia spo?ecznego.Obowi?zkowa lektura ka?dego programisty!

Jasmine JavaScript Testing - Second Edition

by Paulo Ragonha

This book is for web developers and designers who work with React.js and JavaScript and who are new to unit testing and automation. It's assumed that you have a basic knowledge of JavaScript and HTML.

Java: An Introduction to Problem Solving and Programming (Seventh Edition)

by Walter Savitch

An introduction to programming using the Java computer programming language.

Java Closures and Lambda

by Robert Fischer

Java Closures and Lambda introduces you to significant new changes to the Java language coming out of what is termed Project Lambda. These new changes make their debut in Java 8, and their highlight is the long-awaited support for lambda expressions in the Java language. You'll learn to write lambda expressions and use them to create functional interfaces and default methods for evolving APIs, among many other uses. The changes in Java 8 are significant. Syntax and usage of the language are changed considerably with the introduction of closures and lambda expressions. This book takes you through these important changes from introduction to mastery. Through a set of clear examples, you'll learn to refactor existing code to take advantage of the new language features. You'll learn what those features can do for you, and when they are best applied. You'll learn to design and write new code having these important new features in mind from the very beginning. Clearly explains the fantastic benefits resulting from Project Lambda Explains the syntax and IDE support for the new features Shows how to streamline your code by bringing some of the benefits of functional programming to the Java language Illustrates parallelism in closures through Stream and Spliterator objects Explains API evolution by adding methods to existing interfaces without breaking existing interface implementations, a technique addressing potential multiple inheritance issues

Java EE Development with Eclipse - Second Edition

by Ram Kulkarni

Develop, debug, test, and troubleshoot Java EE 7 applications rapidly with Eclipse About This Book * Go beyond simply learning Java EE APIs and explore the complete workflow of developing enterprise Java applications * Learn to use the features of Eclipse JEE to simplify Java EE application development * Develop and deploy complete applications with JEE Who This Book Is For If you are a Java developer who has little or no experience in JEE application development or you have experience in JEE technology but are looking for tips to simplify and accelerate your development process, then this book is for you. What You Will Learn * Set up Eclipse, Tomcat, and Glassfish server for JEE application development * Use JSP, Servlet, JSF, and EJBs to create a user interface and write business logic * Create JEE database applications using JDBC and JPA * Handle asynchronous messages using MDBs for better scalability * Deploy and debug JEE applications and create SOAP and REST web services * Write unit tests and calculate code coverage * Troubleshoot application performance and memory issues In Detail Java EE is a technology for developing enterprise class, scalable applications. With recent changes to Java EE specifications, JEE application development has become a lot simpler. However, recent changes have also added many new specifications, some of which compete with existing JEE specification. Along with JEE specifications and APIs, it is also very important to understand the entire application development process and tools that can help simplify and accelerate JEE application development. This guide provides a complete overview of developing JEE applications using Eclipse. The many features of the Eclipse IDE are explained. These enable the rapid development, debugging, testing, and deployment of JEE applications. You'll explore not just different JEE technologies and how to use them (JSP, JSF, JPA, JDBC, EJB, web services etc.), but also suitable technologies for different scenarios. The book starts with how to set up the development environment for JEE applications and then goes on to describe many JEE specifications in detail, with an emphasis on examples. You'll learn how to deploy an example application on Tomcat and Glassfish Application Server. You'll create a simple application that reads from a queue, processes the request, and publishes results to a topic and Eclipse MAT (Memory Analysis Tool) to debug memory issues. Style and approach This guide takes a step-by-step approach to developing, testing, debugging, and troubleshooting JEE applications, complete with examples and tips.

Java Game Development with LibGDX

by Lee Stemkoski

Design and create video games using Java, with the LibGDX software library. By reading Beginning Java Game Development with LibGDX, you will learn how to design video game programs and how to build them in Java. You will be able to create your own 2D games, using various hardware for input (keyboard/mouse, gamepad controllers, or touchscreen), and create executable versions of your games. The LibGDX library facilitates the game development process by providing pre-built functionality for common tasks. It is a free, open source library that includes full cross-platform compatibility, so programs written using this library can be compiled to run on desktop computers (Windows/MacOS), web browsers, and smartphones/tablets (both Android and iOS). Beginning Java Game Development with LibGDX teaches by example with many game case study projects that you will build throughout the book. This ensures that you will see all of the APIs that are encountered in the book in action and learn to incorporate them into your own projects. The book also focuses on teaching core Java programming concepts and applying them to game development. What You Will Learn How to use the LibGDX framework to create a host of 2D arcade game case studies How to compile your game to run on multiple platforms, such as iOS, Android, Windows, and MacOS How to incorporate different control schemes, such as touchscreen, gamepad, and keyboard Who This Book Is For Readers should have an introductory level knowledge of basic Java programming. In particular, you should be familiar with: variables, conditional statements, loops, and be able to write methods and classes to accomplish simple tasks. This background is equivalent to having taken a first-semester college course in Java programming.

Java Hibernate Cookbook

by Vishal Ranapariya Yogesh Prajapati

Over 50 recipes to help you build dynamic and powerful real-time Java Hibernate applications About This Book * Learn to associate JDBC and Hibernate with object persistence * Manage association mappings, implement basic annotations and learn caching * Get to grips with Hibernate fundamentals from installation to developing a business application with this step-by-step guide Who This Book Is For This is book for Java developers who now want to learn Hibernate. Good knowledge and understanding of Java is preferred to allow efficient programming of the core elements and applications; it would be helpful if readers are familiar with the basics of SQL. What You Will Learn * Set up and install Hibernate on your system and explore different ways in which Hibernate can be configured * Learn the basic concepts and fundamentals of Java Hibernate * Define mappings without a use of XML file using Annotations * Persist collection elements such as list, map, set and array * Explore the various mapping options and learn to work with Hibernate associations * Understand advanced Hibernate concepts such as caching and inheritance * Develop an engaging and robust real-world hibernate application based on a common business scenario * Integrate Hibernate with other frameworks to develop robust enterprise applications In Detail Hibernate is a database independent technology, so the same code will work for all databases. It helps a Java developer write a query by mapping Java bean to database tables and help create tuned queries that boost performance. Even with limited SQL knowledge one can easily perform database operations. This makes the development faster and more accurate than JDBC. Hibernate supports useful features like connection pooling, caching, and inheritance etc. This book will provide a useful hands-on guide to Hibernate to accomplish the development of a real-time Hibernate application. We will start with the basics of Hibernate, which include setting up Hibernate - the pre-requisites and multiple ways of configuring Hibernate using Java. We will then dive deep into the fundamentals of Hibernate such as SessionFactory, session, criteria, working with objects and criteria. This will help a developer have a better understanding of how Hibernate works and what needs to be done to run a Hibernate application. Moving on, we will learn how to work with annotations, associations and collections. In the final chapters, we will see explore querying, advanced Hibernate concepts and integration with other frameworks. Style and approach This book is a practical guide filled with carefully organized step-by-step instructions. All recipes are arranged in an easy-to understand and clear manner allowing you to apply the solutions to other situations.

Java How To Program: Early Objects

by Paul Deitel Harvey Deitel

Java How to Program (Early Objects) , Tenth Edition is intended for use in the Java programming course. It also serves as a useful reference and self-study tutorial to Java programming. The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study.

Java I/O, NIO and NIO.2

by Jeff Friesen

Java I/O, NIO, and NIO. 2 is a power-packed book that accelerates your mastery of Java's various I/O APIs. In this book, you'll learn about classic I/O APIs (File, RandomAccessFile, the stream classes and related types, and the reader/writer classes). Next, you'll learn about NIO's buffer, channel, selector, regular expression, charset, and formatter APIs. Finally, you'll discover NIO. 2's offerings in terms of an improved file system interface, asynchronous I/O, and the completion of socket channel functionality. After reading and using thi book, you'll gain the accelerated knowledge and skill level to really build applications with efficient data access, especially for today's cloud computing streaming data needs. What you'll learn How to set permissions and more with the classic File class How to build a flat file database with RandomAccessFile Get to know the byte array, file, filter, and other kinds of streams Master serialization and externalization Discover character streams and their associated writers/readers Tour the buffer APIs Work with channels to transfer buffers to and from I/O services Find out about selectors and readiness selection Master regular expressions Discover charsets and their association with Java's String Take advantage of the formatter API to create formatted output How to customize the formatter API Explore the improved file system interface Discover asynchronous I/O and its association with futures and completion handlers Encounter socket channel improvements, including multicasting Who this book is for This book is for those experienced with Java, beyond the fundamentals. Table of Contents Part 1: Getting Started with I/O Chapter 1: I/O Basics and APIs Part 2: Classic I/O APIs Chapter 2: File Chapter 3: RandomAccessFile Chapter 4: Streams Chapter 5: Writers and Readers Part 3: New I/O APIs Chapter 6: Buffers Chapter 7: Channels Chapter 8: Selectors Chapter 9: Regular Expressions Chapter 10: Charsets Chapter 11: Formatter and Scanner Part 4: More New I/O APIs Chapter 12: File System APIs Chapter 13: Asynchronous I/O Chapter 14: Additional NIO. 2 APIs Appendix A: Answers to Review Exercises

Java in a Nutshell

by Benjamin J Evans David Flanagan

The latest edition of Java in a Nutshell is designed to help experienced Java programmers get the most out of Java 7 and 8, but it's also a learning path for new developers. Chock full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, the first section of this thoroughly updated book provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform.The second section is a reference to core concepts and APIs that shows you how to perform real programming work in the Java environment.Get up to speed on language details, including Java 8 changesLearn object-oriented programming, using basic Java syntaxExplore generics, enumerations, annotations, and lambda expressionsUnderstand basic techniques used in object-oriented designExamine concurrency and memory, and how they're intertwinedWork with Java collections and handle common data formatsDelve into Java's latest I/O APIs, including asynchronous channelsUse Nashorn to execute JavaScript on the Java Virtual MachineBecome familiar with development tools in OpenJDK

Java Methods: Object-Oriented Programming and Data Structures

by Maria Litvin Gary Litvin

This book offers a thorough introduction to the concepts and practices of object-oriented programming in Java. It also introduces the most common data structures and related algorithms and their implementations in the Java collections framework. Chapters 1 14 follow the syllabus of the AP Computer Science in Java course. They will prepare you well for the AP CS exam. Chapters 15-18 on file input and output, graphics, graphical user interfaces, and events handling in Java will give you a better sense of real-world Java programming; this material also makes case studies, labs, and exercises more fun. Chapters 19-26 deal with more advanced data structures and algorithms. Chapter 27, Design Patterns, introduces more intricate aspects of object-oriented design and serves as an introduction to design patterns. The last chapter, Computing in Context, discusses creative, responsible, and ethical computer use.

Java Programming 24-Hour Trainer

by Yakov Fain

ch or just looking to expand your skill set.Master the building blocks that go into any Java projectMake writing code easier with the Eclipse toolsLearn to connect Java applications to databasesDesign and build graphical user interfaces and web applicationsBegin using cutting edge Java technologies such as Spring MVC, Hibernate, and JavaFXIf you want to start programming quickly, Java Programming 24-Hour Trainer, 2nd Edition is your ideal solution.

Java. Receptury. Wydanie III

by Ian F. Darwin

Rozwi?zania i przyk?ady dla programistów u?ywaj?cych j?zyka JavaJava to jeden z j?zyków programowania najch?tniej wybieranych do tworzenia zaawansowanych systemów informatycznych. Systemy bankowe, aukcyjne oraz inne zaawansowane programy wspomagaj?ce codzienn? prac? tysi?cy ludzi opieraj? si? na Javie i narz?dziach z ni? zwi?zanych. Je?eli chcesz ?mia?o wkroczy? w ?wiat tego j?zyka, musisz mie? t? ksi??k?!Ksi??ka nale?y do cenionej serii „Receptury”, która przedstawia ró?ne zagadnienia w postaci krótkich przepisów. Nie inaczej jest w tym przypadku. Si?gnij po ni? i zobacz, jak kompilowa?, uruchamia? i testowa? tworzony kod. W kolejnych rozdzia?ach zaznajomisz si? z najlepszymi metodami przetwarzania ci?gów znaków oraz nauczysz si? korzysta? z wyra?e? regularnych i wykonywa? operacje na liczbach. Ponadto zdob?dziesz dog??bn? wiedz? na temat systemu wej?cia-wyj?cia, u?ywania systemu plików, sieci oraz drukarek. Ksi??ka ta jest obowi?zkow? pozycj? na pó?ce ka?dego programisty Javy!Przedstawione receptury obejmuj?: Sposoby kompilacji, uruchamiania i testowania aplikacji. Manipulacj?, porównywanie i zmian? organizacji tekstów. U?ycie wyra?e? regularnych do dopasowywania tekstów i wzorców. Obs?ug? liczt, dat i czasu. Okre?lanie struktury danych przy u?yciu kolekcji, tablicy i innych typów. Techniki programowania obiektowego i funkcyjnego. Operacje na katalogach i systemie plików. Obs?ug? grafiki, d?wi?ku i wideo. Tworzenia aplikacji o graficznym interfejsie u?ytkownika, w tym Java FX i obs?ug? zdarze?. Programowanie sieciowe, zarówno klientów jak i serwerów. Dost?p do baz danych przy u?yciu JPA, Hibernate oraz JDBC. Przetwarzenie danych w formatach JSON oraz XML. Wielow?tkowo?? i wspó?bie?no??.​Najlepsze przepisy dla programistów Javy! Ian F. Darwin - swoj? przygod? w binarnym ?wiecie rozpocz?? w 1980 roku od pracy z systemem operacyjnym UNIX. Autor narz?dzia file znanego z systemów Linux oraz BSD. Programista Javy od 1995 roku. Autor darmowych narz?dzi: PassMaker, JpsTrack. Pracownik Learning Tree International — ?wiatowego lidera w zakresie organizacji kursów technicznych.

Java Software Solutions

by John Lewis William Loftus

Java Software Solutions teaches a foundation of programming techniques to foster well-designed object-oriented software. Heralded for its integration of small and large realistic examples, this worldwide best-selling text emphasizes building solid problem-solving and design skills to write high-quality programs.

Java Testing with Spock

by Konstantinos Kapelonis

SummaryJava Testing with Spock teaches you how to use Spock for a wide range of testing use cases in Java. Readers new to Groovy will appreciate the succinct language tutorial that'll give you just enough Groovy to use Spock effectively.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologySpock combines the features of tools like JUnit, Mockito, and JBehave into a single powerful Java testing library. With Spock, you use Groovy to write more readable and concise tests. Spock enables seamless integration testing, and with the intuitive Geb library, you can even handle functional testing of web applications.About the BookJava Testing with Spock teaches you how to use Spock for a wide range of testing use cases in Java. You'll start with a quick overview of Spock and work through writing unit tests using the Groovy language. You'll discover best practices for test design as you learn to write mocks, implement integration tests, use Spock's built-in BDD testing tools, and do functional web testing using Geb. Readers new to Groovy will appreciate the succinct language tutorial in chapter 2 that gives you just enough Groovy to use Spock effectively.What's InsideTesting with Spock from the ground upWrite mocks without an external libraryBDD tests your business analyst can readJust enough Groovy to use SpockAbout the ReaderWritten for Java developers. Knowledge of Groovy and JUnit is helpful but not required.About the AuthorKonstantinos Kapelonis is a software engineer who works with Java daily.Table of ContentsPART 1 FOUNDATIONS AND BRIEF TOUR OF SPOCKIntroducing the Spock testing frameworkGroovy knowledge for Spock testingA tour of Spock functionalityPART 2 STRUCTURING SPOCK TESTSWriting unit tests with SpockParameterized testsMocking and stubbingPART 3 SPOCK IN THE ENTERPRISEIntegration and functional testing with SpockSpock features for enterprise testing

Java w pigu?ce. Wydanie VI

by Benjamin J Evans David Flanagan

Poznaj nowo?ci j?zyka Java!Java to j?zyk programowania wybierany wsz?dzie tam, gdzie s? wymagane najwy?sze bezpiecze?stwo i wydajno??. Znajduje zastosowanie przy tworzeniu systemów bankowych oraz zaawansowanych aplikacji do zarz?dzania przedsi?biorstwami. S? to obszary, w których pomy?ki bywaj? niezwykle drogie. Ale to nie jedyne zastosowania Javy! Ten j?zyk sprawdza si? równie? wtedy, gdy trzeba szybko stworzy? aplikacj? internetow? (niezale?nie od jej wielko?ci) albo narz?dzia ró?nego przeznaczenia. Java przyda si? wsz?dzie!W ostatnim czasie na rynku pojawi?y si? dwie kolejne wersje tego j?zyka, oznaczone numerami 7 i 8. Zawieraj? one wiele nowo?ci i ulepsze?, dzi?ki którym ?ycie programisty staje si? prostsze, a tworzone oprogramowanie — lepsze. Najnowsze wydanie tej cenionej ksi??ki zosta?o uzupe?nione o informacje na temat tych w?a?nie wersji. Dzi?ki niej b?yskawicznie poznasz i wykorzystasz nowe techniki w codziennej pracy. Si?gnij po ten podr?cznik i poznaj najlepsze techniki programowania wspó?bie?nego, zasady podej?cia obiektowego oraz mo?liwo?ci asynchronicznego wykonywania operacji wej?cia-wyj?cia. Ta ksi??ka jest obowi?zkow? lektur? dla wszystkich programistów j?zyka Java! Poznasz szczegó?owo j?zyk programowania Java i dowiesz si?, jakie zmiany wprowadzono w Javie 8. Nauczysz si? programowania obiektowego przy u?yciu podstawowej sk?adni Javy. Poznasz typy ogólne, wyliczenia, adnotacje i wyra?enia lambda. Nauczysz si? podstawowych technik projektowania obiektowego. Poznasz techniki wspó?bie?no?ci i ich ?cis?y zwi?zek z modelem pami?ci. Nauczysz si? u?ywa? kolekcji Javy i pos?ugiwa? si? typowymi formatami danych. Szczegó?owo zbadasz najnowsze interfejsy API wej?cia i wyj?cia Javy, w??cznie z kana?ami asynchronicznymi. Dowiesz si?, jak wykonywa? kod JavaScript w maszynie wirtualnej Javy za pomoc? Nashorna. Poznasz narz?dzia programistyczne dost?pne w pakiecie OpenJDK.​Poznaj najskrytsze tajemnice j?zyka Java!

JavaFX Essentials

by Mohamed Taman

If you are a Java developer, an experienced Java Swing, Flash/Flex, SWT, or web developer looking to take your client-side applications to the next level, this book is for you.

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.

Refine Search

Showing 18,076 through 18,100 of 53,525 results