0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (97)
  • R250 - R500 (533)
  • R500+ (3,240)
  • -
Status
Format
Author / Contributor
Publisher

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

Building Real World PHP Applications - PHP HTML MySQL Practical Course for Beginners (Paperback): Andrea Mauro Raimondi Building Real World PHP Applications - PHP HTML MySQL Practical Course for Beginners (Paperback)
Andrea Mauro Raimondi
R528 Discovery Miles 5 280 Ships in 10 - 15 working days
Understanding Quarkus - Quarkus 2.x (Paperback): Antonio Goncalves Understanding Quarkus - Quarkus 2.x (Paperback)
Antonio Goncalves
R931 Discovery Miles 9 310 Ships in 10 - 15 working days
Practising Quarkus - Quarkus 2.x (Paperback): Antonio Goncalves Practising Quarkus - Quarkus 2.x (Paperback)
Antonio Goncalves
R668 Discovery Miles 6 680 Ships in 10 - 15 working days
Simplified Website Designing - Everything You Need to Know About Website, Domain Name, Hosting, WordPress, How to Build A... Simplified Website Designing - Everything You Need to Know About Website, Domain Name, Hosting, WordPress, How to Build A Responsive Website as a Beginners Within an Hour with As Low As $10 (Paperback)
Joseph Odeleye
R493 Discovery Miles 4 930 Ships in 10 - 15 working days
PHP Development with Windows Subsystem for Linux (WSL) - A php[architect] guide (Paperback): Kara Ferguson, Oscar Merida PHP Development with Windows Subsystem for Linux (WSL) - A php[architect] guide (Paperback)
Kara Ferguson, Oscar Merida; Joe Ferguson
R238 Discovery Miles 2 380 Ships in 10 - 15 working days
Simply HTML5 - How To Visual Guide (Paperback): Ebook Lingo Simply HTML5 - How To Visual Guide (Paperback)
Ebook Lingo
R349 Discovery Miles 3 490 Ships in 10 - 15 working days
Java Web Services (Paperback): David A. Chappell & Tyler Jewell Java Web Services (Paperback)
David A. Chappell & Tyler Jewell
R975 R713 Discovery Miles 7 130 Save R262 (27%) Ships in 12 - 17 working days

Java Web Services shows you how to use SOAP to perform remote method calls and message passing; how to use WSDL to describe the interface to a web service or understand the interface of someone else's service; and how to use UDDI to advertise (publish) and look up services in each local or global registry. Java Web Services also discusses security issues, interoperability issues, integration with other Java enterprise technologies like EJB; the work being done on the JAXM and JAX-RPC packages, and integration with Microsoft's .NET services.

Ionic 6 - Create awesome apps for iOS, Android, Desktop and Web (Paperback): Andreas Dormann Ionic 6 - Create awesome apps for iOS, Android, Desktop and Web (Paperback)
Andreas Dormann
R1,544 R1,464 Discovery Miles 14 640 Save R80 (5%) Ships in 10 - 15 working days
React Projects - Build advanced cross-platform projects with React and React Native to become a professional developer, 2nd... React Projects - Build advanced cross-platform projects with React and React Native to become a professional developer, 2nd Edition (Paperback, 2nd Revised edition)
Roy Derks
R985 Discovery Miles 9 850 Ships in 10 - 15 working days

Learn how to develop real-world applications of varying complexity for the web, mobile, and VR devices using React, React Native, React 360, and more Key Features Build React applications at scale using React patterns and best practices Explore React features such as Hooks, the Context API, and the Suspense API Extend React's integration with React Native for building cross-platform mobile apps and games Book DescriptionDeveloped by Facebook, React is a popular library for building impressive user interfaces. React extends its capabilities to mobile platforms using the React Native framework and integrates with popular web and mobile tools to build scalable applications. React Projects is your guide to learning React development by using modern development patterns and integrating React with powerful web tools, such as GraphQL, Expo, and React 360. You'll start building a real-world project right from the first chapter and get hands-on with developing scalable applications as you advance to building more complex projects. Throughout the book, you'll use the latest versions of React and React Native to explore features such as routing, Context, and Hooks on multiple platforms, which will help you build full-stack web and mobile applications efficiently. Finally, you'll get to grips with unit testing with Jest and end-to-end testing with Cypress to build test-driven apps. By the end of this React book, you'll have developed the skills necessary to start building scalable React apps across web and mobile platforms. What you will learn Create a wide range of applications using various modern React tools and frameworks Discover how React Hooks modernize state management for React apps Develop web applications using styled and reusable React components Build test-driven React applications using Jest, React Testing Library, and Cypress Understand full-stack development using GraphQL, Apollo, and React Perform server-side rendering using React and Next.js Create animated games using React Native and Expo Design gestures and animations for a cross-platform game using React Native Who this book is forThe book is for JavaScript developers who want to explore React tooling and frameworks for building cross-platform applications. Basic knowledge of web development, ECMAScript, and React will assist with understanding key concepts covered in this book.

Java Interview Questions - with detailed answers (Paperback): Ue Kiao, Aditya Chatterjee Java Interview Questions - with detailed answers (Paperback)
Ue Kiao, Aditya Chatterjee
R362 Discovery Miles 3 620 Ships in 10 - 15 working days
Bitcoin for Beginners - The Simple Guide to Investing in Bitcoin & Understanding Blockchain Cryptocurrency (Paperback): Artemis... Bitcoin for Beginners - The Simple Guide to Investing in Bitcoin & Understanding Blockchain Cryptocurrency (Paperback)
Artemis Caro
R276 Discovery Miles 2 760 Ships in 10 - 15 working days
Time Series Analysis with Python Cookbook - Practical recipes for exploratory data analysis, data preparation, forecasting, and... Time Series Analysis with Python Cookbook - Practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation (Paperback)
Tarek A. Atwan
R1,279 Discovery Miles 12 790 Ships in 10 - 15 working days

Perform time series analysis and forecasting confidently with this Python code bank and reference manual Key Features Explore forecasting and anomaly detection techniques using statistical, machine learning, and deep learning algorithms Learn different techniques for evaluating, diagnosing, and optimizing your models Work with a variety of complex data with trends, multiple seasonal patterns, and irregularities Book DescriptionTime series data is everywhere, available at a high frequency and volume. It is complex and can contain noise, irregularities, and multiple patterns, making it crucial to be well-versed with the techniques covered in this book for data preparation, analysis, and forecasting. This book covers practical techniques for working with time series data, starting with ingesting time series data from various sources and formats, whether in private cloud storage, relational databases, non-relational databases, or specialized time series databases such as InfluxDB. Next, you'll learn strategies for handling missing data, dealing with time zones and custom business days, and detecting anomalies using intuitive statistical methods, followed by more advanced unsupervised ML models. The book will also explore forecasting using classical statistical models such as Holt-Winters, SARIMA, and VAR. The recipes will present practical techniques for handling non-stationary data, using power transforms, ACF and PACF plots, and decomposing time series data with multiple seasonal patterns. Later, you'll work with ML and DL models using TensorFlow and PyTorch. Finally, you'll learn how to evaluate, compare, optimize models, and more using the recipes covered in the book. What you will learn Understand what makes time series data different from other data Apply various imputation and interpolation strategies for missing data Implement different models for univariate and multivariate time series Use different deep learning libraries such as TensorFlow, Keras, and PyTorch Plot interactive time series visualizations using hvPlot Explore state-space models and the unobserved components model (UCM) Detect anomalies using statistical and machine learning methods Forecast complex time series with multiple seasonal patterns Who this book is forThis book is for data analysts, business analysts, data scientists, data engineers, or Python developers who want practical Python recipes for time series analysis and forecasting techniques. Fundamental knowledge of Python programming is required. Although having a basic math and statistics background will be beneficial, it is not necessary. Prior experience working with time series data to solve business problems will also help you to better utilize and apply the different recipes in this book.

SQL - 2 in 1: The Most Up-To-Date Guide For Beginners & Intermediate To Learn SQL Programming (Paperback): Jym Lawrence SQL - 2 in 1: The Most Up-To-Date Guide For Beginners & Intermediate To Learn SQL Programming (Paperback)
Jym Lawrence
R760 Discovery Miles 7 600 Ships in 10 - 15 working days
SVG Drawing with HTML5 (Paperback): Hussein Qutbi SVG Drawing with HTML5 (Paperback)
Hussein Qutbi
R799 R661 Discovery Miles 6 610 Save R138 (17%) Ships in 10 - 15 working days
Full Stack Development with Angular and GraphQL - Learn to build scalable monorepo and a complete Angular app using Apollo,... Full Stack Development with Angular and GraphQL - Learn to build scalable monorepo and a complete Angular app using Apollo, Lerna, and GraphQL (Paperback)
Ahmed Bouchefra
R1,166 Discovery Miles 11 660 Ships in 10 - 15 working days

Design and develop full-stack and cross-platform Angular applications using the latest web tooling, development techniques, and modern app architecture Key Features Implement scalability and maintainability to your full stack apps using Angular modules and components Get the complete source code of the example social network app built using GraphQL and Apollo Manage your Angular applications state using Apollo client for a seamless user experience Book DescriptionGraphQL is an alternative to traditional REST technology for querying Web APIs. Together with Angular and TypeScript, it provides a tech stack option for building future-proof web applications that are robust and maintainable at any scale. This book leverages the potential of cutting-edge technologies like GraphQL and Apollo and helps Angular developers add it to their stack. Starting with introducing full-stack development, you will learn to create a monorepo project with Lerna and NPM Workspaces. You will then learn to configure Node.js-based backend using GraphQL, Express, and Apollo Server. The book will demonstrate how to build professional-looking UIs with Angular Material. It will then show you how to create Web APIs for your frontend with GraphQL. All this in a step-by-step manner. The book covers advanced topics such as local state management, reactive variables, and generating TypeScript types using the GraphQL scheme to develop a scalable codebase. By the end of this book, you'll have the skills you need to be able to build your full-stack application. What you will learn Create a monorepo project with Lerna and NPM workspaces Add realtime support with GraphQL subscriptions Build a frontend with a modular architecture and Material Design UI components to consume the GraphQL API Use GraphQL Code Generator to generate types and code for a type-safe and scalable code base Create Angular modules and smart and dumb components and share data between them Use Apollo Client features such as client-side queries and reactive variables for local state management Who this book is forThe book is aimed at Angular developers who wish to learn about GraphQL for taking their frontend knowledge in full stack web development. The book assumes intermediate knowledge of Angular, however, full stack development is not required.

Simplifying Android Development with Coroutines and Flows - Learn how to use Kotlin coroutines and the flow API to handle data... Simplifying Android Development with Coroutines and Flows - Learn how to use Kotlin coroutines and the flow API to handle data streams asynchronously in your Android app (Paperback)
Jomar Tigcal; Foreword by Aileen Apolo-de Jesus
R804 Discovery Miles 8 040 Ships in 10 - 15 working days

Get to grips with asynchronous programming in Android using simple, modern, and testable code through Kotlin coroutines and flow Key Features Find out how to improve app performance with Kotlin coroutines Discover the new recommended ways to use Kotlin coroutines and flows Learn the basics of asynchronous programming, along with an overview of coroutines and flow Book DescriptionCoroutines and flows are the new recommended way for developers to carry out asynchronous programming in Android using simple, modern, and testable code. This book will teach you how coroutines and flows work and how to use them in building Android applications, along with helping you to develop modern Android applications with asynchronous programming using real data. The book begins by showing you how to create and handle Kotlin coroutines on Android. You'll explore asynchronous programming in Kotlin, and understand how to test Kotlin coroutines. Next, you'll learn about Kotlin flows on Android, and have a closer look at using Kotlin flows by getting to grips with handling flow cancellations and exceptions and testing the flows. By the end of this book, you'll have the skills you need to build high-quality and maintainable Android applications using coroutines and flows. What you will learn Understand how coroutines and flows differ from existing ways Apply asynchronous programming in Android with coroutines and flows Find out how to build your own coroutines and flows in Android Handle, manipulate, and combine data in coroutines and flows Handle cancellations and exceptions from coroutines and flows Discover how to add tests for your coroutines and flows Integrate coroutines and flows into your Android projects Who this book is forThis book is for intermediate-level Android developers who want to level up their Android app-building skills. Familiarity with Android development and basic knowledge of Kotlin are needed to make the most of this book.

A A Frontend Web Developer's Guide to Testing - Explore leading web test automation frameworks and their future driven by... A A Frontend Web Developer's Guide to Testing - Explore leading web test automation frameworks and their future driven by low-code and AI (Paperback)
Eran Kinsbruner; Foreword by Gleb Bahmutov
R1,098 Discovery Miles 10 980 Ships in 10 - 15 working days

Discover expert tips and best practices for maximizing the efficacy of various test automation frameworks and gain a better understanding of their capabilities for your web projects Key Features Explore the progressive features of the most advanced cross-browser test automation frameworks Formulate a solid testing strategy and strengthen your test coverage by selecting the right tools Realize the future of cross-browser test automation and the use of AI and low-code in testing Book DescriptionTesting web applications during a sprint poses a challenge for frontend web app developers, which can be overcome by harnessing the power of new, open source cross-browser test automation frameworks. This book will introduce you to a range of leading, powerful frameworks, such as Selenium, Cypress, Puppeteer, and Playwright, and serve as a guide to leveraging their test coverage capability. You'll learn essential concepts of web testing and get an overview of the different web automation frameworks in order to integrate them into your frontend development workflow. Throughout the book, you'll explore the unique features of top open source test automation frameworks, as well as their trade-offs, and learn how to set up each of them to create tests that don't break with changes in the app. By the end of this book, you'll not only be able to choose the framework that best suits your project needs but also create your initial JavaScript-based test automation suite. This will enable fast feedback upon code changes and increase test automation reliability. As the open source market for these frameworks evolves, this guide will help you to continuously validate your project needs and adapt to the changes. What you will learn Choose the ideal tool or combination of tools for testing your app Continuously monitor the market and ensure that your developers are using the right tools Advance test automation for your web app with sophisticated capabilities Measure both code coverage and test coverage to assess your web application quality Measure the success and maturity of web application quality Understand the trade-offs in tool selection and the associated risks Build Cypress, Selenium, Playwright, and Puppeteer projects from scratch Explore low-code testing tools for web apps Who this book is forIf you are a frontend developer working with popular frameworks, such as Vue or React, and want to develop testing skills by learning the essentials of test automation, this book is for you. An intermediate-level understanding of JavaScript and frontend development is assumed.

Python Web Development with Sanic - An in-depth guide for Python web developers to improve the speed and scalability of web... Python Web Development with Sanic - An in-depth guide for Python web developers to improve the speed and scalability of web applications (Paperback)
Adam Hopkins
R1,098 Discovery Miles 10 980 Ships in 10 - 15 working days

Build a performant and scalable web application using Sanic, along with maintaining clean code to fit your unique challenges and business requirements Key Features Expand your knowledge of web application architecture for building scalable web apps Learn the core philosophies of performance and scalability from one of the creators of Sanic Create a complete Python web app from scratch and learn to translate the knowledge you gain across various use cases Book DescriptionToday's developers need something more powerful and customizable when it comes to web app development. They require effective tools to build something unique to meet their specific needs, and not simply glue a bunch of things together built by others. This is where Sanic comes into the picture. Built to be unopinionated and scalable, Sanic is a next-generation Python framework and server tuned for high performance. This Sanic guide starts by helping you understand Sanic's purpose, significance, and use cases. You'll learn how to spot different issues when building web applications, and how to choose, create, and adapt the right solution to meet your requirements. As you progress, you'll understand how to use listeners, middleware, and background tasks to customize your application. The book will also take you through real-world examples, so you will walk away with practical knowledge and not just code snippets. By the end of this web development book, you'll have gained the knowledge you need to design, build, and deploy high-performance, scalable, and maintainable web applications with the Sanic framework. What you will learn Understand the difference between WSGI, Async, and ASGI servers Discover how Sanic organizes incoming data, why it does it, and how to make the most of it Implement best practices for building reliable, performant, and secure web apps Explore useful techniques for successfully testing and deploying a Sanic web app Create effective solutions for the modern web, including task management, bot integration, and GraphQL Identify security concerns and understand how to deal with them in your Sanic apps Who this book is forThis book is for Python web developers who have basic to intermediate-level knowledge of how web technologies work and are looking to take their applications to the next level using the power of the Sanic framework. Working knowledge of Python web development along with frameworks such as Django and/or Flask will be helpful but is not required. A basic to intermediate-level understanding of Python 3, HTTP, RESTful API patterns, and modern development practices and tools, such as type annotations, pytest, and virtual environments will also be beneficial.

Hypertext 3.0 - Critical Theory and New Media in an Era of Globalization (Paperback, third edition): George P. Landow Hypertext 3.0 - Critical Theory and New Media in an Era of Globalization (Paperback, third edition)
George P. Landow
R914 Discovery Miles 9 140 Ships in 12 - 17 working days

George Landow's widely acclaimed Hypertext was the first book to bring together the worlds of literary theory and computer technology. Landow was one of the first scholars to explore the implications of giving readers instant, easy access to a virtual library of sources as well as unprecedented control of what and how they read. In hypermedia, Landow saw a strikingly literal embodiment of many major points of contemporary literary theory, particularly Derrida's idea of "de-centering" and Barthes's conception of the "readerly" versus "writerly" text.

From Intermedia to Microcosm, Storyspace, and the World Wide Web, Landow offers specific information about the kinds of hypertext, different modes of linking, attitudes toward technology, and the proliferation of pornography and gambling on the Internet. For the third edition he includes new material on developing Internet-related technologies, considering in particular their increasingly global reach and the social and political implications of this trend as viewed from a postcolonial perspective. He also discusses blogs, interactive film, and the relation of hypermedia to games. Thoroughly expanded and updated, this pioneering work continues to be the "ur-text" of hypertext studies.

Pro CodeIgniter - Learn how to create professional web-applications with PHP. (Paperback): Tsou Lee Pro CodeIgniter - Learn how to create professional web-applications with PHP. (Paperback)
Tsou Lee; Alex Manfield Meng
R914 Discovery Miles 9 140 Ships in 10 - 15 working days
Aws - Amazon Web Services, the Ultimate Guide for Beginners to Advanced (Paperback): Maverick Koston Aws - Amazon Web Services, the Ultimate Guide for Beginners to Advanced (Paperback)
Maverick Koston
R644 Discovery Miles 6 440 Ships in 10 - 15 working days
React and React Native - Build cross-platform JavaScript applications with native power for the web, desktop, and mobile, 4th... React and React Native - Build cross-platform JavaScript applications with native power for the web, desktop, and mobile, 4th Edition (Paperback, 4th Revised edition)
Adam Boduch, Roy Derks, Mikhail Sakhniuk
R1,427 Discovery Miles 14 270 Ships in 10 - 15 working days

Fourth Edition of the popular React book, updated to the latest React 18 to help you go from beginner to professional in React applications development Key Features Discover React's latest features including automatic state update batching and prioritizing state updates Get to grips with React architecture to write cross-platform apps using libraries such as NativeBase Understand GraphQL and Apollo for building a scalable backend for your applications Book DescriptionOver the years, React and React Native has proven itself among JavaScript developers as a popular choice for a complete and practical guide to the React ecosystem. This fourth edition comes with the latest features, enhancements, and fixes to align with React 18, while also being compatible with React Native. It includes new chapters covering critical features and concepts in modern cross-platform app development with React. From the basics of React to popular components such as Hooks, GraphQL, and NativeBase, this definitive guide will help you become a professional React developer in a step-by-step manner. You'll begin by learning about the essential building blocks of React components. As you advance through the chapters, you'll work with higher-level functionalities in application development and then put your knowledge to work by developing user interface components for the web and native platforms. In the concluding chapters, you'll learn how to bring your application together with robust data architecture. By the end of this book, you'll be able to build React applications for the web and React Native applications for multiple mobile platforms. What you will learn Explore React architecture, component properties, state, and context Work with React Hooks for handling functions and components Implement code splitting using lazy components and Suspense Build robust user interfaces for mobile and desktop apps using Material-UI Write shared components for Android and iOS apps using React Native Simplify layout design for React Native apps using NativeBase Write GraphQL schemas to power web and mobile apps Implement Apollo-driven components Who this book is forThis book is for any JavaScript developer who wants to start learning how to use React and React Native for mobile and web application development. No prior knowledge of React is required, however working knowledge of JavaScript is necessary to be able to follow along the content covered.

XSLT 1.0 Pocket Reference (Paperback): Evan Lenz XSLT 1.0 Pocket Reference (Paperback)
Evan Lenz
R248 R184 Discovery Miles 1 840 Save R64 (26%) Ships in 12 - 17 working days

XSLT is an essential tool for converting XML into other kinds of documents: HTML, PDF file, and many others. It's a critical technology for XML-based platforms such as Microsoft .NET, Sun Microsystems' Sun One, as well as for most web browsers and authoring tools. As useful as XSLT is, however, most people have a difficult time getting used to its peculiar characteristics. The ability to use advanced techniques depends on a clear and exact understanding of how XSLT templates work and interact.

The "XSLT 1.0 Pocket Reference" from O'Reilly wants to make sure you achieve that level of understanding. With its concise approach, this handy pocket guide quickly gets you up to speed on XSLT 1.0 so you can covert XML like a seasoned pro. In addition to covering the basics of stylesheet structure, it also explains how to:

use template rules

create a result tree

apply conditional processing

transform multiple source documents

employ number formatting

Thanks to their convenient, quick-reference format, O'Reilly's Pocket References spare you from having to hunt through larger books for answers. They deliver just what you need to get the job done in a timely fashion. And the "XSLT 1.0 Pocket Reference" is no different--it's the ideal companion to have at your desk when you need an answer fast.

Squarespace 6 For Dummies (Paperback): Kris Black Squarespace 6 For Dummies (Paperback)
Kris Black
R704 R593 Discovery Miles 5 930 Save R111 (16%) Ships in 10 - 15 working days

Build your own blog, website, or portfolio with Squarespace

Squarespace lets you create visually rich web pages with any configuration of text, images, or blocks you wish, just by dragging and dropping. Even if you've been using earlier versions of Squarespace, the features in version 6 will amaze you - and bring you straight to this must-have guide for practical information If you're a do-it-yourself website builder, get up to speed fast on all the next-generation Squarespace tools, including cool new features for mobile sites, SEO, social networks, and more. Brings you up to speed on Squarespace 6 and its revolutionary LayoutEngine tool for building visually-rich web pagesDeciphers the very latest features for page-building in today's markets, including mobile, social media, and using SEODelves into using auto-publish for social networks, using built-in mobile websites, syncing with social networks, gathering real-time statistics, managing your site from your smartphone or mobile device, and much moreCovers the essentials, such as using templates, drag-and-drop image uploads, image-editing with Aviary, and using Page Builder to create, share, and reblog content

Build awesome, professional websites for your business in no time with "Squarespace 6 For Dummies."

Practical WebAssembly - Explore the fundamentals of WebAssembly programming using Rust (Paperback): Sendil Kumar N Practical WebAssembly - Explore the fundamentals of WebAssembly programming using Rust (Paperback)
Sendil Kumar N
R1,279 Discovery Miles 12 790 Ships in 10 - 15 working days

Understand the basic building blocks of WebAssembly and learn, install, and use various tools from the Rust and WebAssembly ecosystem Key Features Understand the Rust programming language and WebAssembly concepts for web development Build web, mobile, and embedded apps using WebAssembly Enhance the scalability and resilience of your web apps Book DescriptionRust is an open source language tuned toward safety, concurrency, and performance. WebAssembly brings all the capabilities of the native world into the JavaScript world. Together, Rust and WebAssembly provide a way to create robust and performant web applications. They help make your web applications blazingly fast and have small binaries. Developers working with JavaScript will be able to put their knowledge to work with this practical guide to developing faster and maintainable code. Complete with step-by-step explanations of essential concepts, examples, and self-assessment questions, you'll begin by exploring WebAssembly, using the various tools provided by the ecosystem, and understanding how to use WebAssembly and JavaScript together to build a high-performing application. You'll then learn binary code to work with a variety of tools that help you to convert native code into WebAssembly. The book will introduce you to the world of Rust and the ecosystem that makes it easy to build/ship WebAssembly-based applications. By the end of this WebAssembly Rust book, you'll be able to create and ship your own WebAssembly applications using Rust and JavaScript, understand how to debug, and use the right tools to optimize and deliver high-performing applications. What you will learn Explore WebAssembly and the different tools available in the WebAssembly ecosystem Understand the raw WebAssembly binary and the WebAssembly text format Use the Web and JavaScript API with wasm-bindgen Optimize Rust and WebAssembly for high performance Run and debug WebAssembly and Rust code Explore various tools available in the RustWASM ecosystem Who this book is forThis book is for JavaScript developers who want to deliver better performance and ship type-safe code. Rust developers or backend engineers looking to build full-stack applications without worrying too much about JavaScript programming will also find the book useful.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Starting Out with Python, Global Edition
Tony Gaddis Paperback R2,157 Discovery Miles 21 570
Java How to Program, Late Objects…
Paul Deitel, Harvey Deitel Paperback R900 R750 Discovery Miles 7 500
HTML and JavaScript BASICS
E. Turner, Karl Barksdale Paperback R1,428 R1,267 Discovery Miles 12 670
JavaScript for Sound Artists - Learn to…
William Turner, Steve Leonard Paperback R1,498 Discovery Miles 14 980
HTML5 and CSS - Complete, International…
Denise Woods Paperback R1,008 R918 Discovery Miles 9 180
Managing Chaos - Digital Governance by…
Lisa Welchman Paperback R976 Discovery Miles 9 760
JavaScript for Web Warriors
Patrick Carey, Sasha Vodnik Paperback R1,336 R1,199 Discovery Miles 11 990
Terraform - Up and Running - Writing…
Yevgeniy Brikman Paperback R1,301 R1,143 Discovery Miles 11 430
Drupal Web Profiles
Timi Ogunjobi Paperback R1,086 Discovery Miles 10 860
Java For Dummies, 8th Edition
B Burd Paperback R745 R542 Discovery Miles 5 420

 

Partners