0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (101)
  • R250 - R500 (456)
  • R500+ (3,131)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Designing for Scalability with Erlang/OTP (Paperback): Francesco Cesarini Designing for Scalability with Erlang/OTP (Paperback)
Francesco Cesarini; Contributions by Steve Vinoski
R1,142 R944 Discovery Miles 9 440 Save R198 (17%) Ships in 9 - 17 working days

If you need to build a scalable, fault tolerant system with requirements for high availability, discover why the Erlang/OTP platform stands out for the breadth, depth, and consistency of its features. This hands-on guide demonstrates how to use the Erlang programming language and its OTP framework of reusable libraries, tools, and design principles to develop complex commercial-grade systems that simply cannot fail. In the first part of the book, you'll learn how to design and implement process behaviors and supervision trees with Erlang/OTP, and bundle them into standalone nodes. The second part addresses reliability, scalability, and high availability in your overall system design. If you're familiar with Erlang, this book will help you understand the design choices and trade-offs necessary to keep your system running.Explore OTP's building blocks: the Erlang language, tools and libraries collection, and its abstract principles and design rules Dive into the fundamentals of OTP reusable frameworks: the Erlang process structures OTP uses for behaviors Understand how OTP behaviors support client-server structures, finite state machine patterns, event handling, and runtime/code integration Write your own behaviors and special processes Use OTP's tools, techniques, and architectures to handle deployment, monitoring, and operations

Progressive Web Apps with Angular - Create Responsive, Fast and Reliable PWAs Using Angular (Paperback, 1st ed.): Majid Hajian Progressive Web Apps with Angular - Create Responsive, Fast and Reliable PWAs Using Angular (Paperback, 1st ed.)
Majid Hajian
R1,748 R1,425 Discovery Miles 14 250 Save R323 (18%) Ships in 18 - 22 working days

Harness the power of Angular to build fast, high performance progressive web apps that work offline. Learn exactly how to create an Angular Progressive Web App (PWA) from scratch, how you can use different tools to audit and improve it, and leverage Angular CLI or Workbox to turn your app into a PWA. Using browser APIs - including the Credential Management, Payment Request, Geolocation, Web Bluetooth, WebUSB and Generic Sensors APIs - you can unleash the potential of PWAs and build applications that enhance user experience. Angular's game-changing built-in features, including the Angular service worker module, can be leveraged to construct responsive and reliable PWAs that can look and feel just like native mobile apps. You'll learn how to boost your app speed, how to increase user engagement using push notifications, and how to implement offline storage and different caching APIs in Angular. You'll even see how to convert an existing Angular app into a PWA. Whether you're new to building PWAs, or want to learn how to use Angular to improve your app development, Progressive Web Apps with Angular provides the know-how to build and deploy an Angular PWA. What Readers Will Learn Build an Angular app that looks and feels just like a native mobile app Audit and improve an Angular PWA with different tools Increase user engagement by using push notifications Offline storage and different caching APIs in Angular Implement modern technologies into an Angular PWA Who This Book Is For Developers with basic knowledge of HTML, JavaScript and Angular

Identity and Data Security for Web Development (Paperback): Jonathan LeBlanc, Tim Messerschmidt Identity and Data Security for Web Development (Paperback)
Jonathan LeBlanc, Tim Messerschmidt
R1,002 Discovery Miles 10 020 Ships in 18 - 22 working days

Developers, designers, engineers, and creators can no longer afford to pass responsibility for identity and data security onto others. Web developers who don't understand how to obscure data in transmission, for instance, can open security flaws on a site without realizing it. With this practical guide, you'll learn how and why everyone working on a system needs to ensure that users and data are protected. Authors Jonathan LeBlanc and Tim Messerschmidt provide a deep dive into the concepts, technology, and programming methodologies necessary to build a secure interface for data and identity-without compromising usability. You'll learn how to plug holes in existing systems, protect against viable attack vectors, and work in environments that sometimes are naturally insecure. Understand the state of web and application security today Design security password encryption, and combat password attack vectors Create digital fingerprints to identify users through browser, device, and paired device detection Build secure data transmission systems through OAuth and OpenID Connect Use alternate methods of identification for a second factor of authentication Harden your web applications against attack Create a secure data transmission system using SSL/TLS, and synchronous and asynchronous cryptography

Pro MERN Stack - Full Stack Web App Development with Mongo, Express, React, and Node (Paperback, 2nd ed.): Vasan Subramanian Pro MERN Stack - Full Stack Web App Development with Mongo, Express, React, and Node (Paperback, 2nd ed.)
Vasan Subramanian
R1,288 R1,091 Discovery Miles 10 910 Save R197 (15%) Ships in 18 - 22 working days

Assemble the complete stack required to build a modern web app using MongoDB, Express, React, and Node. This book also covers many other complementary tools: React Router, GraphQL, React-Bootstrap, Babel, and Webpack. This new edition will use the latest version of React (React 16) and the latest React Router (React Router 4), which has a significantly different approach to routing compared to React Router 2 which was used in the first edition of the book. Though the primary focus of Pro MERN Stack is to equip you with all that is required to build a full-fledged web application, a large portion of the book will be devoted to React 16. The popular MEAN (MongoDB, Express, AngularJS, Node) stack introduced Single Page Apps (SPAs) and front-end Model-View-Controller (MVC) as new and efficient paradigms. Facebook's React is a technology that competes indirectly with AngularJS. It is not a full-fledged MVC framework. It is a JavaScript library for building user interfaces (in some sense the View part). Yet, it is possible to build a web app by replacing AngularJS with React - hence the term MERN stack What You Will Learn Discover the features of React 16 to get the maximum out of this library Gain the basics of MongoDB, Express, and Node to build a web app Work with other libraries complementary to React, including React-Bootstrap, React Router, and GraphQL Use tools such as Babel and Webpack required to build JavaScript-based SPAs Tie all the components together to build a complete web app. Who This Book Is For Developers and architects who have prior experience in any web app stack other than the MERN stack will find the book useful to learn about this modern stack. Prior knowledge of JavaScript, HTML, and CSS is required.

Elm in Action (Paperback): Richard Feldman Elm in Action (Paperback)
Richard Feldman
R1,062 Discovery Miles 10 620 Ships in 10 - 15 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

Building Design Systems - Unify User Experiences through a Shared Design Language (Paperback, 1st ed.): Sarrah Vesselov, Taurie... Building Design Systems - Unify User Experiences through a Shared Design Language (Paperback, 1st ed.)
Sarrah Vesselov, Taurie Davis
R988 R842 Discovery Miles 8 420 Save R146 (15%) Ships in 18 - 22 working days

Learn how to build a design system framed within the context of your specific business needs. This book guides you through the process of defining a design language that can be understood across teams, while also establishing communication strategies for how to sell your system to key stakeholders and other contributors. With a defined set of components and guidelines, designers can focus their efforts on solving user needs rather than recreating elements and reinventing solutions. You'll learn how to use an interface inventory to surface inconsistencies and inefficient solutions, as well as how to establish a component library by documenting existing patterns and creating new ones. You'll also see how the creation of self-documenting styles and components will streamline your UX process. Building Design Systems provides critical insights into how to set up a design system within your organization, measure the effectiveness of that system, and maintain it over time. You will develop the skills needed to approach your design process systematically, ensuring that your design system achieves the purpose of your organization, your product, and your team. What You'll Learn Develop communication strategies necessary to gain buy-in from key stakeholders and other teams Establish principles based on your specific needs Design, build, implement, and maintain a design system from the ground up Measure the effectiveness of your system over time Who This Book Is For All teams, large and small, seeking to unify their design language through a cohesive design system and create buy-in for design thinking within their organization; UX, visual, and interaction designers, as well as product managers and front-end developers will benefit from a systematic approach to design.

Developing Backbone.js Applications (Paperback): Addy Osmani Developing Backbone.js Applications (Paperback)
Addy Osmani
R1,015 R869 Discovery Miles 8 690 Save R146 (14%) Ships in 18 - 22 working days

If you want to build your site's frontend with the single-page application (SPA) model, this hands-on book shows you how to get the job done with Backbone.js. You'll learn how to create structured JavaScript applications, using Backbone's own flavor of model-view-controller (MVC) architecture.

Start with the basics of MVC, SPA, and Backbone, then get your hands dirty building sample applications--a simple Todo list app, a RESTful book library app, and a modular app with Backbone and RequireJS. Author Addy Osmani, an engineer for Google's Chrome team, also demonstrates advanced uses of the framework.Learn how Backbone.js brings MVC benefits to the client-sideWrite code that can be easily read, structured, and extendedWork with the Backbone.Marionette and Thorax extension frameworksSolve common problems you'll encounter when using Backbone.jsOrganize your code into modules with AMD and RequireJSPaginate data for your Collections with the Backbone.Paginator pluginBootstrap a new Backbone.js application with boilerplate codeUse Backbone with jQuery Mobile and resolve routing problems between the twoUnit-test your Backbone apps with Jasmine, QUnit, and SinonJS

Current Trends in Web Engineering - ICWE 2018 International Workshops, MATWEP, EnWot, KD-WEB, WEOD, TourismKG,  Caceres, Spain,... Current Trends in Web Engineering - ICWE 2018 International Workshops, MATWEP, EnWot, KD-WEB, WEOD, TourismKG, Caceres, Spain, June 5, 2018, Revised Selected Papers (Paperback, 1st ed. 2018)
Cesare Pautasso, Fernando Sanchez-Figueroa, Kari Systa, Juan Manuel Murillo Rodriguez
R1,411 Discovery Miles 14 110 Ships in 18 - 22 working days

This book constitutes the refereed thoroughly refereed post-workshop proceedings of the 18th International Conference on Web Engineering, ICWE 2018, held in Caceres, Spain, in June 2018. The 18 revised full papers were selected from 40 submissions. The workshops complement the main conference and explore new trends on core topics of Web engineering and provide an open discussion space combining solid theory work with practical on-the-field experience. The workshop committee accepted five workshops for publication in this volume: First International Workshop on Maturity of Web Engineering Practices (MATWEP 2018), Second International Workshop on Engineering theWeb of Things (EnWoT 2018), Fourth International Workshop on Knowledge Discovery on the Web (KDWEB 2018), International Workshop on Engineering Open Data (WEOD 2018), First International Workshop on Knowledge Graphs on Travel and Tourism (TourismKG 2018).

Dart - Up and Running (Paperback): Kathy Walrath Dart - Up and Running (Paperback)
Kathy Walrath; Contributions by Seth Ladd
R558 Discovery Miles 5 580 Ships in 18 - 22 working days

Get moving with Dart, the development platform that helps you build high-performance HTML5 apps for the modern Web. With this guide, you'll take a hands-on tour of the Dart language, libraries, and tools--including its editor and virtual machine--for developing structured, fast, and maintainable web apps that run on both the client and the server.

Written by developer advocates at Google, this updated edition covers Dart 1.0. Google designed Dart to boost performance and help developers work more efficiently. This book shows you how to build everything from simple scripts to complex apps that work well in today's browsers.Build web apps with the object-oriented Dart language, and compile your code to JavaScriptDelve into language features, from optional types and method cascades to named constructorsCreate, launch, and debug web and command-line apps with Dart EditorExplore Dart APIs, including dart: core, dart: html, dart: io, dart: convert, and dart: mirrorsUse tools such as Dartium, the Chromium-based browser that can run Dart apps nativelyWalk through Dartiverse Search, a client-server app that combines useful and fun language and API features

Pro ASP.NET Core 6 - Develop Cloud-Ready Web Applications Using MVC, Blazor, and Razor Pages (Paperback, 9th ed.): Adam Freeman Pro ASP.NET Core 6 - Develop Cloud-Ready Web Applications Using MVC, Blazor, and Razor Pages (Paperback, 9th ed.)
Adam Freeman
R1,642 Discovery Miles 16 420 Ships in 9 - 17 working days

Professional developers will produce leaner applications for the ASP.NET Core platform using the guidance in this best-selling book, now in its 9th edition and updated for ASP.NET Core for .NET 6. It contains detailed explanations of the ASP.NET Core platform and the application frameworks it supports. This cornerstone guide puts ASP.NET Core for .NET 6 into context and dives deep into the tools and techniques required to build modern, extensible web applications. New features and capabilities such as MVC, Razor Pages, Blazor Server, and Blazor WebAssembly are covered, along with demonstrations of how they are applied. ASP.NET Core for .NET 6 is the latest evolution of Microsoft's ASP.NET web platform and provides a "host-agnostic" framework and a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility. Author Adam Freeman has thoroughly revised this market-leading book and explains how to get the most from ASP.NET Core for .NET 6. He starts with the nuts-and-bolts topics, teaching you about middleware components, built-in services, request model binding, and more. As you gain knowledge and confidence, he introduces increasingly more complex topics and advanced features, including endpoint routing and dependency injection. He goes in depth to give you the knowledge you need. This book follows the same format and style as the popular previous editions but brings everything up to date for the new ASP.NET Core for .NET 6 release and broadens the focus to include all of the ASP.NET Core platform. You will appreciate the fully worked case study of a functioning ASP.NET Core application that you can use as a template for your own projects. Source code for this book can be found at https://github.com/Apress/pro-asp.net-core-6. What You Will Learn Explore the entire ASP.NET Core platform Apply the new ASP.NET Core for .NET 6 features in your developer environment See how to create RESTful web services, web applications, and client-side applications Build on your existing knowledge to get up and running with new programming models quickly and effectively Who This Book Is For Web developers with a basic knowledge of web development and C# who want to incorporate the latest improvements and functionality in ASP.NET Core for .NET 6 into their own projects.

Python Continuous Integration and Delivery - A Concise Guide with Examples (Paperback, 1st ed.): Moritz Lenz Python Continuous Integration and Delivery - A Concise Guide with Examples (Paperback, 1st ed.)
Moritz Lenz
R1,189 R993 Discovery Miles 9 930 Save R196 (16%) Ships in 18 - 22 working days

Gain the techniques and tools that enable a smooth and efficient software development process in this quick and practical guide on Python continuous integration (CI) and continuous delivery (CD). Based on example applications, this book introduces various kinds of testing and shows you how to set up automated systems that run these tests, and install applications in different environments in controlled ways. Python Continuous Integration and Delivery tackles the technical problems related to software development that are typically glossed over in pure programming texts. After reading this book, you'll see that in today's fast-moving world, no software project can afford to go through development, then an integration phase of unpredictable length and complexity, and finally be shipped to the customer -- just to find out that the resulting application didn't quite fill their need. Instead, you'll discover that practicing continuous integration and continuous delivery reduces the risks by keeping changes small and automating otherwise painful processes. What You Will Learn Carry out various kinds of testing, including unit testing and continuous integration testing, of your Python code using Jenkins Build packages and manage repositories Incorporate Ansible and Go for automated packaging and other deployments Manage more complex and robust deployments Who This Book Is For Python programmers and operating staff that work with Python applications.

Mastering Python for Web - A Beginner's Guide (Hardcover): Sufyan Bin Uzayr Mastering Python for Web - A Beginner's Guide (Hardcover)
Sufyan Bin Uzayr
R1,655 R1,462 Discovery Miles 14 620 Save R193 (12%) Ships in 9 - 17 working days

Short and comprehensive text on how to master python Perfect for beginners or experts who need a refresher

Introduction to Java Programming and Data Structures, Comprehensive Version, Global Edition (Paperback, 12th edition): Y Liang Introduction to Java Programming and Data Structures, Comprehensive Version, Global Edition (Paperback, 12th edition)
Y Liang
R1,980 R1,601 Discovery Miles 16 010 Save R379 (19%) Ships in 5 - 10 working days

For courses in Java Programming A fundamentals-first introduction to basic programming concepts and techniques Designed to support an introductory programming course, Introduction to Java Programming and Data Structures teaches concepts of problem-solving and object-orientated programming using a fundamentals-first approach. Beginner programmers learn critical problem-solving techniques then move on to grasp the key concepts of object-oriented, GUI programming, data structures, and Web programming. This course approaches Java GUI programming using JavaFX, which has replaced Swing as the new GUI tool for developing cross-platform-rich Internet applications and is simpler to learn and use. The 12th edition has been completely revised to enhance clarity and presentation, and includes new and expanded content, examples, and exercises. Also available with MyLab Programming MyLab (TM) Programming is an online learning system designed to engage students and improve results. MyLab Programming consists of programming exercises correlated to the concepts and objectives in this book. Through practice exercises and immediate, personalized feedback, MyLab Programming improves the programming competence of beginning students who often struggle with the basic concepts of programming languages.

UX for Developers - How to Integrate User-Centered Design Principles Into Your Day-to-Day Development Work (Paperback, 1st... UX for Developers - How to Integrate User-Centered Design Principles Into Your Day-to-Day Development Work (Paperback, 1st ed.)
Westley Knight
R1,391 R1,144 Discovery Miles 11 440 Save R247 (18%) Ships in 18 - 22 working days

Become more mindful of the user when building digital products, and learn how to integrate a user-centered approach into your thinking as a web or app developer. This book shows you how the user experience is the responsibility of everyone involved in creating the product and how to redefine development principles when building user-centered digital products. There are still many organizations that are not design driven, and the gap between stereotypical design and development teams needs to be bridged in order to build digital products that cater to the needs of real people. We are at a point where we see organizations that cannot bring the user experience into their core thinking falling behind their competitors. You'll see how to increase the level of UX maturity within any organization by tackling what is possibly the biggest stumbling block that stands between design and development: putting user needs ahead of system efficiency. UX for Developers shows how you can adjust your focus in order to be more mindful of the user when building digital products. Learn to care about what you build, not just for the system's sake, but for those who will use what you build. What You'll Learn Understand what it means to build websites and applications for the user, rather than from a developer's perspective. Review the soft skills required to build more usable digital products Discover the tools and techniques to adopt a user-focused approach to development. Improve communication throughout design and development, especially between developers and non-developers. Who This Book Is For Primary audience is Web/app developers that are looking to understand what it takes to build usable digital products. Secondary audience is UX Designers who are looking to understand the viewpoint of developers; Project managers and stakeholders who need to facilitate better working relationships between developers and designers.

Graphics and Multimedia for the Web with Adobe Creative Cloud - Navigating the Adobe Software Landscape (Paperback, 1st ed.):... Graphics and Multimedia for the Web with Adobe Creative Cloud - Navigating the Adobe Software Landscape (Paperback, 1st ed.)
Jennifer Harder
R2,164 R1,791 Discovery Miles 17 910 Save R373 (17%) Ships in 18 - 22 working days

Upgrade your skills in Adobe Creative Cloud and enhance your corporate or personal website with multimedia and graphics. In this book you'll look at the latest versions of five core Adobe programs: Photoshop, Illustrator, Animate (formerly Flash), Media Encoder and Dreamweaver. As you work with each of these programs to create images, animations, audio and video you will see how each one can help you complete and finally integrate your multimedia files into a final mobile friendly website. Adding new multimedia features to your website does not have to be difficult or confusing. If you plan your route and goals correctly, along the way you will see how each software has its own use, but ultimately, how they can all work together for a common goal. This book also shows you how additional Creative Cloud software can be used with the core five programs should you want to add further interactivity. What You'll Learn: Use Adobe Creative Cloud software to create graphics and multimedia for a website Render images in various formats Work with video, HTML5 Canvas and audio files for the website Discover new features of HTML5 and CSS3 and how to work with them in Dreamweaver CC Who This Book Is For Graphic designers who are creating websites; students in the classroom; instructors wanting to upgrade their Adobe Creative Cloud skills.

Scaling Your Node.js Apps - Progress Your Personal Projects to Production-Ready (Paperback, 1st ed.): Fernando Doglio Scaling Your Node.js Apps - Progress Your Personal Projects to Production-Ready (Paperback, 1st ed.)
Fernando Doglio
R747 R661 Discovery Miles 6 610 Save R86 (12%) Ships in 18 - 22 working days

Take your Node.js application into production-ready status, capable of scaling up to whatever your needs might be. You'll discover that architecting for successful, popular sites is an essential tool of any professional Node.js developer, and learning to scale your own applications is a great place to start. Using this book you will learn when to scale, what factors should trigger scaling, and what architectural techniques are best suited for scaling. You will also explore common pitfalls that arise when scaling a Node.js application and solutions to correct them. Including analyses of success cases at the largest-scale companies, such as Netflix and Paypal, this book will get you started with scaling in no time at all. What You'll Learn Determine what factors should trigger the need to scale Discover different architectural patterns that lend themselves to scaling Resolve problems that arise when scaling up a Node.js application Monitor a platform in order to understand when to start scaling Who This Book Is For The main audience for this book are Node.js developers with a mid-level understanding of the technology. Novice Node users will also benefit from the coverage of generic scaling-related topics.

Full Stack JavaScript - Learn Backbone.js, Node.js, and MongoDB (Paperback, 2nd ed.): Azat Mardan Full Stack JavaScript - Learn Backbone.js, Node.js, and MongoDB (Paperback, 2nd ed.)
Azat Mardan
R1,500 R1,228 Discovery Miles 12 280 Save R272 (18%) Ships in 18 - 22 working days

Learn agile JavaScript web development using the latest cutting-edge front-end and back-end technologies including Node.js, MongoDB, Backbone.js, Parse.com, Heroku, and Microsoft Azure. Using a key project example of a message board app, you will learn the foundations of a typical web application: fetching data, displaying it, and submitting new data. Practical examples of the app build are provided with multiple technologies and all code examples are in full color. This book will save you many hours by providing a hand-picked and tested collection of quick start guides that will enable you to spend less time learning and more time building your own applications. Completely updated for this second edition, Full Stack JavaScript uses current versions of all technologies, including ES6/ES2015 and the latest versions of Node and npm. Prototype fast and ship code that matters! What You'll Learn Use a collection of quick start guides, tutorials, and suggestions, to enhance several development apps Review virtually all setup and deployment step-by-step. Work with Chat web/mobile applications Put front-end and back-end components together and deploy them to production environment Who This Book Is For Programmers who want to learn more about effective JavaScript coding

Adobe Edge Animate Preview 7 (Paperback): Chris Grover Adobe Edge Animate Preview 7 (Paperback)
Chris Grover
R699 Discovery Miles 6 990 Ships in 18 - 22 working days

Want to use an Adobe tool to design animated web graphics that work on iPhone and iPad? You've come to the right book. Adobe Edge Animate Preview 7: The Missing Manual shows you how to build HTML5 graphics using simple visual tools, just as with familiar programs like Photoshop and Flash. No programming experience? No problem. Adobe Edge Animate writes the underlying code for you. With this eBook, you'll be designing great-looking web elements in no time. Bestselling author Chris Grover has more than 25 years experience in graphic design and electronic media. He excels in making complex technology fun and easy to learn. In Adobe Edge Animate Preview 7: The Missing Manual, he continues the winning formula of Flash CS5.5: The Missing Manual and Google SketchUp: The Missing Manual. Throughout the book, illustrations make it clear what you should be seeing onscreen as you work through step-by-step instructions. You can download example files to work with, or create your own animations right from the start. With the purchase of this book, you'll be able to download updates to the electronic versions, which will be updated to keep up with changes to Adobe Edge.

Getting Started with D3 (Paperback): Mike Dewar Getting Started with D3 (Paperback)
Mike Dewar
R534 Discovery Miles 5 340 Ships in 18 - 22 working days

Learn how to create beautiful, interactive, browser-based data visualizations with the D3 JavaScript library. This hands-on book shows you how to use a combination of JavaScript and SVG to build everything from simple bar charts to complex infographics. You'll learn how to use basic D3 tools by building visualizations based on real data from the New York Metropolitan Transit Authority.

Using historical tables, geographical information, and other data, you'll graph bus breakdowns and accidents and the percentage of subway trains running on time, among other examples. By the end of the book, you'll be prepared to build your own web-based data visualizations with D3.Join a dataset with elements of a webpage, and modify the elements based on the dataMap data values onto pixels and colors with D3's scale objectsApply axis and line generators to simplify aspects of building visualizationsCreate a simple UI that allows users to investigate and compare dataUse D3 transitions in your UI to animate important aspects of the dataGet an introduction to D3 layout tools for building more sophisticated visualizations

If you can code and manipulate data, and know how to work with JavaScript and SVG, this book is for you.

PHP & MySQL fur Dummies 2e (German, Paperback, 2. Auflage): J Valade PHP & MySQL fur Dummies 2e (German, Paperback, 2. Auflage)
J Valade
R603 Discovery Miles 6 030 Ships in 10 - 15 working days

PHP ist nach wie vor die wichtigste serverseitige Websprache und MySQL das wichtigste Webdatenbank-Managementsystem. Als Team sind die beiden unschlagbar, wenn es um die Erstellung dynamischer Webseiten geht. In diesem Buch erklArt Ihnen Janet Valade die Grundlagen und das Zusammenspiel von PHP und MySQL anhand typischer Anwendungsbeispiele.

Practical Node.js - Building Real-World Scalable Web Apps (Paperback, 2nd ed.): Azat Mardan Practical Node.js - Building Real-World Scalable Web Apps (Paperback, 2nd ed.)
Azat Mardan
R1,590 R1,318 Discovery Miles 13 180 Save R272 (17%) Ships in 18 - 22 working days

Learn how to build a wide range of scalable real-world web applications using a professional development toolkit. If you already know the basics of Node.js, now is the time to discover how to bring it to production level by leveraging its vast ecosystem of packages.With this book, you'll work with a varied collection of standards and frameworks and see how all those pieces fit together. Practical Node.js takes you from installing all the necessary modules to writing full-stack web applications. You'll harness the power of the Express.js and Hapi frameworks, the MongoDB database with Mongoskin and Mongoose. You'll also work with Pug and Handlebars template engines, Stylus and LESS CSS lanaguages, OAuth and Everyauth libraries, and the Socket.IO and Derby libraries, and everything in between. This exciting second edition is fully updated for ES6/ES2015 and also covers how to deploy to Heroku and AWS, daemonize apps, and write REST APIs. You'll build full-stack real-world Node.js apps from scratch, and also discover how to write your own Node.js modules and publish them on NPM. Fully supported by a continuously updated source code repository on GitHub and with full-color code examples, learn what you can do with Node.js and how far you can take it! What You'll Learn Manipulate data from the mongo console Use the Mongoskin and Mongoose MongoDB libraries Build REST API servers with Express and Hapi Deploy apps to Heroku and AWS Test services with Mocha, Expect and TravisCI Implement a third-party OAuth strategy with Everyauth Web developers who have some familiarity with the basics of Node.js and want to learn how to use it to build apps in a professional environment.

DevOps for Developers (Paperback, 1st ed.): Michael Huttermann DevOps for Developers (Paperback, 1st ed.)
Michael Huttermann
R1,070 Discovery Miles 10 700 Ships in 9 - 17 working days

DevOps for Developers delivers a practical, thorough introduction to approaches, processes and tools to foster collaboration between software development and operations. Efforts of Agile software development often end at the transition phase from development to operations. This book covers the delivery of software, this means the last mile, with lean practices for shipping the software to production and making it available to the end users, together with the integration of operations with earlier project phases (elaboration, construction, transition). DevOps for Developers describes how to streamline the software delivery process and improve the cycle time (that is the time from inception to delivery). It will enable you to deliver software faster, in better quality and more aligned with individual requirements and basic conditions. And above all, work that is aligned with the DevOps approach makes even more fun * Provides patterns and toolchains to integrate software development and operations * Delivers an one-stop shop for kick-starting with DevOps * Provides guidance how to streamline the software delivery process What you'll learn * Know what DevOps is and how it can result in better and faster delivered software * Apply patterns to improve collaboration between development and operations * Introduce unified processes and incentives to support shared goals * Start with or extend a tool infrastructure that spans projects roles and phases * Address pain points in your individual environment with appropriate recipes * Break down existing walls that make up an unnecessarily sluggish delivery process Who this book is for DevOps for Developers is for motivated software engineers, particularly programmers, testers, QA, system admins, database admins, both beginners and experts, who want to improve their software delivery process. It's the perfect choice for engineers who want to go the next step by integrating their approaches for development and delivery of software.This book is for engineers who want to shape their processes and decide on and integrate open source tools and seek for guidance how to integrate standard tools in advanced real world use cases.

Practical PHP 7, MySQL 8, and MariaDB Website Databases - A Simplified Approach to Developing Database-Driven Websites... Practical PHP 7, MySQL 8, and MariaDB Website Databases - A Simplified Approach to Developing Database-Driven Websites (Paperback, 2nd ed.)
Adrian W. West, Steve Prettyman
R1,602 R1,330 Discovery Miles 13 300 Save R272 (17%) Ships in 18 - 22 working days

Build interactive, database-driven websites with PHP 7, MySQL 8, and MariaDB. The focus of this book is on getting you up and running as quickly as possible with real-world applications. In the first two chapters, you will set up your development and testing environment, and then build your first PHP and MariaDB or MySQL database-driven website. You will then increase its sophistication, security, and functionality throughout the course of the book. The PHP required is taught in context within each project so you can quickly learn how PHP integrates with MariaDB and MySQL to create powerful database-driven websites. Each project is fully illustrated, so you will see clearly what you are building as you create your own database-driven website. You will build a form for registering users, and then build an interface so that an administrator can view and administer the user database. You will create a message board for users and a method for emailing them. You will also learn the best practices for ensuring that your website databases are secure. Later chapters describe how to create a product catalog, and a simple e-commerce site. You will also discover how to migrate a database to a remote host. The final chapter will demonstrate the advantages of migrating to Oracle's MySQL 8. You will be shown step by step migration directions along with a demonstration of the tools available in SQL Workbench. Because you are building the interactive pages yourself, you will know exactly how MySQL, MariaDB, and PHP all work together, and you will be able to add database interactivity to your own websites with ease. What You Will Learn Build a secure database-driven website using PHP 7, MySQL 8, and MariaDB Create a product catalog Write a message board Move towards e-commerce Employ security and validation measures Migrate to Oracle's MySQL 8 Server platform Who This Book Is For Web developers with HTML, CSS and a limited Bootstrap experience. Readers need little to no prior experience with PHP and MySQL.

Building Your Online Store With WordPress and WooCommerce - Learn to Leverage the Critical Role E-commerce Plays in... Building Your Online Store With WordPress and WooCommerce - Learn to Leverage the Critical Role E-commerce Plays in Today's Competitive Marketplace (Paperback, 1st ed.)
Lisa Sims
R1,391 R1,144 Discovery Miles 11 440 Save R247 (18%) Ships in 18 - 22 working days

Teaches you all about e-commerce and how to create your own online shop using WordPress and WooCommerce. Regardless of a business's size, e-commerce helps level the playing field, increases a business's exposure, allows companies to reach customers globally, and streamlines the fulfillment process. In the past, e-commerce websites were expensive, technically difficult, and time-consuming to create but not anymore. WordPress and WooCommerce together are a complete e-commerce solution that can be used to sell both physical and digital products online. You'll learn how to install WordPress and how to plan your e-commerce solution with WooCommerce as well as install, create, secure, test, and market a sample online store. Save time and money by planning your own e-commerce strategy without paying expensive consultants. Increase your brand and products' or services' exposure to your target customers, and increase sales by offering target customers the ability to purchase products online as well as reach potential customers globally. What You'll Learn Plan an effective ecommerce strategy Choose a payment merchant and which products or services to sell online Secure your store and add products, descriptions, categories, images, and prices Maintain and expand your online store with WooCommerce extensions Who This Book Is For Ideal for entrepreneurs and small business owners who know their products (physical or digital), but lack the technical background and skills to setup an online store to sell their products and services.

Software Development From A to Z - A Deep Dive into all the Roles Involved in the Creation of Software (Paperback, 1st ed.):... Software Development From A to Z - A Deep Dive into all the Roles Involved in the Creation of Software (Paperback, 1st ed.)
Olga Filipova, Rui Vilao
R1,415 R1,168 Discovery Miles 11 680 Save R247 (17%) Ships in 18 - 22 working days

Understand the big picture of the software development process. We use software every day - operating systems, applications, document editing programs, home banking - but have you ever wondered who creates software and how it's created? This book guides you through the entire process, from conception to the finished product with the aid of user-centric design theory and tools. Software Development: From A to Z provides an overview of backend development - from databases to communication protocols including practical programming skills in Java and of frontend development - from HTML and CSS to npm registry and Vue.js framework. You'll review quality assurance engineering, including the theory about different kind of tests and practicing end-to-end testing using Selenium. Dive into the devops world where authors discuss continuous integration and continuous delivery processes along with each topic's associated technologies. You'll then explore insightful product and project management coverage where authors talk about agile, scrum and other processes from their own experience. The topics that are covered do not require a deep knowledge of technology in general; anyone possessing basic computer and programming knowledge will be able to complete all the tasks and fully understand the concepts this book aims at delivering. You'll wear the hat of a project manager, product owner, designer, backend, frontend, QA and devops engineer, and find your favorite role. What You'll Learn Understand the processes and roles involved in the creation of software Organize your ideas when building the concept of a new product Experience the work performed by stakeholders and other departments of expertise, their individual challenges, and how to overcome possible threats Improve the ways stakeholders and departments can work with each other Gain ideas on how to improve communication and processes Who This Book Is For Anyone who is on a team that creates software and is curious to learn more about other stakeholders or departments involved. Those interested in a career change and want to learn about how software gets created. Those who want to build technical startups and wonder what roles might be involved in the process.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Linear Optimization and Extensions
Manfred Padberg Hardcover R2,936 Discovery Miles 29 360
Graphs, Colourings and the Four-Colour…
Robert A Wilson Hardcover R3,517 Discovery Miles 35 170
Graph Theory As I Have Known It
W. T. Tutte Hardcover R4,645 Discovery Miles 46 450
Algebra and its Applications - ICAA…
Syed Tariq Rizvi, Asma Ali, … Hardcover R4,851 Discovery Miles 48 510
Orthogonal Designs - Hadamard Matrices…
Jennifer Seberry Hardcover R3,918 Discovery Miles 39 180
Code Based Secret Sharing Schemes…
Patrick Sole, Selda Calkavur, … Hardcover R2,155 Discovery Miles 21 550
Theory and Applications of…
Yang Yi Xian Hardcover R1,586 Discovery Miles 15 860
Foundations and Methods in Combinatorial…
Israel Cesar Lerman Hardcover R4,140 Discovery Miles 41 400
Sphere Packings
John Talbot Hardcover R1,545 Discovery Miles 15 450
Fuzzy Graphs and Fuzzy Hypergraphs
John N. Mordeson, Premchand S. Nair Hardcover R4,040 Discovery Miles 40 400

 

Partners