0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (90)
  • R250 - R500 (505)
  • R500+ (3,206)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

Reactive Java Programming (Paperback, 1st ed.): Andrea Maglie Reactive Java Programming (Paperback, 1st ed.)
Andrea Maglie
R1,222 Discovery Miles 12 220 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,081 Discovery Miles 10 810 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.

Beyond jQuery (Paperback, 1st ed.): Ray Nicholus Beyond jQuery (Paperback, 1st ed.)
Ray Nicholus
R1,994 R1,801 Discovery Miles 18 010 Save R193 (10%) 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.

Sams Teach Yourself Java in 21 Days (Covers Java 9) (Paperback, 8th Edition): Rogers Cadenhead Sams Teach Yourself Java in 21 Days (Covers Java 9) (Paperback, 8th Edition)
Rogers Cadenhead
R1,031 R863 Discovery Miles 8 630 Save R168 (16%) Ships in 12 - 19 working days

In arenas ranging from enterprise development to Android app programming, Java remains one of the world's most popular programming languages. Sams Teach Yourself Java in 21 Days helps the serious learner gain true mastery over the new Java 9.

In this book's straightforward, step-by-step approach, each lesson builds on everything that's come before, helping readers learn Java's core features and techniques from the ground up.

Friendly, accessible, and conversational, this book offers a practical grounding in the language, without ever becoming overwhelming or intimidating.

Week 1 introduces the basic building blocks of the Java programming language: keywords, operators, class and object definitions, packages, interfaces, exceptions, and threads.

Week 2 covers the Swing graphical user interface class libraries and the important classes that support data structures, string handling, dates and times.

Week 3 ventures into the hottest areas of Java programming: web services, Java servlets, network programming, database programming and Android development.

Python Cookbook (Paperback, 3rd Revised edition): David Beazley Python Cookbook (Paperback, 3rd Revised edition)
David Beazley
R1,649 R1,175 Discovery Miles 11 750 Save R474 (29%) Ships in 12 - 19 working days

If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms. Inside, you'll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works. Topics include: Data Structures and Algorithms Strings and Text Numbers, Dates, and Times Iterators and Generators Files and I/O Data Encoding and Processing Functions Classes and Objects Metaprogramming Modules and Packages Network and Web Programming Concurrency Utility Scripting and System Administration Testing, Debugging, and Exceptions C Extensions

JavaFX 9 by Example (Paperback, 3rd ed.): Carl Dea, Mark Heckler, Gerrit Grunwald, Jose Pereda Llamas, Sean Phillips JavaFX 9 by Example (Paperback, 3rd ed.)
Carl Dea, Mark Heckler, Gerrit Grunwald, Jose Pereda Llamas, Sean Phillips
R2,025 Discovery Miles 20 250 Ships in 10 - 15 working days

Create media-rich client applications using JavaFX 9 and the Java 9 platform. Learn to create GUI-based applications for mobile devices, desktop PCs, and even the web. Incorporate media such as audio and video into your applications. Interface with hardware devices such as Arduino and Leap Motion. Respond to gesture control through devices such as the Leap Motion Controller. Take advantage of the new HTTP2 API to make RESTful web requests and WebSockets calls. New to this edition are examples of creating stylized text and loading custom fonts, guidance for working with Scene Builder to create visual layouts, and new content on developing iOS and Android applications using Gluon mobile. The book also covers advanced topics such as custom controls, JavaFX 3D, gesture devices, printing, and animation. Best of all, the book is full of working code that you can adapt and extend to all your future projects. Is your goal to develop visually exciting applications in the Java language? Then this is the book you want at your side. JavaFX 9 by Example is chock-full of engaging, fun-to-work examples that bring you up to speed on the major facets of JavaFX 9. You'll learn to create applications that look good, are fun to use, and that take advantage of the medium to present data of all types in ways that engage the user and lead to increased productivity. The book: Has been updated with new content on modular development, new APIs, and an example using the Scene Builder tool Is filled with fun and practical code examples that you can modify and drop into your own projects Includes an example using Arduino and an accelerometer sensor to track motion in 3D Helps you create JavaFX applications for iOS and Android devices What You'll Learn Work with touch-based interfaces Interpret gesture-based events Use shapes, color, text, and UI controls to create a simple click and point game Add audio and video to your projects Utilize JavaFX 3D Create custom controls using CSS, SVG, and Canvas APIs Organize code into modules using Java Platform Module System (Project Jigsaw) Who This Book Is For Java developers developing visual and media-rich applications to run on PCs, phones, tablets, Arduino controllers, and more. This includes developers tasked with creating visualizations of data from statistical analysis and from sensor networks. Any developer wanting to develop a polished user-interface in Java will find much to like in this book.

Programming Hive (Paperback): Edward Rutherglen Programming Hive (Paperback)
Edward Rutherglen; Contributions by Dean Wampler, Jason Rutherglen, Edward Capriolo
R967 R745 Discovery Miles 7 450 Save R222 (23%) Ships in 12 - 19 working days

Hive makes life much easier for developers who work with stored and managed data in Hadoop clusters, such as data warehouses. With this example-driven guide, you'll learn how to use the Hive infrastructure to provide data summarization, query, and analysis - particularly with HiveQL, the query language dialect of SQL. You'll learn how to set up Hive in your environment and optimize its use, and how it interoperates with other tools, such as HBase. You'll also learn how to extend Hive with custom code written in Java or scripting languages. Ideal for developers with prior SQL experience, this book shows you how Hive simplifies many tasks that would be much harder to implement in the lower-level MapReduce API provided by Hadoop.

JavaScript Essentials for SAP ABAP Developers - A Guide to Mobile and Desktop Application Development (Paperback, 1st ed.):... JavaScript Essentials for SAP ABAP Developers - A Guide to Mobile and Desktop Application Development (Paperback, 1st ed.)
Rehan Zaidi
R1,561 R1,433 Discovery Miles 14 330 Save R128 (8%) Ships in 10 - 15 working days

Easily master JavaScript (JS) with this quick guide and develop mobile and desktop applications for SAP Fiori. This book equips ABAP/SAP developers with the essential topics to get started with JS. The focus of JavaScript Essentials for SAP ABAP Developers is on the parts of the JS language that are useful from the perspective of an ABAP developer. The book starts with a brief intro to HTML, the basics of JS, and how to create and run a simple JS program. It then dives into the details of the language, showing how to make simple programs. It covers loops in detail, mathematical operations, and string and regular expressions in JS, as well as a taste of functions, followed by objects and object-oriented programming in JavaScript. The book provides: Sample code and screenshots to help you fully understand JS A chapter on JS best practices and recommendations Differences and comparisons of the elements and data structures of ABAP and JavaScript to help you quickly master the material What You'll Learn Create and run a simple JavaScript program Understand loops, operations, and expressions Master the Create and Use functions Use objects and object-oriented programming in JS Apply the best practices of JS programming Who This Book Is For SAP programmers and developers, ABAP users and developers, and university students learning ABAP and JavaScript

Jump Start JavaScript (Paperback): Ara Pehlivanian, Don Nguyen Jump Start JavaScript (Paperback)
Ara Pehlivanian, Don Nguyen
R715 R631 Discovery Miles 6 310 Save R84 (12%) 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 PHP XML and Web Services (Paperback, Softcover reprint of the original 1st ed.): Robert Richards Pro PHP XML and Web Services (Paperback, Softcover reprint of the original 1st ed.)
Robert Richards
R2,146 Discovery Miles 21 460 Ships in 10 - 15 working days

Author Rob Richards is a major contributor to the PHP XML codebase and is considered a leading expert on the topic in the PHP community Covers the most leading-edge branch of PHP-currently 5.1 Practical, real-world examples with the Amazon, eBay, Yahoo, and Google web services APIs

Learn CakePHP - With Unit Testing (Paperback, 2nd ed.): Radharadhya Dasa Learn CakePHP - With Unit Testing (Paperback, 2nd ed.)
Radharadhya Dasa
R1,134 Discovery Miles 11 340 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.

Typed PHP - Stronger Types For Cleaner Code (Paperback, 1st ed.): Christopher Pitt Typed PHP - Stronger Types For Cleaner Code (Paperback, 1st ed.)
Christopher Pitt
R1,008 Discovery Miles 10 080 Ships in 10 - 15 working days

Discover how stronger types mean cleaner, more efficient, and optimized PHP applications. This unique book looks at typed PHP: PHP types, strings, regular expressions, and more from PHP 7 as found in standard PHP libraries, user libraries, extensions, and cross-compilers. You'll see how to create a set of reusable tools that unify and ease the scalar types of PHP. PHP has a rich history and a dominant place on the web. It has achieved much despite language inconsistencies and difficulties. Bjarne Stroustrup once said: "There are only two kinds of languages: the ones people complain about and the ones nobody uses". PHP is one of those languages that everybody uses, yet that's often seen as a good reason to ignore the bad parts and just get stuff done. We're all for getting stuff done, and to that end, the author has used Plain Ol' PHP for many years. It's always bugged him how procedural PHP is, in an ecosystem of OOP libraries and frameworks. So he decided to take a deeper look at building a stronger type system on top of PHP. That's the goal of this book. What You'll Learn Discover the fundamentals of PHP strings, regex, underscores, native function inconsistencies, and more Examine the structure of PHP types including boxing, regex, namespace functions, composer autoload, null problem, optional values, and more Work with extensions like vagrant + phansible, provisioning, vagrant commands, SPL types, scalar objects, zephir, and more Design using scalar, SPL, zephir, structure types, resolving types, chaining, combining number types, PHPUnit, packaging, and more Plan for the future using a case study example Who This Book Is For Experienced web developers and PHP programmers.

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,475 Discovery Miles 14 750 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

On the Way to the Web - The Secret History of the Internet and Its Founders (Paperback, Softcover reprint of the original 1st... On the Way to the Web - The Secret History of the Internet and Its Founders (Paperback, Softcover reprint of the original 1st ed.)
Michael Banks
R592 R546 Discovery Miles 5 460 Save R46 (8%) Ships in 10 - 15 working days

On the Way to the Web: The Secret History of the Internet and Its Founders is an absorbing chronicle of the inventive, individualistic, and often cantankerous individuals who set the Internet free. Michael A. Banks describes how the online population created a new culture and turned a new frontier into their vision of the future. This book will introduce you to the innovators who laid the foundation for the Internet and the World Wide Web, the man who invented online chat, and the people who invented the products all of us use online every day. Learn where, when, how and why the Internet came into being, and exactly what hundreds of thousands of people were doing online before the Web. See who was behind it all, and what inspired them.

Foundation Flash Applications for Mobile Devices (Paperback, Softcover reprint of the original 1st ed.): Richard Leggett,... Foundation Flash Applications for Mobile Devices (Paperback, Softcover reprint of the original 1st ed.)
Richard Leggett, Weyert De Boer, Scott Janousek
R1,755 Discovery Miles 17 550 Ships in 10 - 15 working days

* This is the only up-to-date book on the market that covers Flash mobile application development. * Evidence of demand - large companies such as Nokia and Samsung are Flash-enabling their phones. * The book will support the new FlashLite version available with the next version of Flash, released later on this year.

HTML5 Quick Markup Reference (Paperback, 1st ed.): Wallace Jackson HTML5 Quick Markup Reference (Paperback, 1st ed.)
Wallace Jackson
R1,878 Discovery Miles 18 780 Ships in 10 - 15 working days

This book is a condensed reference for HTML5 markup. It presents the essential HTML5 elements and attributes in a well-organized format that can be used as a handy reference. HTML5 Quick Markup Reference is an HTML5 reference title covering tags and parameters central to HTML5 markup using the NetBeans 8.1 IDE. The book covers the tags used in HTML5, logically organized by topical chapters. It gets more advanced as chapters progress, covering the new media tags and file formats that are best for use with HTML5, as well as key factors regarding the data footprint optimization work process, in-lining .CSS and .JS files, and why data footprint optimization is important. What You Will Learn: The tags supported in HTML5 What comprises an HTML5 content production workflow Concepts and principles behind HTML5 content production How to install and utilize Inkscape for Windows, Mac OS X and Linux Concepts behind spline curves, strokes, fills, patterns, and rendering Digital illustration data formats and data footprint optimization Who This Book Is For: Website developers, Flash developers, user interface designers, HTML5 game designers, teachers, and educators.

Creating Blogs with Jekyll (Paperback, 1st ed.): Vikram Dhillon Creating Blogs with Jekyll (Paperback, 1st ed.)
Vikram Dhillon
R2,435 Discovery Miles 24 350 Ships in 10 - 15 working days

Learn to create your own blog using the Jekyll static site generator. You'll start with a simple template, add new features to it, automate any maintenance, attach social sharing, and begin writing. By the end of Creating Blogs with Jekyll, you will be able to create custom blogs with Jekyll, update the content with ease, and reach out to your readers with minimal effort. Because you've built your blog yourself, you'll know exactly how each component works, and you won't be dependent on an admin panel to maintain it. Creating Blogs with Jekyll equips you with the knowledge to create an elegantly designed blog and scale it to capture more readers. Recapture the magic of writing by creating great content and use an easy workflow in Jekyll to maintain it for blogging. Do new things and write about them in style with Jekyll. Takes you through building a fully functional blog from scratch using Jekyll Provides a fun way to work on a side-project and integrate cutting edge web technologies Teaches you how to update and maintain your awesome blog Jekyll is a simple, secure and very low maintenance blog engine that converts naturally written content in markdown into a beautiful and minimal blog. It allows you to focus on content creation and expressing yourself instead of spending all your time updating the plugins and maintaining the database. Jekyll does not rely on a database as a backend so your blog will be far more secure and reliable than any traditional blogging engines such as WordPress. We live in a day and age where short attention spans make it very difficult to expose a reader to interesting content. What better way to capture a reader's attention and retain viewers by captivating them by your own unique style and taste? Jekyll allows the content to shine with minimal distractions and a greater focus on the content and easy sharing of the content. What You'll Learn Choose a base theme appropriate for your style and development Integrate various web technologies that will work well together and enhance your blog Automate social sharing components and comments workflow Make adjustments to themes, views and styles of blog posts Update any of the modular components of the blog and integrate new technologies Implement Jekyll and deploying static websites for future projects Who This Book Is For The developer who is ready to move beyond the complexities of maintaining a content management system by creating their own unique blog in their own style. It's for the project manager tired of spending all their time editing their blog on the admin panel and updating the content management system. Creating Blogs with Jekyll is an excellent choice for new developers to start blogging because of the simplicity of Jekyll's theming layer and writing workflow. It's an excellent choice for the web developer wanting to build their blog from scratch and expand their knowledge of higher level web technologies.

Introducing SEO - Your quick-start guide to effective SEO practices (Paperback, 1st ed.): Aravind Shenoy, Anirudh Prabhu Introducing SEO - Your quick-start guide to effective SEO practices (Paperback, 1st ed.)
Aravind Shenoy, Anirudh Prabhu
R1,316 R1,188 Discovery Miles 11 880 Save R128 (10%) Ships in 10 - 15 working days

Use this easy-to-digest brief introduction to leverage search engine optimization (SEO) - an imperative methodology used to improve the visibility of websites using different strategies and techniques. Using a calculative and practical approach, this book teaches you the techniques, practical implementations, and concepts of SEO that will enable you to get to grips with the fundamental aspects of search engine optimization. Introducing SEO jumpstarts your knowledge using an easy-to-follow approach - add it to your library today. What You'll Learn Incorporate effective SEO into your workflow Use keywords, link building, and online social media marketing Implement SEO-specific plans and strategies Employ strategies that will result in better website visibility Who This Book Is For Beginners who want a quick, no-nonsense introduction to SEO. No prior experience or knowledge of SEO is required to understand the concepts in this book.

PHP Development Tool Essentials (Paperback, 1st ed.): Chad Russell PHP Development Tool Essentials (Paperback, 1st ed.)
Chad Russell
R951 R895 Discovery Miles 8 950 Save R56 (6%) Ships in 10 - 15 working days

Learn PHP development best practices, such as version control, development environment virtualization, and coding standards. You'll also discover the most useful PHP web frameworks, including the new Laravel, symfony2, and micro-frameworks. As you do so, you'll learn how to use them to write the most productive PHP code possible. PHP Development Tool Essentials complements Jason Gilmore's best-selling Beginning PHP and MySQL. This book will further expose you to the many different methodologies, tools, and concepts that professional web developers are using more and more each day. What You'll Learn Use version control with PHP Set up virtualized development environments Maintain PHP coding standards Manage dependencies Leverage the best PHP frameworks Who This Book Is For Intermediate to advanced PHP developers looking to advance their skills with new tools, concepts, and approaches.

Introducing Regular Expressions - JavaScript and TypeScript (Paperback, 1st ed.): Joerg Krause Introducing Regular Expressions - JavaScript and TypeScript (Paperback, 1st ed.)
Joerg Krause
R916 Discovery Miles 9 160 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.

JSON Quick Syntax Reference (Paperback, 1st ed.): Wallace Jackson JSON Quick Syntax Reference (Paperback, 1st ed.)
Wallace Jackson
R1,940 Discovery Miles 19 400 Ships in 10 - 15 working days

This compact syntax reference covers syntax and parameters central to JSON object definitions. You'll learn the syntax used in the JSON object definition language, logically organized by topical chapters, and getting more advanced as chapters progress, covering structures and file formats which are best for use with HTML5. Furthermore, the JSON Quick Syntax Reference includes the key factors regarding the data footprint optimization work process, the in-lining of CSS and JS files, and why a data footprint optimization work process is important. What You'll Learn * Use the object definition syntax supported in JSON* Define a JSON content production workflow* Gain an understanding of the concepts and principles behind JSON object definitions* Use JSON code snippets and apply them in your web applications* Utilize the NetBeans, Android Studio, and Eclipse IDEs for your JSON coding Who This Book Is For Web developers, Android application developers, and user interface designers.

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,930 Discovery Miles 19 300 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.

Aws - La guia de estudio completa para profesionales certificados en la nube para aprender los principios de AWS desde el nivel... Aws - La guia de estudio completa para profesionales certificados en la nube para aprender los principios de AWS desde el nivel principiante hasta el avanzado. !Mejore sus habilidades informaticas hoy! (Spanish, Hardcover)
Aiden Phillips
R805 R705 Discovery Miles 7 050 Save R100 (12%) Ships in 10 - 15 working days
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,771 Discovery Miles 17 710 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.

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,449 Discovery Miles 14 490 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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
XML Data Mining - Models, Methods, and…
Andrea Tagarelli Hardcover R5,439 Discovery Miles 54 390
Modern Earthquake Engineering - Offshore…
Junbo Jia Hardcover R6,595 Discovery Miles 65 950
Crowdsourcing of Sensor Cloud Services
Azadeh Ghari Neiat, Athman Bouguettaya Hardcover R3,037 R1,785 Discovery Miles 17 850
Handbook of Research on Architectural…
Ramanathan Hardcover R8,388 Discovery Miles 83 880
Progressive Concepts for Semantic Web…
Hardcover R4,993 Discovery Miles 49 930
Evaluating Websites and Web Services
Denis Yannacopoulos, Panagiotis Manolitzas, … Hardcover R5,871 Discovery Miles 58 710
Underwater Construction: Development and…
Society for Underwater Technology (Sut) Hardcover R4,497 Discovery Miles 44 970
The 1st International Conference on…
Sanja Bauk, Stojce Dimov Ilcev Hardcover R4,431 Discovery Miles 44 310
Soviet Oil - The Move Offshore
Stephen Lewarne Hardcover R4,476 Discovery Miles 44 760
Technology Common to Aero and Marine…
Society for Underwater Technology (Sut) Hardcover R5,761 Discovery Miles 57 610

 

Partners