With Beginning Dart, discover a new way to take a web project rapidly from prototype to the scale of a large application like Gmail and beyond. Understand how Dart breaks through the limits of the existing web browser and JavaScript. Learn the Dart language by following the complete development of a fun, realtime web app tracking customer's beer mugs. "JavaScript is great, but..." You hear that sentence a lot from developers...it's not object-oriented, ...it doesn't scale well, ...there's no ty...
Pro JavaScript provides programmers with a definitive guide to the language of the Web. Part 1 details core JavaScript programming with ECMAScript 5.1, especially its new functional and OOP features. Part 2 covers client-side JavaScript programming, including HTML5. There you will learn to script events, DOM, CSS, and HTTP in order build robust and engaging web applications. Part 3 concludes with an easy-to-use reference on the features covered earlier. The emphasis in Part 1 and 2, which are w...
To get the most out of modern JavaScript, you need learn the latest features of its parent specification, ECMAScript 6 (ES6). This book provides a highly practical look at ES6, without getting lost in the specification or its implementation details. Armed with practical examples, author Nicolas Bevacqua shows you new ways to deal with asynchronous flow control, declare objects or functions, and create proxies or unique sets, among many other features. The first title in Bevacqua's Modular Java...
Web Recommendations Systems
by K. R. Venugopal, K. C. Srikantaiah, and Sejal Santosh Nimbhorkar
This book focuses on Web recommender systems, offering an overview of approaches to develop these state-of-the-art systems. It also presents algorithmic approaches in the field of Web recommendations by extracting knowledge from Web logs, Web page content and hyperlinks. Recommender systems have been used in diverse applications, including query log mining, social networking, news recommendations and computational advertising, and with the explosive growth of Web content, Web recommendations hav...
Sun Certification Training Guide (310-025, 310-027, 310-080, 310-051):Java 2 Technology Professional
by Jaworski
Discover the RESTful technologies, including REST, JSON, XML, JAX-RS web services, SOAP and more, for building today's microservices, big data applications, and web service applications. This book is based on a course the Oracle-based author is teaching for UC Santa Cruz Silicon Valley which covers architecture, design best practices and coding labs. Pro RESTful APIs: Design gives you all the fundamentals from the top down: from the top (architecture) through the middle (design) to the bottom (...
Java: A Beginner's Guide, Sixth Edition (Inkling Ch)
by Herbert Schildt
This multi pack comprises of the following: Lehnert/ TheWeb Wizards Guide to HTML 0201741725 Lengen/ The Web Wizards Guide to Web Design, 0201745623
Head First Html5 Programming (Head First) ()
by Eric Freeman and Elisabeth Robson
Web Application Attacks and Defences (Web Security Topics)
by Nigel Chapman and Jenny Chapman
Learn about reactive programming in practice by developing an application using Java, Spring WebFlux, Project Reactor, Reactor Test, and WebClient.Key FeaturesLearn about the advantages of webflux and how to start using it in your companyPractice the operations of Reactive Streams, RxJava, the Reactor Project, and mainly Spring WebFluxLearn the basic concepts of Reactive programming and develop an application from scratchBook DescriptionEver heard of reactive programming? No? Then this book is f...
ActionScript Developer's Guide to Robotlegs
by Joel Hooks and Stray (Lindsey Fallow)
Robotlegs is an open source dependency injection and application wiring framework for ActionScript 3. Robotlegs stands out in the busy AS3-framework space because it is lean on three fronts: a small compiled footprint, a focussed but powerful API and a low cognitive overhead. Get to grips with the beautifully simple "robotlegs way" and you can create well-architected, testable, flexible applications--fast.
This book is for anyone who is interested in solving UI problems with AngularJS. Working knowledge of JavaScript, HTML, and CSS is assumed.
If you are a developer interested in creating easily maintainable applications that can grow and change with your needs, then this book is for you. Some experience with JavaScript (not necessarily with entire applications written in JavaScript) is required to follow the examples written in the book.
Designed for introductory courses on Internet and Web programming covering XHTML. The Web Development series is designed to provide the "programming" behind the building web applications while showing students how to apply what they have learned through the creation of real-world Websites from the ground up. Providing coverage of the latest technologies-such as Dreamweaver MS, JavaScript, CSS and more-this series will help keep your students on the cutting edge.
Reactive programming is revolutionary. It makes asynchronous programming cleaner, intuitive, and robust. Discover how to use the RxJS library to write programs in a simpler way, unifying asynchronous mechanisms such as callbacks and promises into a single, powerful construct. Learn to think about your programs as streams of data that you can transform by expressing whatshould happen, instead of having to painstakingly program how it should happen. You'll be able to handle real-world concurrency...