0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (115)
  • R250 - R500 (536)
  • R500+ (3,221)
  • -
Status
Format
Author / Contributor
Publisher

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

Algorithm Design - Pearson New International Edition (Paperback, Pearson New International Edition): Jon Kleinberg, Eva Tardos Algorithm Design - Pearson New International Edition (Paperback, Pearson New International Edition)
Jon Kleinberg, Eva Tardos
R2,806 Discovery Miles 28 060 Ships in 9 - 15 working days

August 6, 2009 Author, Jon Kleinberg, was recently cited in the New York Times for his statistical analysis research in the Internet age. Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a range of design and analysis techniques for problems that arise in computing applications. The text encourages an understanding of the algorithm design process and an appreciation of the role of algorithms in the broader field of computer science.

Designing Web APIs - Building APIs That Developers Love (Paperback): Brenda Jin, Saurabh Sahni, Amir Shevat Designing Web APIs - Building APIs That Developers Love (Paperback)
Brenda Jin, Saurabh Sahni, Amir Shevat
R1,076 R785 Discovery Miles 7 850 Save R291 (27%) Ships in 12 - 17 working days

Designing an API is complicated to begin with, but evolving your API design over time makes the process even more difficult. There are several books on the topic, but none that guide you through key decisions for designing and building APIs for specific audiences and types of products. Well, until now, that is. Using case studies from companies such as Slack, Stripe, Facebook, and Github, this practical guide shows you how to navigate complex decisions when building, scaling, and evolving your own APIs. You'll learn best practices for designing APIs that developers will love, and discover how to evolve your APIs as your product grows. Developers, architects, tech leads, product managers, and engineering managers will: Examine strategies to expose data through web APIs, using webhooks, websockets, and HTTP Learn how to evolve APIs while keeping them consistent Be able to scale APIs with pagination and rate limiting Handle security, performance, monitoring, and testing Build a thriving ecosystem around your API

Practical JAMstack - Blazing Fast, Simple, and Secure Web Development, the Modern Way (Paperback, 1st ed.): Frank Zammetti Practical JAMstack - Blazing Fast, Simple, and Secure Web Development, the Modern Way (Paperback, 1st ed.)
Frank Zammetti
R1,486 R917 Discovery Miles 9 170 Save R569 (38%) Ships in 9 - 15 working days

Learn what JAMstack is all about, what those three big letters in the front mean and why it's so beneficial. This book shows you how to create sites and apps on the JAMstack using GatsbyJS, a tool made specifically for generating them. As part of that, you'll learn about React, one of the hottest front-end development tools out there today. You will build three separate projects, starting with a relatively simple site to get your feet wet, then a more robust and dynamic application to see more advanced topics like API usage and data storage. Finally, you'll build a game on the JAMstack to get a whole different perspective on how all the pieces can fit together. JAMstack, a modern take on best practices, is taking the web development world by storm and allowing developers to create web site and apps that are blazingly fast and highly secure. In many ways JAMstack is a throwback to web development of yesteryear, all while providing a simpler development experience that is streamlined by many years of best practices being brought to bear. What You'll Learn Review the principles of JAMstack: Javascript, APIs and Markup Use React to build a front-end Set up a GitHub account and hosting using GitHub Pages Host in Netlify (the creators of JAMstack!) Understand Netlify functions and FaunaDB for persistent data storage Explore GraphQL usage for querying data Work with the Phaser game library Who This Book Is For Web developers with some HTML, CSS and JavaScript experience, who want to apply best practices to build web sites that have no back-end server infrastructure while still providing dynamic content along with a streamlined development process. Architects who just want to learn JAMstack, even if they aren't going to be hacking code all day.

Practical hapi - Build Your Own hapi Apps and Learn from Industry Case Studies (Paperback, 1st ed.): Kanika Sud Practical hapi - Build Your Own hapi Apps and Learn from Industry Case Studies (Paperback, 1st ed.)
Kanika Sud
R1,329 R823 Discovery Miles 8 230 Save R506 (38%) Ships in 9 - 15 working days

Understand the core concepts of hapi and learn to build RESTful APIs that are quick, useful, and productive. Created by the mobile team at Walmart Labs, hapi is a light Node.js framework that is perfect for building API servers, websites, and HTTP proxy applications. With this quick guide, you'll learn the basics of hapi and use those skills to build an application and a REST API with MySQL. You'll then wrap up with a Capstone project of industry relevance, understanding solution design, and how hapi fits into industry relevant projects for data driven apps. Used by companies such as PayPal and Mozilla, hapi is a key framework for anyone serious about enterprise web development. Practical hapi will ensure you focus your time on critical project tasks instead of building infrastructure. What You'll Learn Utilize the power of RESTful APIs and Node.js Build your first hapi application based on its core concepts Work with promises and asynchronous programming effectively Use Sequelize for database connectivity Who This Book Is For Anyone with basic knowledge of JavaScript or Node.js who wants to learn to work with hapi. A primer for the relevant Node.js and JavaScript is provided so those with general programming experience can also use this book.

Beginning JavaScript - The Ultimate Guide to Modern JavaScript Development (Paperback, 3rd ed.): Russ Ferguson Beginning JavaScript - The Ultimate Guide to Modern JavaScript Development (Paperback, 3rd ed.)
Russ Ferguson
R1,129 R899 Discovery Miles 8 990 Save R230 (20%) Ships in 10 - 15 working days

Discover everything you need to know to get up-to-speed with JavaScript development and add dynamic enhancements to web pages. This completely updated third edition reveals how the code works and when to use closures, constants, and execution content. Starting with the basics, you'll see how to employ prototypical inheritance, as well as memory management, variable hoisting and event bubbling. Also covered is an introduction to Node.js and package managers, key to understanding the tools necessary in front-end development and how they are used with current JavaScript frameworks. JavaScript is one of the most important technologies on the web, providing the means to add dynamic functionality to your web pages and serving as the backbone of working with frameworks like Angular and React. Beginning JavaScript, Third Edition will take you from being a JavaScript novice to working freely with this important technology - begin your JavaScript journey today! What You'll Learn Construct good JavaScript syntax following modern coding practices Use JavaScript to communicate with the server and retrieve data Dynamically manipulate markup, validate forms and deal with images Debug applications using features inside the browser Use TypeScript to bring strong typing to the language Who This Book Is For Beginner to intermediate developers with a basic knowledge of front-end programming who are looking for a deeper understanding of how JavaScript works in the browser and how to answer questions in an interview.

JAVA/J2EE - Interview Questions (CD-ROM): Shiv Prasad Koirala JAVA/J2EE - Interview Questions (CD-ROM)
Shiv Prasad Koirala
R136 Discovery Miles 1 360 Ships in 12 - 17 working days
Head First Programming (Paperback): David Griffiths Head First Programming (Paperback)
David Griffiths
R1,563 R1,237 Discovery Miles 12 370 Save R326 (21%) Ships in 10 - 15 working days

Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? "Head First Programming" introduces the core concepts of writing computer programs - variables, decisions, loops, functions, and objects - which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to demonstrate and reinforce these concepts. You can learn the basic tools to start writing the programs that interest you, and get a better understanding of what software can (and cannot) do. When you're finished, you'll have the necessary foundation to learn any programming language or tackle any software project you choose. With a focus on programming concepts, this book teaches you how to: understand the core features of all programming languages, including variables, statements, decisions, loops, expressions, and operators; reuse code with functions; use library code to save time and effort; select the best data structure to manage complex data; write programs that talk to the Web; share your data with other programs; and, write programs that test themselves and help you avoid embarrassing coding errors. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, "Head First Programming" uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Learn Rails 6 - Accelerated Web Development with Ruby on Rails (Paperback, 1st ed.): Adam Notodikromo Learn Rails 6 - Accelerated Web Development with Ruby on Rails (Paperback, 1st ed.)
Adam Notodikromo
R2,058 R1,603 Discovery Miles 16 030 Save R455 (22%) Ships in 10 - 15 working days

Effectively learn and apply software development and engineering techniques to web application development using Rails 6 with this accelerated tutorial. This book teaches modern engineering practices including git flow, containerization, debugging, testing, and deployment. Along the way, you'll see how to build a social network application and then deploy it on a cloud provider such as Amazon Web Services. After reading and using this book, you'll be able to effectively build and deploy your Rails application to the cloud. You'll also have used the Ruby on Rails framework to carry out the rapid development of an idea into a product without sacrificing quality. What You Will Learn Use the Ruby on Rails 6 web development framework Integrate Docker with your Ruby on Rails code Apply software engineering techniques to learning the Rails framework Design, build, and deploy a social networking application to the Amazon cloud Who This Book Is For Beginners with at least some prior programming experience. Ruby experience is helpful, but not required.

Building the Web of Things (Paperback): Dominique Guinard, Vlad Trifa Building the Web of Things (Paperback)
Dominique Guinard, Vlad Trifa
R683 R644 Discovery Miles 6 440 Save R39 (6%) Ships in 12 - 17 working days

The Internet of Things (IoT) is a hot topic! Analysts call it a disruptive technology. Competing standards and technologies pop up daily, and there are no tangible signs of a single protocol that will let all devices, services, and applications communicate seamlessly. Fortunately, there's a great universal IoT application platform available now: the World Wide Web. Web standards and tools provide the ideal substrate for connected devices and applications to exchange data. This vision is called the Web of Things. Building the Web of Things is a hands-on guide for designing and implementing scalable, flexible, and open IoT solutions using Web technologies. This book provides the right balance of theory, code samples, and practical examples, and shows how to connect all sorts of devices to the Web and expose their services and data over REST APIs. After building a simple proof of concept app, readers will learn a systematic methodology and system architecture for connecting things to the Web, finding other things, sharing data, and combining these components to rapidly build distributed applications and physical mashups. With each chapter, readers gain the knowledge and skills needed to take full advantage of a new generation of real-time, web-connected devices and services, giving them the ability to build scalable applications that merge the physical and digital worlds. KEY FEATURES Gets readers started with the Web of Things in minutes Offers a complete toolbox of Web and Internet technologies Hands-on guide for using the web to connect apps to the real world ABOUT THE TECHNOLOGY The Web of Things is about using the latest Web technologies as the underlying application-level protocol for the Internet of Things (IoT). While the Internet of Things mainly focuses on the networking side of how to connect things, the Web of Things focuses on the application layer, i.e., how things can expose and share their data and services so that they can easily be consumed by Web applications.

Practical TensorFlow.js - Deep Learning in Web App Development (Paperback, 1st ed.): Juan De Dios Santos Rivera Practical TensorFlow.js - Deep Learning in Web App Development (Paperback, 1st ed.)
Juan De Dios Santos Rivera
R1,621 R989 Discovery Miles 9 890 Save R632 (39%) Ships in 9 - 15 working days

Develop and deploy deep learning web apps using the TensorFlow.js library. TensorFlow. js is part of a bigger framework named TensorFlow, which has many tools that supplement it, such as TensorBoard , ml5js , tfjs-vis. This book will cover all these technologies and show they integrate with TensorFlow. js to create intelligent web apps. The most common and accessible platform users interact with everyday is their web browser, making it an ideal environment to deploy AI systems. TensorFlow.js is a well-known and battle-tested library for creating browser solutions. Working in JavaScript, the so-called language of the web, directly on a browser, you can develop and serve deep learning applications.You'll work with deep learning algorithms such as feedforward neural networks, convolutional neural networks (CNN), recurrent neural networks (RNN), and generative adversarial network (GAN). Through hands-on examples, apply these networks in use cases related to image classification, natural language processing, object detection, dimensionality reduction, image translation, transfer learning, and time series analysis. Also, these topics are very varied in terms of the kind of data they use, their output, and the training phase. Not everything in machine learning is deep networks, there is also what some call shallow or traditional machine learning. While TensorFlow.js is not the most common place to implement these, you'll be introduce them and review the basics of machine learning through TensorFlow.js. What You'll Learn Build deep learning products suitable for web browsers Work with deep learning algorithms such as feedforward neural networks, convolutional neural networks (CNN), recurrent neural networks (RNN), and generative adversarial network (GAN) Develop apps using image classification, natural language processing, object detection, dimensionality reduction, image translation, transfer learning, and time series analysis Who This Book Is For Programmers developing deep learning solutions for the web and those who want to learn TensorFlow.js with at least minimal programming and software development knowledge. No prior JavaScript knowledge is required, but familiarity with it is helpful.

Web Enabled Commercial Application Development Using HTML, DHTML, JavaScript, Perl Cgi (Paperback): Ivan Bayross Web Enabled Commercial Application Development Using HTML, DHTML, JavaScript, Perl Cgi (Paperback)
Ivan Bayross
R775 Discovery Miles 7 750 Ships in 12 - 17 working days
Building Scalable PHP Web Applications Using the Cloud - A Simple Guide to Programming and Administering Cloud-Based... Building Scalable PHP Web Applications Using the Cloud - A Simple Guide to Programming and Administering Cloud-Based Applications (Paperback, 1st ed.)
Jonathan Bartlett
R968 R783 Discovery Miles 7 830 Save R185 (19%) Ships in 10 - 15 working days

Eliminate the guesswork involved in writing and deploying a cloud application. This step-by-step guide uses PHP to minimize the complexity of the code and setup, but the tools and techniques can be applied on any platform using any language. Everything that you need to jumpstart your application on the cloud is right here. Clear diagrams, step-by-step configuration information, and complete code listings tell you everything you need to get off the ground and start developing your cloud application today. This book introduces several cloud architectures and technologies that will help you accelerate your application in the cloud. Chapters cover load-balanced clusters, database replication, caching configuration, content delivery networks, infinite-scale file storage, and cloud system administration. Cloud computing has dramatically changed the landscape of web hosting. Instead of spending weeks negotiating contracts for servers, new servers can be deployed with the push of a button, and your application can be resized almost instantly to meet today's needs. No matter what size of web application you are developing, you can benefit from modern cloud servers, and this is the guide to tell you how. What You'll Learn Use the cloud and its various platforms with Docker management tools Build a simple PHP-based scalable web application Create a basic cloud cluster Work with Amazon and Google Cloud Platform in your PHP web application development Who This Book Is For Developers who have some prior programming experience, including PHP, and who are new to building applications

Cython (Paperback): Kurt Smith Cython (Paperback)
Kurt Smith
R827 R536 Discovery Miles 5 360 Save R291 (35%) Ships in 12 - 17 working days

Build software that combines Python's expressivity with the performance and control of C (and C++). It's possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this practical guide, you'll learn how to use Cython to improve Python's performance - up to 3000x - and to wrap C and C++ libraries in Python with ease. Author Kurt Smith takes you through Cython's capabilities, with sample code and in-depth practice exercises. If you're just starting with Cython, or want to go deeper, you'll learn how this language is an essential part of any performance-oriented Python programmer's arsenal.Use Cython's static typing to speed up Python code Gain hands-on experience using Cython features to boost your numeric-heavy Python Create new types with Cython - and see how fast object-oriented programming in Python can be Effectively organize Cython code into separate modules and packages without sacrificing performance Use Cython to give Pythonic interfaces to C and C++ libraries Optimize code with Cython's runtime and compile-time profiling tools Use Cython's prange function to parallelize loops transparently with OpenMP

Head First PHP & MySQL (Paperback): Lynn Beighley Head First PHP & MySQL (Paperback)
Lynn Beighley; Contributions by Michael Morrison
R1,382 R1,007 Discovery Miles 10 070 Save R375 (27%) Ships in 12 - 17 working days

If you're ready to create web pages more complex than those you can build with HTML and CSS, "Head First PHP & MySQL" is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more. "Head First PHP & MySQL" offers the same visually rich format that's turned every title in the "Head First" series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.This title discusses how to: use PHP to transform static HTML pages into dynamic web sites; create and populate your own MySQL database tables, and work with data stored in files; perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY; use cookies and sessions to track visitors' login information and personalize the site for users; protect your data from SQL injection attacks; use regular expressions to validate information on forms; dynamically display text based on session info and create images on the fly; and, pull syndicated data from other sites using PHP and XML. Throughout the book, you'll build sophisticated examples - including a mailing list, a job board, and an online dating site - to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, "Head First PHP & MySQL" is the ideal way to get going.

Just Spring (Paperback): Madhusudhan Konda Just Spring (Paperback)
Madhusudhan Konda
R474 R348 Discovery Miles 3 480 Save R126 (27%) Ships in 12 - 17 working days

Get a concise introduction to Spring, the increasingly popular open source framework for building lightweight enterprise applications on the Java platform. This example-driven book for Java developers delves into the framework's basic features, as well as advanced concepts such as containers. You'll learn how Spring makes Java Messaging Service easier to work with, and how its support for Hibernate helps you work with data persistence and retrieval. Throughout Just Spring, you'll get your hands deep into sample code, beginning with a problem that illustrates dependency injection, Spring's core principle. In the chapters that follow, author Madhusudhan Konda walks you through features that underlie the solution. * Learn dependency injection through a simple object coupling problem, along with different injection types * Tackle the framework's core fundamentals, including beans and bean factories * Dive into containers and other advanced concepts, such as event handling and autowiring beans * Discover how Spring makes the Java Messaging Service API easier to use * Learn how Spring has revolutionized data access with Java DataBase Connectivity (JDBC) * Use Spring with the Hibernate framework to manipulate data as objects

AWS Certified Developer Associate All-in-One Exam Guide (Exam DVA-C01) (Paperback): Kamesh Ganesan AWS Certified Developer Associate All-in-One Exam Guide (Exam DVA-C01) (Paperback)
Kamesh Ganesan
R878 Discovery Miles 8 780 Ships in 12 - 17 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. This effective self-study system delivers complete coverage of every topic on the AWS Certified Developer Associate Exam Take the challenging AWS Certified Developer Associate Exam with complete confidence using the comprehensive information contained in this test preparation guide. The book features hands-on exercises as well as "Notes," "Tips," and "Cautions" that provide real-world insight and call out potentially harmful situations. Designed to help you pass the exam with ease, this guide also serves as an ideal on-the-job reference. Written by a cloud computing expert, AWS Certified Developer Associate All-in-One Exam Guide (Exam DVA-C01) covers every subject on the exam and clearly explains how to create, deploy, migrate, monitor and debug cloud-native applications using AWS. To aid in self-study, each chapter includes "Exam Tips" that highlight key exam information, a chapter summary that serves as a quick review of the chapter's salient points, and end-of-chapter questions that simulate those on the live exam. * Online content includes 130 practice exam questions in the Total Tester exam engine * Contains best practices for building secure, reliable cloud-native applications * Written by an Amazon Web Services expert and experienced trainer

SharePoint 2010 at Work - Tricks, Traps, and Bold Opinions (Paperback): Mark Miller SharePoint 2010 at Work - Tricks, Traps, and Bold Opinions (Paperback)
Mark Miller
R954 R697 Discovery Miles 6 970 Save R257 (27%) Ships in 12 - 17 working days

If you work with SharePoint, you may have discovered that there are countless tricks for using this platform to solve real-world problems--and you certainly wouldn't mind learning some of them. That's the purpose behind EndUserSharePoint, a community site that lets end users share ingenious new ways for putting SharePoint to work.

This insightful and entertaining book presents a compilation of popular, well-written articles from the site, published by contributors for people who use SharePoint at their companies but don't have access to its technical server side. Each engaging story puts you into the narrative as a participant, rather than a passive observer, so you can easily visualize the situation and share the "aha " solution with the author. Learn some tricks, gain some insight--and have fun doing it.

These articles will help you: Build a documented framework for evaluating whether your company is getting the most value from SharePoint Create documentation and script management with OneNote and a SharePoint library Use the Data View Web Part to create hyperlinks from existing SharePoint data Implement data visualization in SharePoint without access to the server Creating document libraries with mixed content sources in any SharePoint version Pull information from disparate site collections into a single navigation system

Contributors include: Sadalit Van Buren Kerri Abraham Jim Bob Howard Marc D. Anderson Laura Rogers Waldek Mastykarz Alexander Bautz Dessie Lunsford Eric Alexander Peter Allen

"What a fantastic resource. No other book in the SharePoint community hits this 'power user' or 'end user' audience like this book does. There are powerful examples in here that will really solve business problems and set the reader on the right track." --Joel Oleson, Global SharePoint Evangelist, and one of the first SharePoint architects

30-Minute Website Marketing - A Step By Step Guide (Paperback): Lee Wilson 30-Minute Website Marketing - A Step By Step Guide (Paperback)
Lee Wilson
R1,060 Discovery Miles 10 600 Ships in 9 - 15 working days

Everyday businesses of all sizes are generating a fraction of the potential website return on investment (ROI) and broader marketing value for their business. The largest part of this opportunity wastage comes from overlooked marketing potential, plus an inability to take immediate action based on competing time demands and budget restraints. 30-Minute Website Marketing: A Step By Step Guide utilizes over 15 years of website marketing experience and digital expertise to empower businesses to identify and act on untapped website success. With all actions taking 30 minutes or less, companies can work towards improving the results gained from their website marketing efforts, and by adhering to the practical steps in this book, businesses can be confident that those 30 minutes provide the returns on resource investment needed. Through this guide, Lee Wilson delivers impactful, instant value to the broader marketing and targeted website marketing field, with practical help, direction, and expert step-by-step advice for marketing professionals, business owners, entrepreneurs, and start-up organisations.

Jumpstarting JavaScript - Build a Twitter Bot and LED Alert System Using Node.js and Raspberry Pi (Paperback): Lynn Beighley Jumpstarting JavaScript - Build a Twitter Bot and LED Alert System Using Node.js and Raspberry Pi (Paperback)
Lynn Beighley
R308 R225 Discovery Miles 2 250 Save R83 (27%) Ships in 12 - 17 working days

Jumpstarting books provide an avenue for makers to quickly master topical knowledge! Each book starts with instructions on how to install or initialize the hardware or software needed to reach the "Hello, World" stage of getting started! The second project in the book builds on the first to use more of the hardware or software's capabilities. Later projects expand the user's knowledge into lesser-known aspects of the topic. All Jumpstarting projects are for Makers -- they provide hands-on, real-world experience in making the hardware or software do what you want it to do!

The SEO Battlefield (Paperback): Anne Ahola Ward The SEO Battlefield (Paperback)
Anne Ahola Ward
R1,104 R693 Discovery Miles 6 930 Save R411 (37%) Ships in 12 - 17 working days

Welcome to the battlefield. Every day, companies ranging from startups to enterprises fight to achieve high search rankings, knowing that previous success can quickly vanish. With this practical guide, you'll learn how to put search engine optimization (SEO) methodology into practice, including the research, data analysis, and constant experimentation required to build an SEO program specific to your organization that can help you improve search results. Running a successful SEO program requires a team with a mix of skills, including marketing, analytics, website development, and automation. Author Anne Ahola Ward walks marketers and developers through SEO essentials and provides real-world case studies of successful and not-so-successful SEO programs. You'll quickly understand why this is both an exciting and critical time to adopt SEO in your organization. Perform keyword goals and research, and spot search trends Understand the motivation and creativity of the SEO mindset Run a campaign to generate traffic and measure the results Use mobile and platform-agnostic strategies for search growth Demonstrate the value of your search marketing efforts Include web development in your SEO program-everything from quick updates to UX/UI strategy Learn the sweetest way to run and report on an search program

Head First jQuery (Paperback): Ryan Benedetti Head First jQuery (Paperback)
Ryan Benedetti; Contributions by Ronan Cranley
R997 R740 Discovery Miles 7 400 Save R257 (26%) Ships in 12 - 17 working days

Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With "Head First jQuery," you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and building your own plug-ins.

If you want to learn--and understand--how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you.Use jQuery with DOM to overcome the limitations of HTML and CSS Learn how jQuery selectors and actions work together Write functions and wire them to interface elements Use jQuery effects to create actions on the page Make your pages come alive with animation Learn how use jQuery with the new HTML5 elements Build interactive web pages with jQuery and Ajax Create plug-ins to handle reusable functions Build forms and reports in web applications

Essential Angular for ASP.NET Core MVC 3 - A Practical Guide to Successfully Using Both in Your Projects (Paperback, 2nd ed.):... Essential Angular for ASP.NET Core MVC 3 - A Practical Guide to Successfully Using Both in Your Projects (Paperback, 2nd ed.)
Adam Freeman
R1,180 R950 Discovery Miles 9 500 Save R230 (19%) Ships in 10 - 15 working days

Combine the strengths of Angular, the leading framework for developing complex client-side applications, and ASP.NET Core MVC 3, the latest evolution of Microsoft's framework for server-side applications. This new edition offers updated Angular, ASP.NET Core 3, Entity Framework Core 3 examples, an all-new chapter on interoperability with Blazor, and more! Best-selling author Adam Freeman brings together these two key technologies and explains how to use ASP.NET Core MVC 3 to provide back-end services for Angular applications. This fast-paced and practical guide starts from the nuts and bolts and gives you the knowledge you need to combine Angular and ASP.NET Core MVC 3 in your projects. Each topic is covered clearly and concisely and is packed with the essential details you need to learn to be truly effective. What You Will Learn Gain a solid understanding of how ASP.NET Core MVC 3 and Angular can work together Utilize both Visual Studio and Visual Studio Code to develop Angular/ASP.NET Core MVC projects Create ASP.NET Core RESTful web services to support Angular applications Expose data from Entity Framework Core to Angular applications Use ASP.NET Core Identity to provide security services to Angular applications Understand how Angular and Blazor applications can work together Who This Book Is For This book is for developers with knowledge of ASP.NET Core MVC who are introducing Angular into their projects.

Full Stack Web Development with Remix - Build production-ready React web applications with server-side rendering capabilities... Full Stack Web Development with Remix - Build production-ready React web applications with server-side rendering capabilities (Paperback)
Andre Landgraf
R985 Discovery Miles 9 850 Ships in 10 - 15 working days

Develop a real-world web application and learn how to take advantage of the web platform and cutting-edge technologies to create great user experience. Key Features * Create a full stack web application using cutting-edge technologies such as distributed edge deploy, Redis, and multi-region databases * Unlock the full potential of the web platform to enhance your React dev experience * Learn to build great user experience with Remix from start to finish Book Description We live in exciting times for web development. The JavaScript ecosystem is evolving rapidly. Remix provides necessary abstractions to take advantage of the latest advancements in React and beyond. Unlock the full potential of latest technologies such as edge functions and streaming and the full stack of the web platform by leveling up from React development to full stack web development with Remix. This book guides you through the thoughtfully designed conventions, levers, and primitives of Remix. Become a better web developer by using the platform. Develop a personal finance management application - a dashboard that mimics both personal and enterprise use cases. Each chapter introduces new concepts such as routing, data fetching and mutations, error handling, state management, and advanced topics such as real-time communication, edge deploys, and caching strategies to create a great user experience start to finish. Apply each concept to the personal finance dashboard to learn how to supercharge your React app with Remix. Remix is a healthy combination of what works (the web platform) and new ideas, trends, and technologies. The final part of this book covers migration strategies. Learn how to move an existing application to Remix. If you are looking for a start-to-finish guide about Remix, then this book is for you. What you will learn * Understand Remix's philosophy and guiding principles * Increase your expertise in the web platform which you can take anywhere * Master data mutations, routing, error handling, and state management with Remix * Learn how to build with accessibility and progressive enhancement in mind * Familiarize yourself with advanced topics such as caching strategies, real-time communication, and developing for the edge * Work with state-of-the-art technologies such as the edge, multi-regional databases, and Redis * Study migration patterns to move an existing project to Remix Who This Book Is For This book is for React developers looking to use Remix for their next project, or for those trying to evaluate and justify a migration to Remix. This book will guide you through the development of a full stack web application. You should have some beginner experience developing with React and JavaScript to get the most out of this book. Basic knowledge of server-side runtimes such as Node.js and experience with TypeScript is helpful but not required. If you are looking for a guide that introduces you to Remix start to finish, then this book is for you.

Building Isomorphic JavaScript Apps (Paperback): Jason Strimpel, Maxime Najim Building Isomorphic JavaScript Apps (Paperback)
Jason Strimpel, Maxime Najim
R970 R613 Discovery Miles 6 130 Save R357 (37%) Ships in 12 - 17 working days

Isomorphic JavaScript, often described as the holy grail of web application development, refers to running JavaScript code on both the browser client and web application server. This application architecture has become increasingly popular for the benefits of SEO, optimized page load and full control of the UI, and isomorphic libraries are being used at companies like Walmart, Airbnb, Facebook, and Netflix. With this practical book, authors Jason Strimpel and Maxime Najim provide the knowledge you need to build and maintain your own isomorphic JavaScript apps. This book includes: Part 1 identifies different classifications of isomorphic JavaScript apps, and shows you how to set up a development environment Part 2 takes you from theory to practice by showing you how to build out your own isomorphic app Part 3 takes you through existing solutions in the market today, providing you with the knowledge you need to bring isomorphic solutions into your development workflow

PHP Web Services 2e (Paperback, 2nd Revised edition): Lorna Jane Mitchell PHP Web Services 2e (Paperback, 2nd Revised edition)
Lorna Jane Mitchell
R715 R525 Discovery Miles 5 250 Save R190 (27%) Ships in 12 - 17 working days

Whether you're sharing data between two internal systems or building an API so that users can access their data, this practical guide has everything you need to build APIs with PHP. Author Lorna Jane Mitchell provides lots of hands-on code samples, real-world examples, and advice based on her extensive experience to guide you through the process-from the underlying theory to methods for making your service robust.You'll learn how to use this language to work with JSON, XML, and other web service technologies. This updated second edition includes new tools and features that reflect PHP updates and changes on the Web.Explore HTTP, from the request/response cycle to its verbs, headers, and cookiesWork with and publish webhooks-user-defined HTTP callbacksDetermine whether JSON or XML is the best data format for your applicationGet advice for working with RPC, SOAP, and RESTful servicesUse several tools and techniques for debugging HTTP web servicesChoose the service that works best for your application, and learn how to make it robustDocument your API-and learn how to design it to handle errors

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Managing Chaos - Digital Governance by…
Lisa Welchman Paperback R958 Discovery Miles 9 580
Starting Out with Python, Global Edition
Tony Gaddis Paperback R2,116 Discovery Miles 21 160
Producing for Web 2.0 - A Student Guide
Jason Whittaker Hardcover R3,777 Discovery Miles 37 770
Learn Adobe Animate CC for Interactive…
Joseph Labrecque, Rob Schwartz Paperback R1,103 R190 Discovery Miles 1 900
Introduction to Java Programming and…
Y Liang Paperback R4,368 Discovery Miles 43 680
HTML5 and CSS - Complete, International…
Denise Woods Paperback R988 R901 Discovery Miles 9 010
Java How to Program, Late Objects…
Paul Deitel, Harvey Deitel Paperback R900 R750 Discovery Miles 7 500
Murachs Dreamweaver CC 2014
Zak Ruvalcaba Paperback R1,610 R1,348 Discovery Miles 13 480
JavaScript for Sound Artists - Learn to…
William Turner, Steve Leonard Paperback R1,239 Discovery Miles 12 390
HTML and JavaScript BASICS
E. Turner, Karl Barksdale Paperback R1,400 R1,244 Discovery Miles 12 440

 

Partners