0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (111)
  • R250 - R500 (548)
  • R500+ (3,216)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Elm in Action (Paperback): Richard Feldman Elm in Action (Paperback)
Richard Feldman
R1,751 Discovery Miles 17 510 Ships in 12 - 17 working days

Elm is more than just a cutting-edge programming language, it's a chance to upgrade the way you think about building web applications. Once you get comfortable with Elm's refreshingly different approach to application development, you'll be working with a clean syntax, dependable libraries, and a delightful compiler that essentially eliminates runtime exceptions. Elm compiles to JavaScript, so your code runs in any browser, and Elm's best-in-class rendering speed will knock your socks off. Let's get started! Elm in Action teaches you how to build well-designed, highly performant web applications using the Elm language. As you read, you'll follow an application called Photo Groove that will show you how to structure your application's domain and behaviour, how to maintain a pleasantly modular architecture, and how to deliver a quality product using the Elm language. Along the way, you'll learn how to interact smoothly with browser functionality, servers, and JavaScript libraries, as well and picking up a few tricks for building fluid, intuitive user experiences. If you're new to functional programming, you'll also gain a practical understanding of techniques that will make you a better developer no matter what you're writing! Written for readers comfortable with web application development in JavaScript. No experience with Elm or functional programming required. Key Features Getting started with the Elm language Scalable design for production web applications Single-page applications in Elm Testing your applications Richard Feldman is a programmer and entrepreneur who loves to push the limits of browser-based programming. He's a front-end engineer at NoRedInk and a well-known member of the Elm community

PrestaShop Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Arnaldo Perez Castano PrestaShop Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Arnaldo Perez Castano
R1,935 Discovery Miles 19 350 Ships in 10 - 15 working days

Customize all your PrestaShop themes with easy-to-follow recipes designed to remedy common pitfalls. Separated clearly into subjects, you will easily be able to look up the problem you are having and find a solution. Free of jargon and long sections of theory, PrestaShop Recipes enables you to troubleshoot and learn all at the same time. This book will aid you in your PrestaShop development - the free, open source e-commerce content management solution written in PHP and with support for MySQL. Accessible to small start-ups or larger businesses, it is becoming a very popular eCommerce solution and this book will enable you to use it to its full potential. What You'll Learn See how PrestaShop works and how it can be customized Turn your PS site into an Events Booking site Apply SEO strategies and improve performance Who This Book Is For PS site owners and developers who are interested in improving or customizing their shop. Site owners will get the same benefit from it as developers because the 'recipe' idea is to provide an easy to follow guide for making customizations a reality.

Learning Web-based Virtual Reality - Build and Deploy Web-based Virtual Reality Technology (Paperback, 1st ed.): Srushtika... Learning Web-based Virtual Reality - Build and Deploy Web-based Virtual Reality Technology (Paperback, 1st ed.)
Srushtika Neelakantam, Tanay Pant
R767 Discovery Miles 7 670 Ships in 10 - 15 working days

Create web-based VR applications and deploy them to GitHub pages with this short, practical tutorial crammed with hands-on examples. This book covers topics such as VR, the WebVR API, and A-Frame. In Learning Web-based Virtual Reality, you will build a number of 3D VR-based applications. In these apps, you will be able to test the VR environments, walk through the virtual world, interact with the objects, and perceive these virtual realities with the help of Google Cardboard. By the end of the book, you will have a complete understanding of what WebVR is, knowledge of what VR devices are available, and the requirements to start working on WebVR. You will also be comfortable in using A-Frame and its various components to build your own VR projects. What You Will Learn Experience WebVR, the WebVR API, and WebVR libraries Make use of various pieces of VR hardware See popular WebVR projects Use A-Frame to build your own WebVR projects Who This Book Is For Developers who want to build and deploy web-based virtual reality technology. Understanding of HTML5, JavaScript, and CSS is required.

Build Your Own IoT Platform - Develop a Flexible and Scalable Internet of Things Platform (Paperback, 2nd ed.): Anand Tamboli Build Your Own IoT Platform - Develop a Flexible and Scalable Internet of Things Platform (Paperback, 2nd ed.)
Anand Tamboli
R1,550 R1,219 Discovery Miles 12 190 Save R331 (21%) Ships in 10 - 15 working days

Every solution that is in some way related to the IoT needs a platform; learn how to create that platform with us. This book is about being agile and reducing your time to market without breaking the bank. It is about designing something that can scale incrementally without rework and potentially disrupting the current work. So, the key questions are: What does it take? How long does it take? And, how much does it take to build your own IoT platform? This book answers these questions and provides you with step-by-step guide to building your own IoT platform. In this book, the author highlights what the core of an IoT platform looks like. There are always some must-haves and some nice-to-haves. This book distinguishes the two and focuses on building the must-haves. Building your IoT platform is not only the most significant cost-saver but can also be a satisfying learning experience. This edition will extend your work with a sample project to clarify the concepts and show you the possibilities. Additional chapters will also shed some light on the hardware interface and considerations. What You Will Learn * Master how to architect an interconnected system and develop a flexible platform architecture * Understand how to prioritize system requirements with a bottom-up approach * Design and build a robust IoT communications platform * Create an end-to-end application using guidelines in this book Who Is This Book For IoT developers with basic-to-intermediate programming skills, small business owners, as well as entrepreneurs and startup founders would benefit from this book

JavaScript Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Russ Ferguson, Keith Cirkel JavaScript Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Russ Ferguson, Keith Cirkel
R3,091 Discovery Miles 30 910 Ships in 10 - 15 working days

JavaScript Recipes is your go-to reference for tackling common and advanced JavaScript tasks. JavaScript is the world's most popular client-side scripting language and is gaining popularity on the server. Using a problem-solution approach, this book takes you from language basics like built-in objects and flow control all the way to advanced optimization techniques, frameworks and Node.js. Quickly discover solutions to common problems, best practices you can follow, and everything JavaScript has to offer. You will learn language fundamentals like types, conversions, execution contexts, expressions, operators, statements, and built-in objects. With this book you'll be able to explore and make the most of your script's host environment and how to create your own JavaScript host using Google's V8 engine. Employ advanced optimization techniques to create scripts that execute as fast, or faster, than native executables. JavaScript is a powerful language that developers have used to write 3D games, compilers and even a virtual machine that boots Linux. JavaScript Recipes shows you how to avoid wasting development time and concentrate on developing cutting-edge applications.You'll see how much quicker and efficient it is to develop with JavaScript. Start becoming a JavaScript pro with JavaScript Recipes today. What you'll learn * Learn JavaScript language fundamentals and what they can do for you * Use JavaScript's powerful features to develop next-generation applications * Explore your script's host environment and extend it with your own objects * Learn how to use Google's V8 Engine to create your own JavaScript environment * Learn advanced optimization techniques * Implement advanced techniques like closures, namespaces, and reflection * How to use different aspects of frameworks such as jQuery * How to use Node.js efficiently Who this book is for JavaScript Recipes is a reference for the JavaScript developer that needs to get development tasks accomplished quickly. If you've struggled in the past to develop a JavaScript application, or wondered if your application could function more efficiently, this book's for you. JavaScript Recipes is great for the developer wanting to enhance their mastery of the language as well as seasoned developers that want to learn advanced coding techniques.

Design Patterns in PHP and Laravel (Paperback, 1st ed.): Kelt Dockins Design Patterns in PHP and Laravel (Paperback, 1st ed.)
Kelt Dockins
R2,673 Discovery Miles 26 730 Ships in 10 - 15 working days

Learn each of the original gang of four design patterns, and how they are relevant to modern PHP and Laravel development. Written by a working developer who uses these patterns every day, you will easily be able to implement each pattern into your workflow and improve your development. Each pattern is covered with full examples of how it can be used. Too often design patterns are explained using tricky concepts, when in fact they are easy to use and can enrich your everyday development. Design Patterns in PHP and Laravel aims to break down tricky concepts into humorous and easy-to-recall details, so that you can begin using design patterns easily in your everyday work with PHP and Laravel. This book teaches you design patterns in PHP and Laravel using real-world examples and plenty of humor. What You Will Learn Use the original gang of four design patterns in your PHP and Laravel development How each pattern should be used Solve problems when using the patterns Remember each pattern using mnemonics Who This Book Is For People using Laravel and PHP to do their job and want to improve their understanding of design patterns.

Beginning WSO2 ESB (Paperback, 1st ed.): Kasun Indrasiri Beginning WSO2 ESB (Paperback, 1st ed.)
Kasun Indrasiri
R1,943 R1,733 Discovery Miles 17 330 Save R210 (11%) Ships in 10 - 15 working days

Gain a strong foundation of core WSO2 ESB concepts and acquire a proven set of guidelines designed to get you started with WSO2 ESB quickly and efficiently. This book focuses on the various enterprises integration capabilities of WSO2 ESB along with a broad range of examples that you can try out. From beginning to the end, Beginning WSO2 ESB effectively guides you in gradually building expertise in enterprise integration with WSO2 ESB for your SOA infrastructure. Nowadays successful enterprises rely heavily on how well the underlying software applications and services work together to produce a unified business functionality. This enterprise integration is facilitated by an Enterprise Service Bus (ESB). This book provides comprehensive coverage of the fundamentals of the WSO2 ESB and its capabilities, through real-world enterprise integration use cases. What You'll Learn Get started with WSO2 ESB Discover message processing techniques with WSO2 ESB Integrate REST and SOAP services Use enterprise messaging techniques: JMS, AMQP, MQTT Manage file-based integration and integrate with proprietary systems such as SAP Extend and administrate WSO2 ESB Who This Book Is For: All levels of IT professionals from developers to integration architects who are interested in using WSO2 ESB for their SOA infrastructure.

Beginning KeystoneJS - A practical introduction to KeystoneJS using a real-world project (Paperback, 1st ed.): Manikanta Panati Beginning KeystoneJS - A practical introduction to KeystoneJS using a real-world project (Paperback, 1st ed.)
Manikanta Panati
R1,443 Discovery Miles 14 430 Ships in 10 - 15 working days

Learn how to develop a complete and robust Node, express.js and MongoDB-based web application and mobile application backend quickly using KeystoneJS. You'll learn how KeystoneJS makes complicated things simple, without limiting the power or flexibility of node.js or the frameworks it is built on. Beginning KeystoneJS shows you how to build database-driven websites, applications, and APIs, all built upon Express, the defacto web server for Node.js that uses MongoDB as its storage backend. What You Will Learn Discover the setup and architecture of the KeystoneJS framework. See how easy it is to extend KeystoneJS Understand the custom types and fields provided out of the box Write clean markup and create templates using Swig Use the powerful editing options in the framework's responsive dashboard Who This Book Is For Technical and non-technical people who would like to build applications quickly to leverage structured data to improve productivity.

Magento 1 DIY (Paperback, 1st ed.): Viktor Khliupko Magento 1 DIY (Paperback, 1st ed.)
Viktor Khliupko
R1,654 Discovery Miles 16 540 Ships in 10 - 15 working days

Learn how Magento 1 works and how to manage it via easy and advanced techniques. Magento continues to be a top choice for eCommerce solutions in small and large businesses, and many systems are still running on Magento 1.x. This book is specifically designed for these versions. Aimed at entrepreneurs, marketers, and other experts interested in eCommerce, Magento 1 DIY shows you how to set up and configure Magento 1 for your own project. You will also learn how to use extensions, templates and enterprise features guided by easy-to-understand, real-world examples. What You Will Learn: Set up, configure, use templates, designs and extensions Optimize security and performance Integrate with PIM, ERP, CRM, and other enterprise systems Who This Book Is For:

Natural Language Processing for the Semantic Web (Paperback): Diana Maynard, Kalina Bontcheva, Isabelle Augenstein Natural Language Processing for the Semantic Web (Paperback)
Diana Maynard, Kalina Bontcheva, Isabelle Augenstein
R1,737 Discovery Miles 17 370 Ships in 10 - 15 working days

This book introduces core natural language processing (NLP) technologies to non-experts in an easily accessible way, as a series of building blocks that lead the user to understand key technologies, why they are required, and how to integrate them into Semantic Web applications. Natural language processing and Semantic Web technologies have different, but complementary roles in data management. Combining these two technologies enables structured and unstructured data to merge seamlessly. Semantic Web technologies aim to convert unstructured data to meaningful representations, which benefit enormously from the use of NLP technologies, thereby enabling applications such as connecting text to Linked Open Data, connecting texts to each other, semantic searching, information visualization, and modeling of user behavior in online networks. The first half of this book describes the basic NLP processing tools: tokenization, part-of-speech tagging, and morphological analysis, in addition to the main tools required for an information extraction system (named entity recognition and relation extraction) which build on these components. The second half of the book explains how Semantic Web and NLP technologies can enhance each other, for example via semantic annotation, ontology linking, and population. These chapters also discuss sentiment analysis, a key component in making sense of textual data, and the difficulties of performing NLP on social media, as well as some proposed solutions. The book finishes by investigating some applications of these tools, focusing on semantic search and visualization, modeling user behavior, and an outlook on the future.

Java Lambdas and Parallel Streams (Paperback, 1st ed.): Michael Muller Java Lambdas and Parallel Streams (Paperback, 1st ed.)
Michael Muller
R871 Discovery Miles 8 710 Ships in 10 - 15 working days

This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way-within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic elements in the context of parallelism need to be considered. Here, the book provides a variety of information and best practices. What You Will Learn Master lambdas and streams Work with the default method Harness streams and the stream() function Use Stream and Spliterator Take advantage of parallel streams Work with collectors and concurrency Who This Book Is For Experienced Java programmers and developers. div>

Jump Start JavaScript (Paperback): Ara Pehlivanian, Don Nguyen Jump Start JavaScript (Paperback)
Ara Pehlivanian, Don Nguyen
R733 R609 Discovery Miles 6 090 Save R124 (17%) Ships in 10 - 15 working days

Get a Jump Start on JavaScript today

JavaScript is a key technology in modern web development, enabling you to craft interactive, usable and engaging experiences for your users.

In just one weekend with this SitePoint book, you'll learn how to: Use JavaScript to solve real world problems: build forms, track user events and craft animationsUse JavaScript with HTML5 and CSS3Build an entire JavaScript-powered application from scratch: a task management application

Plus you'll discover how to use modern techniques such as Canvas and Ajax.

Pro HTML5 with CSS, JavaScript, and Multimedia - Complete Website Development and Best Practices (Paperback, 1st ed.): Mark J.... Pro HTML5 with CSS, JavaScript, and Multimedia - Complete Website Development and Best Practices (Paperback, 1st ed.)
Mark J. Collins
R2,035 R1,615 Discovery Miles 16 150 Save R420 (21%) Ships in 10 - 15 working days

Get ahead in HTML5, including markup, styling, and scripting, with many practical examples and best practice insights. You'll quickly understand HTML5 markup elements and when to use them, and then apply the latest CSS3 features to create amazing web pages. Pro HTML5 with CSS, JavaScript, and Multimedia teaches the fundamentals of client-side scripting and covers the immense functionality available with HTML5. Learn to use JavaScript to create web applications that are dynamic and interactive, and add advanced features, including audio, video, SVG, and drag and drop capabilities. Using practical hands-on demonstrations you will access a larger set of technologies to create more diverse and powerful websites and applications. What You'll Learn How, and when, to use all the HTML5 markup tags Use CSS3 features to simplify website design Master JavaScript fundamentals and advanced features Leverage the native browser support for Geolocation, IndexedDB, and drag and drop capabilities Who This Book Is For Web developers and designers who want to increase their HTML5 skills to create modern interactive websites

Introducing Regular Expressions - JavaScript and TypeScript (Paperback, 1st ed.): Joerg Krause Introducing Regular Expressions - JavaScript and TypeScript (Paperback, 1st ed.)
Joerg Krause
R903 Discovery Miles 9 030 Ships in 10 - 15 working days

This book is your easy-to-digest and concise guide to regular expressions in JavaScript, this book teaches you the very basics and can be used in the browser or on the server. Explore and understand how to use regular expressions in all JavaScript environments. Presented in four key concept sections, Introducing Regular Expressions shows how to create and use regular expressions to accelerate your JavaScript development. What You'll Learn What regular expressions are and why you should use them Use useful expressions (including examples) Reference features and functions Use regular expressions in all JavaScript environments Who This Book Is For Developers of web applications who want to explore the capabilities of JavaScript based apps on both, client and server. It's suitable for beginners that have a basic understanding of JavaScript already.

PHP Persistence - Concepts, Techniques and Practical Solutions with Doctrine (Paperback, 1st ed.): Michael Romer PHP Persistence - Concepts, Techniques and Practical Solutions with Doctrine (Paperback, 1st ed.)
Michael Romer
R1,091 Discovery Miles 10 910 Ships in 10 - 15 working days

Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications. Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way you'll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP. What You'll Learn Define entities and references between entities Manage entities Master the Doctrine Query Language Use appropriate command-line tools for PHP persistence Program for caching Who This Book Is For Experienced PHP programmers and web developers with some exposure to PHP.

Programming Web Applications with Node, Express and Pug (Paperback, 1st ed.): Joerg Krause Programming Web Applications with Node, Express and Pug (Paperback, 1st ed.)
Joerg Krause
R1,774 Discovery Miles 17 740 Ships in 10 - 15 working days

Learn how to program modern web applications using the full Node.js platform, including Node.js on the server, Express for middleware and routing, and Pug (formerly Jade) to simplify the creation of views. Node.js is the foundation of all full JavaScript apps and plenty of books cover its full usage. This book focuses on how to use it to create server-based, modern web applications. Using Node.js alongside Express and Pug - the brand new version of Jade - you can create modern web applications solely using JavaScript. This book teaches you how to structure and build your app from scratch, and make development easy. What You Will Learn Use NodeJS in general and particularly the features require to create web applications Understand middleware and how to develop using the Express framework Explore the template engine Pug (formerly Jade) and how you can integrate it with Express< Set up a complete development environment on both Linux and Windows Who This Book Is For Developers of web applications who come from Java/J2EE, ASP.NET, PHP, Ruby on Rails and want to explore the capabilities of JavaScript based server apps. It's suitable for beginners that have a basic understanding of JavaScript already.

Reactive Java Programming (Paperback, 1st ed.): Andrea Maglie Reactive Java Programming (Paperback, 1st ed.)
Andrea Maglie
R1,214 Discovery Miles 12 140 Ships in 10 - 15 working days

Learn reactive programming using Java and its functional aspects, sometimes called RxJava. This book shows you how to solve "callback hell" with RxJava and shows you how to write thread-safe code without hanging onto state variables which comes in handy for cloud computing software-as-a-service issues, especially when dealing with big data processes through streaming. Reactive Java Programming includes unique coverage of reactive Android programming, growing more and more popular in mobile development with the Cloud. After reading this guide to reactive programming, you'll be able to apply it to your own big data cloud applications that use Java. What You'll Learn Use and map observables Filter and combine events Employ subjects, schedulers, and backpressure Handle reactive patterns Test your RxJava code Write your own operators Carry out reactive Android programming Who This Book Is For Experienced Java programmers new to reactive programming and those who may have some experience with reactive programming new to Java.

Making Games - With JavaScript (Paperback, 1st ed.): Christopher Pitt Making Games - With JavaScript (Paperback, 1st ed.)
Christopher Pitt
R1,071 Discovery Miles 10 710 Ships in 10 - 15 working days

Develop games using the JavaScript web scripting language. This compact short book will help you learn how to use modern JavaScript to make games for web browsers. They're effortless to use and they work everywhere. If you've ever wanted to make a game, join author Christopher Pitt. You'll start with nothing and build fun games, in no time at all. What You'll Learn Make a game using JavaScript Master the game loop Handle player input, collision detection, gravity, ladders, and stairs Work with camera locking, mobs, and health Manage game inventory Handle mapping and more Who This Book Is For Those who are new to game development with some experience with JavaScript and web development.

Grokking Streaming Systems: Real-time event processing (Paperback): Josh Fischer, Ning Wang Grokking Streaming Systems: Real-time event processing (Paperback)
Josh Fischer, Ning Wang
R1,494 Discovery Miles 14 940 Ships in 10 - 15 working days

"A must-read for engineers and solution architects who work with streams on a regular basis." - Damian Esteban Every action by a user or a system process generates valuable data for your application or organization. Streaming systems capture and process these events, turning disconnected bits into coherent, useful information sources. Grokking Streaming Systems is a simple guide to the complex concepts you need to start building your own streaming systems. In this friendly, framework-agnostic tutorial, you'll learn how to handle real-time events and how to design and implement a system that's a perfect fit for your needs. Each new idea is carefully explained with diagrams, clear examples, and fun dialogue between perplexed personalities! about the technology Many modern organizations rely on real-time event data to ensure top performance. In its raw state, most event data is unfiltered and hard to analyze. Streaming systems address this problem by processing event data so it can be used to create alerts, analysis dashboards, and automated responses, and to trigger other actions within a system. From live financial information to monitoring for signs of a DDoS attack and blocking rogue agents, streaming systems provide a big boost to the health, security, and flexibility of your applications. about the book Grokking Streaming Systems helps you unravel what streaming systems are, how they work, and whether they're right for your business. Written to be tool-agnostic, you'll be able to apply what you learn no matter which framework you choose. You'll start with the key concepts and then work your way through increasingly complex examples, including tracking a real-time count of IoT sensor events and detecting fraudulent credit card transactions in real-time. You'll even be able to easily experiment with your own streaming system, by downloading the custom-built and super-simplified streaming framework designed for this book. By the time you're done, you'll be able to easily assess the capabilities of streaming frameworks, and solve common challenges that arise when building streaming systems. what's inside - Implement and troubleshoot streaming systems - Design streaming systems for complex functionalities - Assess parallelization requirements - Spot networking bottlenecks and resolve back pressures - Group data for high-performance systems - Handle delayed events in real-time systems about the reader For readers interested in data processing. Examples in Java. about the author Josh Fischer and Ning Wang are both Apache Committers, and part of the project management committee for the Apache Heron distributed stream processing engine. Josh is a software engineer at Scotcro and has worked with moving large datasets in real time for organizations such as 1904labs and Bayer. Ning is a software engineer at Amplitude building real-time data pipelines. He was a key contributor of Apache Heron in Twitter's Real-time Compute team.

Beyond jQuery (Paperback, 1st ed.): Ray Nicholus Beyond jQuery (Paperback, 1st ed.)
Ray Nicholus
R2,046 R1,806 Discovery Miles 18 060 Save R240 (12%) Ships in 10 - 15 working days

Learn about the most important concepts surrounding web development and demystify jQuery. This book gives you the confidence to abandon your jQuery crutches and walk freely with the power of the web API and JavaScript. Beyond jQuery doesn't just throw code at you - everything is explained in detail from the perspective of a jQuery developer. jQuery is often injected into web applications and libraries with no logical reason for pulling it in as a dependency. Many web developers don't really know when they need to use jQuery, and when they don't - it's just a standard step when setting up a new library or web application. But relying solely on jQuery as your window to the web leaves large gaps in your knowledge. This in turn results in frustration when the abstraction that jQuery provides "leaks" and exposes you to the native aspects of the browser. This book educates developers, reveals the magic behind jQuery, helps you solve common problems without it, and gives you more confidence to embrace the power of the web API and standardized JavaScript. What You'll Learn Use the web API and standardized JavaScript Determine when you need jQuery and when you don't Review common JavaScript utility functions Work with HTML elements Who This Book Is For Any web developer who is interested in learning how to live without jQuery, and deepening their understanding of web development.

Professional Java for Web Applications (Paperback): N.S. Williams Professional Java for Web Applications (Paperback)
N.S. Williams
R1,454 Discovery Miles 14 540 Ships in 12 - 17 working days

The comprehensive Wrox guide for creating Java web applications for the enterprise This guide shows Java software developers and software engineers how to build complex web applications in an enterprise environment. You'll begin with an introduction to the Java Enterprise Edition and the basic web application, then set up a development application server environment, learn about the tools used in the development process, and explore numerous Java technologies and practices. The book covers industry-standard tools and technologies, specific technologies, and underlying programming concepts. * Java is an essential programming language used worldwide for both Android app development and enterprise-level corporate solutions * As a step-by-step guide or a general reference, this book provides an all-in-one Java development solution * Explains Java Enterprise Edition 7 and the basic web application, how to set up a development application server environment, which tools are needed during the development process, and how to apply various Java technologies * Covers new language features in Java 8, such as Lambda Expressions, and the new Java 8 Date & Time API introduced as part of JSR 310, replacing the legacy Date and Calendar APIs * Demonstrates the new, fully-duplex WebSocket web connection technology and its support in Java EE 7, allowing the reader to create rich, truly interactive web applications that can push updated data to the client automatically * Instructs the reader in the configuration and use of Log4j 2.0, Spring Framework 4 (including Spring Web MVC), Hibernate Validator, RabbitMQ, Hibernate ORM, Spring Data, Hibernate Search, and Spring Security * Covers application logging, JSR 340 Servlet API 3.1, JSR 245 JavaServer Pages (JSP) 2.3 (including custom tag libraries), JSR 341 Expression Language 3.0, JSR 356 WebSocket API 1.0, JSR 303/349 Bean Validation 1.1, JSR 317/338 Java Persistence API (JPA) 2.1, full-text searching with JPA, RESTful and SOAP web services, Advanced Message Queuing Protocol (AMQP), and OAuth Professional Java for Web Applications is the complete Wrox guide for software developers who are familiar with Java and who are ready to build high-level enterprise Java web applications.

Head First HTML and CSS (Paperback, 2nd Revised edition): Elisabeth Robson Head First HTML and CSS (Paperback, 2nd Revised edition)
Elisabeth Robson; Contributions by Eric Freeman
R1,416 R999 Discovery Miles 9 990 Save R417 (29%) Ships in 12 - 17 working days

Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your web pages over time so they work in all browsers and mobile devices. Oh, and if you've never heard of CSS, that's okay--we won't tell anyone you're still partying like it's 1999--but if you're going to create web pages in the 21st century then you'll want to know and understand CSS.Learn the real secrets of creating web pages, and why everything your boss told you about HTML tables is probably wrong (and what to do instead). Most importantly, hold your own with your co-worker (and impress cocktail party guests) when he casually mentions how his HTML is now strict, and his CSS is in an external style sheet.With Head First HTML, you'll avoid the embarrassment of thinking web-safe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you'll learn HTML and CSS in a way that won't put you to sleep. If you've read a Head First book, you know what to expect: a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, this book will load HTML and CSS into your brain in a way that sticks.So what are you waiting for? Leave those other dusty books behind and come join us in Webville. Your tour is about to begin.

Material Design Implementation with AngularJS - UI Component Framework (Paperback, 1st ed.): V. Keerti Kotaru Material Design Implementation with AngularJS - UI Component Framework (Paperback, 1st ed.)
V. Keerti Kotaru
R1,473 Discovery Miles 14 730 Ships in 10 - 15 working days

Build high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones. Use a Material Design approach to position elements and create animations along with principles of the sophisticated AngularJS JavaScript framework. Take advantage of Angular Material, a UI component framework that works out of the box to design web pages that adapt to various screen sizes and adhere to Material Design specifications. What You Will Learn: Develop a UI that adheres to Material Design principles using Angular Material, a UI component framework Use various Angular Material elements, directives, and services in conjunction with CSS3 Flexbox for layout management Use best practice design techniques to develop a responsive UI to fit multiple devices and screen sizes from desktop to tablet to mobile phone Develop web apps for both mobile and desktop form factors and screen sizes using HTML, CSS, and JavaScript Who This Book Is For: Web and mobile app developers with a basic understanding of JavaScript, HTML, and CSS

Learn CakePHP - With Unit Testing (Paperback, 2nd ed.): Radharadhya Dasa Learn CakePHP - With Unit Testing (Paperback, 2nd ed.)
Radharadhya Dasa
R1,127 Discovery Miles 11 270 Ships in 10 - 15 working days

Accelerate your development of PHP applications using the popular CakePHP web application development framework and unit testing. This short book shows you how to carry out test-driven development with fixtures, model tests, controller tests, mocks, and test suites. Learn CakePHP contains all you need to get started with the CakePHP framework to build faster, better PHP-based web applications. You'll learn about unit testing and how to implement it in CakePHP. This approach to coding leads to better code, better applications, and better programming habits. With this knowledge your PHP skills will go from strength to strength allowing you to write more and improved code. What you'll learn What is unit testing and CakePHP and how to put the two together What is clean coding What is TDD and the development cycle using this approach How to work with fixtures, model tests, text callbacks, controller tests, and more How to do mocks, test suites, testing from the command line and more How to work with code coverage, fixtures data, and private methods Who this book is for This book is for experienced PHP programmers and web developers who have little or no experience using CakePHP and/or unit testing.

Flash Memory Integration - Performance and Energy Issues (Hardcover): Jalil Boukhobza, Pierre Olivier Flash Memory Integration - Performance and Energy Issues (Hardcover)
Jalil Boukhobza, Pierre Olivier
R2,001 R1,844 Discovery Miles 18 440 Save R157 (8%) Ships in 12 - 17 working days

4 zettabytes (4 billion terabytes) of data generated in 2013, 44 zettabytes predicted for 2020 and 185 zettabytes for 2025. These figures are staggering and perfectly illustrate this new era of data deluge. Data has become a major economic and social challenge. The speed of processing of these data is the weakest link in a computer system: the storage system. It is therefore crucial to optimize this operation. During the last decade, storage systems have experienced a major revolution: the advent of flash memory. Flash Memory Integration: Performance and Energy Issues contributes to a better understanding of these revolutions. The authors offer us an insight into the integration of flash memory in computer systems, their behavior in performance and in power consumption compared to traditional storage systems. The book also presents, in their entirety, various methods for measuring the performance and energy consumption of storage systems for embedded as well as desktop/server computer systems. We are invited on a journey to the memories of the future.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Java Concepts
Cay S. Horstmann Paperback R1,501 Discovery Miles 15 010
An Introduction to XML and Web…
Anders Moller, Michael Schwartzbach Paperback R2,471 Discovery Miles 24 710
The API-First Transformation
Kin Lane Hardcover R1,387 Discovery Miles 13 870
Intro to Python for Computer Science and…
Paul Deitel Paperback R2,077 Discovery Miles 20 770
Java - Java Programming for beginners…
Adam Dodson Hardcover R611 R507 Discovery Miles 5 070
DelphiMVCFramework - the official guide…
Daniele Teti Hardcover R1,368 Discovery Miles 13 680
Coding for Kids Ages 10 and Up - Coding…
Bob Mather Hardcover R882 Discovery Miles 8 820
CSS and HTML for beginners - A Beginners…
Ethan Hall Hardcover R907 Discovery Miles 9 070
Demand-Driven Web Services - Theory…
Zhaohao Sun, John Yearwood Hardcover R8,716 Discovery Miles 87 160
Trends, Applications, and Challenges of…
Mohammad Amin Kuhail, Bayan Abu Shawar, … Hardcover R7,216 Discovery Miles 72 160

 

Partners