0
Your cart

Your cart is empty

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

Books > Computing & IT > Internet > Internet languages

Integrating Python with Leading Computer Forensics Platforms (Paperback): Chet Hosmer Integrating Python with Leading Computer Forensics Platforms (Paperback)
Chet Hosmer
R1,192 Discovery Miles 11 920 Ships in 12 - 19 working days

Integrating Python with Leading Computer Forensic Platforms takes a definitive look at how and why the integration of Python advances the field of digital forensics. In addition, the book includes practical, never seen Python examples that can be immediately put to use. Noted author Chet Hosmer demonstrates how to extend four key Forensic Platforms using Python, including EnCase by Guidance Software, MPE+ by AccessData, The Open Source Autopsy/SleuthKit by Brian Carrier and WetStone Technologies, and Live Acquisition and Triage Tool US-LATT. This book is for practitioners, forensic investigators, educators, students, private investigators, or anyone advancing digital forensics for investigating cybercrime. Additionally, the open source availability of the examples allows for sharing and growth within the industry. This book is the first to provide details on how to directly integrate Python into key forensic platforms.

Integrating D3.js with React - Learn to Bring Data Visualization to Life (Paperback, 1st ed.): Elad Elrom Integrating D3.js with React - Learn to Bring Data Visualization to Life (Paperback, 1st ed.)
Elad Elrom
R1,891 R1,534 Discovery Miles 15 340 Save R357 (19%) Ships in 10 - 15 working days

Integrate D3.js into a React TypeScript project and create a chart component working in harmony with React. This book will show you how utilize D3 with React to bring life to your charts.Seasoned author Elad Elrom will show you how to create simple charts such as line, bar, donut, scatter, histogram and others, and advanced charts such as a world map and force charts. You'll also learn to share the data across your components and charts using React Recoil state management. Then integrate third-party chart libraries that are built on D3 such as Rechart, Visx, Nivo, React-vi, and Victory and in the end deploy your chart as a server or serverless app on popular platforms. React and D3 are two of the most popular frameworks in their respective areas - learn to bring them together and take your storytelling to the next level. What You'll Learn Set up your project with React, TypeScript and D3.js Create simple and advanced D3.js charts Work with complex charts such as world and force charts Integrate D3 data with React state management Improve the performance of your D3 components Deploy as a server or serverless app and debug test Who This Book Is For Readers that already have basic knowledge of React, HTML, CSS and JavaScript.

Essential Java for AP CompSci - From Programming to Computer Science (Paperback, 1st ed.): Doug Winnie Essential Java for AP CompSci - From Programming to Computer Science (Paperback, 1st ed.)
Doug Winnie
R1,660 R1,357 Discovery Miles 13 570 Save R303 (18%) Ships in 10 - 15 working days

Gain the essential skills for computer science using one of today's most popular programming languages, Java. This book will prepare you for AP CompSci Complete, but you don't need to be sitting that class to benefit. Computer science has become a basic life skill that everyone is going to need to learn. Whether you are going into a career or side hustle in business, technology, creativity, architecture, or almost any other field, you will find coding and computer science play a role. So when we learn programming we are going to focus on three things: what is the process; what is the syntax; and what is the flow. The process is represented as a flowchart. We will learn how to make these to help you plan out what you are going to do before you write a line of code. At first, the flowcharts will be pretty simple, but then they will get more complex. The syntax is the code: this is what you write that translates the process you create in a flowchart to the instructions that the computer can understand. Finally, there is the flow. This is where you trace through the code and see how the data and information it stores along the way changes. You can see how the operation of the program cascades from line to line. You will be building charts that will capture the programming flow so you can better understand how the computer processes code to make your next program easier to conceive and code. Along the way to aid in the learning of the essential Java skills, there will be three kinds of project types throughout this book: business software projects for applications where you work for a company and need to complete an internal project for a team such as the sales, marketing, or data science teams; social good projects where you are working for non-profits or for agencies that are trying to research and provide solutions to economic, environmental, medical, or humanitarian projects; and game development projects for games based on player input, random chance, or other mechanics for the use of entertainment. What is unique about computer science is how it has become a skill, and not just a career. While there are jobs and titles of "computer scientist", the skill of computer science, and specifically programming, are almost everywhere. After reading and using this book, you'll have the essential skills to think like a computer scientist, even if you are not. As a result you'll be of greater value to your clients, your company, and yourself. What You Will Learn Discover the primary building blocks of programming using the Java programming language See terminology and best practices of software development Work with object-oriented programming concepts Use common-language definitions and examples to help drive understanding and comprehension of computer science fundamentals Who This Book Is For Those who want to learn programming and want to think like a computer scientist. Ideal for anyone taking AP CompSci Complete.

Introducing Distributed Application Runtime (Dapr) - Simplifying Microservices Applications Development Through Proven and... Introducing Distributed Application Runtime (Dapr) - Simplifying Microservices Applications Development Through Proven and Reusable Patterns and Practices (Paperback, 1st ed.)
Radoslav Gatev
R1,801 Discovery Miles 18 010 Ships in 10 - 15 working days

Use this book to learn the Distributed Application Runtime (Dapr), a new event-driven runtime from Microsoft designed to help developers build microservices applications, using a palette of languages and frameworks that run everywhere: on-premises, in any cloud, and even on the edge. One of the most popular architectural patterns for implementing large, complex, distributed solutions is the microservices architectural style. Because solutions are composed of services based on various languages, frameworks, and platforms, the more complex and compartmentalized an application becomes, the more considerations a developer has to keep in mind. Much of the time this proves to be difficult. Introducing Distributed Application Runtime (Dapr) is your guide to achieving more with less through patterns. Part I of the book is about understanding microservices and getting up and running with Dapr, either on your machine or in any Kubernetes cluster. From there you are guided through the concepts of Dapr, how it works, and what it can do for you. You will wrap up with various ways to debug Dapr applications using Visual Studio Code locally, inside a container or Kubernetes. In Part II you will jump into the reusable patterns and practices, the building blocks of Dapr. You will go from service invocation, publish and subscribe, state management, resource bindings, and the Actor model to secrets; each building block is covered in detail in its own dedicated chapter. You will learn what Dapr offers from a functional perspective and also how you can leverage the three pillars of observability (logs, metrics, and traces) in order to gain insight into your applications. In Part III you will explore advanced concepts, including using middleware pipelines, integrating Dapr into web frameworks such as ASP.NET Core, or the runtimes of Azure Logic Apps and Azure Functions. The book features a multi-versed set of examples that cover not only the plain API of Dapr, but also the .NET SDK. Hence, most of the examples are in .NET 5, with a small number in JavaScript to exemplify the use of multiple languages. Examples show you how to securely use Dapr to leverage a variety of services in Microsoft Azure, including Azure Kubernetes Service, Azure Storage, Azure Service Bus, Azure Event Grid, Azure Key Vault, Azure Monitor, and Azure Active Directory among others. What You Will Learn Recognize the challenges and boundaries of microservices architecture Host Dapr inside a Kubernetes cluster or as a standalone process Leverage and use Dapr's ready-to-use patterns and practices Utilize its HTTP/gRPC APIs Use Dapr with ASP.NET Core and in .NET applications (with or without the SDK) Implement observability for Dapr applications Secure Dapr applications Integrate Dapr with the runtime of Azure Logic Apps and Azure Functions Realize the full potential of Visual Studio Code by using the right extensions that will contribute to a better development experience Who This Book Is For Developers and architects who want to utilize a proven set of patterns to help easily implement microservices applications

HTML And CSS - Visual QuickStart Guide (Paperback, 9th Edition): Joe Casabona HTML And CSS - Visual QuickStart Guide (Paperback, 9th Edition)
Joe Casabona
R955 Discovery Miles 9 550 Ships in 12 - 19 working days

HTML and CSS remain the linchpin of the Web. Every beginning web developer needs to understand them thoroughly - including the latest advances in these standards, and the newest techniques based on them. For decades, web professionals have turned to HTML and CSS: Visual QuickStart Guide as the fastest and most practical way to gain that understanding. Now, this fullcolor guide has been thoroughly updated by a new author who's taught thousands of beginning web developers. Joe Casabona combines expert introductions to the latest HTML and CSS technologies, new examples and projects, and extensive online video content for a true multimodal learning experience.

Combining definitive reference information with hands-on tutorials, Casabona helps aspiring and current web professionals gain deep mastery of HTML and CSS separately, together, and in the broader context of the overall web project and lifecycle. Drawing on his extensive teaching experience, Casabona offers well-honed explanations that learners will understand, whether they're working on their own or in classroom environments. From the basics to advanced techniques, he guides you through:

  • Designing, structuring, and formatting sites
  • Using CSS to gain full control over elements, fonts, colors, and layouts
  • Making the most of sophisticated HTML5 and CSS3 capabilities
  • Effectively testing, debugging, and publishing sites and applications
  • Exploring leading JavaScript libraries and build tools for more advanced web development
Beginning HTML5 and CSS3 - The Web Evolved (Paperback, 1st ed.): Christopher Murphy, Richard Clark, Oliver Studholme, Divya... Beginning HTML5 and CSS3 - The Web Evolved (Paperback, 1st ed.)
Christopher Murphy, Richard Clark, Oliver Studholme, Divya Manian
R1,758 R1,456 Discovery Miles 14 560 Save R302 (17%) Ships in 10 - 15 working days

HTML5 is one of the fundamental building blocks of websites for the future. Brings the exciting new features of HTML5 to web developers for the first time. Introduces the new HTML5 and CSS3 features to web developers of all levels. Shows how HTML5 and CSS3 can work together to create the next gen web sites. Written in an easy to follow, accessible tutorial style ideal for all web developers and designers. Beginning HTML5 and CSS3 is the first book to introduce developers to the new features of HTML5 and how it can work with CSS3 features to create the next generation of web sites. Using the core Apress Beginning tutorial technique, every web developer will be interested in finding out more about these fundamental building blocks behind websites for the future. Cutting-edge techniques and new technology features are introduced and allow every web developer to step into their future career projects on the web. For amateur web developers, the new HMT5 features - especially audio, video and animation - will bring a new level of sophistication to their websites. Beginning HTML5 and CSS3 brings the future of web development to all web developers right now.

Rails 5 Test Prescriptions (Paperback): Noel Rappin Rails 5 Test Prescriptions (Paperback)
Noel Rappin
R1,167 R1,015 Discovery Miles 10 150 Save R152 (13%) Ships in 12 - 19 working days

Does your Rails code suffer from bloat, brittleness, or inaccuracy? Cure these problems with the regular application of test-driven development. You'll use Rails 5.1, Minitest 5, and RSpec 3.6, as well as popular testing libraries such as factory_girl and Cucumber. Updates include Rails 5.1 system tests and Webpack integration. Do what the doctor ordered to make your applications feel all better. Side effects may include better code, fewer bugs, and happier developers. Your Ruby on Rails application is sick. Deadlines are looming, but every time you make the slightest change to the code, something else breaks. Nobody remembers what that tricky piece of code was supposed to do, and nobody can tell what it actually does. Plus, it has bugs. You need test-driven development: a process for improving the design, maintainability, and long-term viability of software. With both practical code examples and discussion of why testing works, this book starts with the most basic features delivered as part of core Ruby on Rails. Once you've integrated those features into your coding practice, work with popular third-party testing tools such as RSpec, Jasmine, Cucumber, and factory_girl. Test the component parts of a Rails application, including the back-end model logic and the front-end display logic. With Rails examples, use testing to enable your code to respond better to future change. Plus, see how to handle real-world testing situations. This new edition has been updated to Rails 5.1 and RSpec 3.6 and contains full coverage of new Rails features, including system tests and the Webpack-based JavaScript setup. What You Need: Ruby 2.4, Rails 5.1

React Cookbook - Recipes for Mastering the React Framework (Paperback): David Griffiths, Dawn Griffiths React Cookbook - Recipes for Mastering the React Framework (Paperback)
David Griffiths, Dawn Griffiths
R1,332 R1,173 Discovery Miles 11 730 Save R159 (12%) Ships in 12 - 19 working days

React helps you create and work on an app in just a few minutes. But learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem. You'll learn how to: Build a single-page application in React using a rich UI Create progressive web applications that users can install and work with offline Integrate with backend services such as REST and GraphQL Automatically test for accessibility problems in your application Secure applications with fingerprints and security tokens using WebAuthn Deal with bugs and avoid common functional and performance problems

React and Libraries - Your Complete Guide to the React Ecosystem (Paperback, 1st ed.): Elad Elrom React and Libraries - Your Complete Guide to the React Ecosystem (Paperback, 1st ed.)
Elad Elrom
R1,143 R977 Discovery Miles 9 770 Save R166 (15%) Ships in 10 - 15 working days

Harness the power of React and the related libraries that you need to know to deliver successful front-end implementations. Whether you are a beginner getting started or an existing React developer, this book will provide you with the must-have knowledge you need in your toolbox to build a complete app. Start by learning how to create and style your own components, add state management, and manage routing. You'll also learn how to work with the backend using the MERN stack (MongoDB, Express, React, and Node.js). Once you have completed building your app you will learn how to deliver quality software by conducting unit testing, integration testing, and end-to-end (E2E) testing, as well as learn techniques to debug, profile, and optimize your React app. Libraries and tools covered include TypeScript, Material-UI, Styled Components, SCSS, React Router, Redux Toolkit, Recoil, Jest, Enzyme, Sinon, MongoDB, NodeJS, Express, Serve, Grunt, Puppeteer, ESLint, Prettier and many others. And, you'll get access to bonus material and learn how to conduct and nail React interview questions. Each chapter in this book can be used independently so you can pick and choose the information you'd like to learn. Use it to get deep into your React development world and find out why React has been rated the most loved framework by front-end developers for three years in a row. What You'll Learn Review the basics of DOM, React Virtual DOM, JSX, Babel, ES5/ES6, CRA, package manager, Yarn, Webpack, and build tools Write your own custom React components and learn about hooks and props. Apply routing and state management with React Route, Recoil, and Redux Toolkit Deliver quality software and reduce QA load by learning unit testing integration testing and end-to-end testing with libraries such as Jest, Jest-dom, Enzyme, Sinon, and Puppeteer Set an ultimate React automated development and CI cycle with ESLint, Prettier, Husky, Jest, Puppeteer, GitHub Actions, Codecov.io, Coveralls, Travis, and DeepScan Publish your code on Ubuntu Server with the help of Grunt Optimize your React app with pure components, lazy loading, prerender, precache, code splitting, tree shaking, reduce media size, and prefetching Who This Book Is For? This book is for new developers looking to start working on React applications, and React developers looking to expand on their existing knowledge. It is also suitable for developers coming from other front-end frameworks such as Angular and Vue who would like to add React to their toolbox.

Special Topics in Multimedia, IoT and  Web Technologies (Paperback, 1st ed. 2020): Valter Roesler, Eduardo Barrere, Roberto... Special Topics in Multimedia, IoT and Web Technologies (Paperback, 1st ed. 2020)
Valter Roesler, Eduardo Barrere, Roberto Willrich
R5,090 Discovery Miles 50 900 Ships in 10 - 15 working days

This book presents a set of recent advances that involve the areas of multimedia, IoT, and web technologies. These advances incorporate aspects of clouds, artificial intelligence, data analysis, user experience, and games. In this context, the work will bring the reader the opportunity to understand new possibilities of use and research in these areas. We think that this book is suitable for students (postgraduates and undergraduates) and lecturers on these specific topics. Professionals can also benefit from the book since some chapters work with practical aspects relevant to the industry.

Web Engineering Handbook (Hardcover): Jeremiah Downey Web Engineering Handbook (Hardcover)
Jeremiah Downey
R3,499 R3,161 Discovery Miles 31 610 Save R338 (10%) Ships in 10 - 15 working days
Pro Silverlight 5 in C# (Paperback, 4th ed.): Matthew MacDonald Pro Silverlight 5 in C# (Paperback, 4th ed.)
Matthew MacDonald
R1,452 R1,259 Discovery Miles 12 590 Save R193 (13%) Ships in 10 - 15 working days

Silverlight 5 is the latest iteration of Microsoft's cross-browser technology for creating rich user experiences on the Web. Like its predecessor, it rides atop the .NET Framework for maximum ease of use and coding efficiency. The new technology carries forward much of the work that has been done before and augments it in many important respects, including support for H.264 video, major improvements to the graphics engine (including true 3D rendering), and much richer data-binding options for interfacing with other applications Pro Silverlight 5 in C# is an invaluable reference for professional developers who want to discover the new features of Silverlight. Author Matthew MacDonald 's expert advice guides you through creating rich media applications using Silverlight in the environment you're most productive inno matter what the target platform. As you learn about the features that put Silverlight in direct competition with Adobe Flash, such as rich support for 2D and 3D drawing, animations, and media playback, you'll experience the plumbing of .NET and the design model of WPF through Silverlightall of the same .NET technology that developers use to design next-generation Windows applications. Pro Silverlight 5 in C#is a comprehensive tutorial, written from professional developer to professional developer. Please note: the print version of this title is black & white; the eBook is full color. What you'll learn To develop rich media applications using Silverlight across browsers and platforms To create a project, set up a layout, and use controls To handle both 2D and 3D drawing, animation, and media playback through Windows Presentation Foundation (WPF) To integrate web services support To use Silverlight in conjunction with ASP.NET and its interactions with HTML Who this book is for

This book is for .NET developers encountering Silverlight for the first time. No prior knowledge of WPF or ASP.NET is assumed. Table of Contents Introducing Silverlight XAML Layout Dependency Properties and Routed Events Elements The Application Model Navigation Shapes and Geometries Brushes and Transforms Animation Sound, Video, and Deep Zoom Styles and Behaviors Templates and Custom Controls Browser Integration ASP.NET and Web Services Data Binding Data Controls File Access Multithreading Networking Out-of-Browser Applications

PHP 8 Revealed - Use Attributes, the JIT Compiler, Union Types, and More for Web Development (Paperback, 1st ed.): Gunnard... PHP 8 Revealed - Use Attributes, the JIT Compiler, Union Types, and More for Web Development (Paperback, 1st ed.)
Gunnard Engebreth
R964 R825 Discovery Miles 8 250 Save R139 (14%) Ships in 10 - 15 working days

Discover the new and updated features of PHP 8, such as the JIT compiler, union types, and attributes, with code examples of each. For each feature, the author includes real-life cases for its use and explains its benefits. What You Will Learn Utilize the new features of PHP 8 and modern development technologies Work with the JIT compiler in PHP 8 Discover PHP 8 using real-life cases Increase your available resources to become more valuable in your development team Who This Book Is For Experienced PHP programmers new to PHP 8.

21st Century RPG: /Free, ILE, and MVC - Free, ILE, and MVC (Paperback): David Shirey 21st Century RPG: /Free, ILE, and MVC - Free, ILE, and MVC (Paperback)
David Shirey
R1,667 R1,364 Discovery Miles 13 640 Save R303 (18%) Ships in 10 - 15 working days

This guide teaches programmers who have been left behind in the IBM i's evolution to code more productively and modernize their business applications. Shirey uses a casual, humorous teaching style to explain the concepts, along with plenty of code examples. Readers will gain confidence in areas that may be new to them and use the provided examples to practice what they've learned. The manual is structured so that whether they are using the latest IBM i technology or an older version, readers will learn methods to improve coding and applications, as well as become comfortable with writing programs using ILE RPG, free-format RPG, and Model-View-Controller (MVC).

Extending Gatsby - Create a Blog Site Using MDX, CDN, and Netlify (Paperback, 1st ed.): Nabendu Biswas Extending Gatsby - Create a Blog Site Using MDX, CDN, and Netlify (Paperback, 1st ed.)
Nabendu Biswas
R980 R841 Discovery Miles 8 410 Save R139 (14%) Ships in 10 - 15 working days

Expand your Gatsby development skills by building a production-ready blog website. This book teaches you how to use Gatsby alongside the latest technologies including MDX, CDN, and Netlify. In this project, you will create a very complex and large blog site with just MDX files and learn to optimize images using CDN for faster website loading. You will also learn to continuously deploy to Netlify enabling you to provide daily site updates easily. To get the most out of this book you should be comfortable with the basics of React and familiar with Gatsby fundamentals as covered in Foundation Gatsby Projects, which provides several stepping stone projects. Rather than cover how to create a simple blog site, Extending Gatsby goes beyond the basics to extend your blogging skills. What You'll Learn Develop a production-ready, complex, blogging system site with MDX Learn to make a complete mobile site Continuously deploy your site using Netlify Add functionalities with the powerful Gatsby plugin ecosystem Who This Book Is For This book is for developers who are familiar with Gatsby and are looking to create an extended blog site. Knowledge of React is expected. You will also need to be familiar with JavaScript concepts and be confident with basic web development.

Creating ASP.NET Core Web Applications - Proven Approaches to Application Design and Development (Paperback, 1st ed.): Dirk... Creating ASP.NET Core Web Applications - Proven Approaches to Application Design and Development (Paperback, 1st ed.)
Dirk Strauss
R1,536 R1,261 Discovery Miles 12 610 Save R275 (18%) Ships in 10 - 15 working days

Design and develop an ASP.NET Core web application using .NET Core 3.0. This book shows you how to publish a web application to a web server and connect the published web application to a production database. Creating ASP.NET Core Web Applications starts by setting up the Visual Studio project where you will learn about Razor pages, Entities, and creating a data service. You will create models along with methods to use a query string and handle bad requests. Modifying data with Tag helpers is discussed as well as installation of Entity Framework, working with database migrations, and implementing a data access service. You will learn how to use layout pages and sections with Partial Views, _ViewImports, and _ViewStart files. You also will create custom middleware and log application events. You will be able to deploy the web application as well as connect it to a SQL Server database. What You Will Learn Work with models Modify data Work with EF Core and SQL Server Work with Razor pages and Partial Views Use separate scripts for production vs development Trace client-side errors using Chrome Developer tools Create cascading style sheets (CSS) with Sassy CSS (SCSS) Explore middleware Deploy your web application to IIS Who This Book Is For Software developers on the .NET stack who want to create ASP.NET Core web applications

Advanced Gatsby Projects - Create Two Advanced Sites Using Technologies that Compliment Gatsby (Paperback, 1st ed.): Nabendu... Advanced Gatsby Projects - Create Two Advanced Sites Using Technologies that Compliment Gatsby (Paperback, 1st ed.)
Nabendu Biswas
R1,210 R1,017 Discovery Miles 10 170 Save R193 (16%) Ships in 10 - 15 working days

Roll your sleeves up and master advanced topics in Gatsby development by building two production-ready websites. This project-focused book teaches you how to use Gatsby alongside the latest technologies including Snipcart, and Firebase. It builds off of Foundation Gatsby Projects and it's recommended that you complete that first if you are new to Gatsby. In the first project, you will create a fully functional e-commerce site for a restaurant using Snipcart. Lastly, you'll learn to build a recipe site using the Firebase database. Many Gatsby tutorials out there today only cover how to create a simple blog site - get ahead of the crowd using this book today. What You'll Learn Create an e-commerce site in no time using Snipcart with Gatsby Work with the Firebase database from Google in a Gatsby site Deploy all sites in Netlify Add functionalities with the powerful Gatsby plugin ecosystem Who This Book Is For Anyone who wants to create a site using Gatsby, though knowledge of React and Gatsby is expected. You will need to be familiar with JavaScript concepts and be confident with basic web development. It is advisable to complete Foundation Gatsby Projects first if you have no Gatsby experience.

Developing Web Components with TypeScript - Native Web Development Using Thin Libraries (Paperback, 1st ed.): Joerg Krause Developing Web Components with TypeScript - Native Web Development Using Thin Libraries (Paperback, 1st ed.)
Joerg Krause
R1,529 R1,254 Discovery Miles 12 540 Save R275 (18%) Ships in 10 - 15 working days

Create professional and progressive web apps with the native HTML API on the latest technology stack. This book describes the basics of web components and how to create them using plain JavaScript as well as how to make professional applications based on web components using TypeScript. Developing Web Components with TypeScript looks at APIs using examples, techniques, and tricks. You will start with a brief introduction to web components, including slots and templates, handling custom events, and styling components with or without shadow DOM. Then, it introduces TypeScript as part of the tool set. It shows the internal construction of a professional thin library. It also helps you learn how to deal with web components in real-life projects; this includes techniques such as creating a single-page app without framework code. All code samples used here are supported by all modern browsers for you to follow along. Library code and examples are available on GitHub. What You Will Learn Create isolated web components using shadow DOM, slots, and templates Understand the advantage of an enhanced toolset, especially TypeScript Pick up styles and customizations Master professional web apps using native APIs Understand the life cycle of a component Who This Book Is For Professional developers who want to move from desktop to web and away from fat frameworks to achieve their goal.

ASP.NET For Beginners - The Simple Guide to Learning ASP.NET Web Programming Fast! (Hardcover): Tim Warren ASP.NET For Beginners - The Simple Guide to Learning ASP.NET Web Programming Fast! (Hardcover)
Tim Warren
R595 R538 Discovery Miles 5 380 Save R57 (10%) Ships in 10 - 15 working days
Pragmatic Guide to Sass 3 (Paperback): Hampton Lintorn Catlin Pragmatic Guide to Sass 3 (Paperback)
Hampton Lintorn Catlin; Contributions by Michael Lintorn Catlin
R679 R620 Discovery Miles 6 200 Save R59 (9%) Ships in 12 - 19 working days

Design websites faster than ever using Sass--the most mature and popular CSS meta-language. On any platform, integrate Sass into your project, create a reusable style guide, and use maps to drastically reduce duplication in your stylesheets. You'll see how to code the right way in Sass with short, clear examples on two-page spreads that show the explanation on one side and code examples on the other. This ultimate guide to using Sass, written by its creator, is updated and expanded with all the new features found in Sass 3.4, making you an expert in no time. Sass lets you write CSS faster and more easily by enabling you to use features that regular CSS doesn't have yet. Bring the power of Sass to your projects, whether you use Node.js, Ruby, or any other programming language. This updated Pragmatic Guide gives you brief, targeted hands-on examples in an easy-to-follow modular format. Use variables to easily change color values, measurements, or fonts across a whole project. Pare down large style sheets into comprehensible code with maps and placeholder selectors. Organize your Sass with media queries to make maintainable, responsive designs.Create your own layout systems and build shared tooling across projects that make designs more consistent. Learn the differences between extends and mixins. Build data structures to make creating site-wide color schemes a breeze, and use placeholder selectors to keep style sheets cleaner. Pass content through mixins, prevent accidental deep nesting of selectors, and use cutting-edge modular add-ons in the new Sass ecosystem, such as Eyeglass, Susy, and Bourbon Neat. This revised guide covers all the new features in Sass 3.4, including selector parsing and manipulation. Make full use of all Sass's features by updating to the most mature and powerful CSS toolchain out there. What You Need: A solid understanding of CSS, and either comfort using the command line or installing GUI software on your computer. Sass 3.4 installed on any Mac, Linux, or Windows machine.

Foundation Gatsby Projects - Create Four Real Production Websites with Gatsby (Paperback, 1st ed.): Nabendu Biswas Foundation Gatsby Projects - Create Four Real Production Websites with Gatsby (Paperback, 1st ed.)
Nabendu Biswas
R1,258 R1,065 Discovery Miles 10 650 Save R193 (15%) Ships in 10 - 15 working days

Enhance your Gatsby skillset by building a series of ready-to-use web sites. With the aid of four projects, this book teaches you how to use Gatsby alongside the latest technologies, including Contentful, Twillio, and Stackbit. In the first project, you will create a simple agency site with a contact form and deploy it to Netlify. You'll then quickly be able to create other basic client sites. Next, you will learn to set up a blog site using Stackbit and Dev CMS. Other projects include a large site built with Contentful and a video chat using Twilio. Many Gatsby tutorials out there today only cover how to create blog sites - get ahead of the crowd using this book today. What You'll Learn Use Contentful CMS with Gatsby Build sites quickly with Stackbit service Develop a video chat site similar to Skype with Twilio services Deploy all sites in Netlify Add functionalities with the powerful Gatsby plugin ecosystem Integrate advertisements Who This Book Is For Anyone who wants to create a site using Gatsby. A little knowledge of React is expected but is not a necessity. You will need to be familiar with JavaScript concepts and be confident with basic web development.

Modern Web Performance Optimization - Methods, Tools, and Patterns to Speed Up Digital Platforms (Paperback, 1st ed.): Shailesh... Modern Web Performance Optimization - Methods, Tools, and Patterns to Speed Up Digital Platforms (Paperback, 1st ed.)
Shailesh Kumar Shivakumar
R1,156 R990 Discovery Miles 9 900 Save R166 (14%) Ships in 10 - 15 working days

Web-based platforms have become vehicles for enterprises to realize their digital strategy and are key to positive user engagement. The performance of these platforms can make the difference between an effective sale and a negative review. There exist several tools and methodologies to enhance your digital platform's performance, and Modern Web Performance Optimization has arrived to walk you through them with an expert's guidance. Author Shailesh Kumar Shivakumar breaks the study of web performance optimization down into four digestible, applicable dimensions: performance patterns, framework and methods, process and tools, and the modern web. This multi-faceted approach ensures a broad optimization of your platforms and avoids the typical pitfalls of neglecting essential steps that so many often do. Shivakumar analyzes web performance ecosystem components such as validation, governance, metrics, key performance indicators, assessments, and monitoring, just to name a few. The book discusses reference architectures and relevant tools and technologies for successfully implementing a best practices-driven solution. Modern web frameworks such as HTML5 and PWA are also covered. Modern Web Performance Optimization puts readers from any level of experience at ease. Accessible templates, real-world case studies, and your very own performance optimization checklist make this book an engaging and interactive learning opportunity for platform owners across industries. Developers, engineers, project managers, and more are set up for long-term success with Modern Web Performance Optimization at their fingertips. What You Will Learn Analyze the performance optimization across end-to-end layers Utilize a comprehensive web optimization framework for digital projects Implement proven methods, best practices, and tools for web performance optimization Who This Book Is ForSystem administrators, front-end developers, professionals looking to understand how to optimize their online presence

Docker in Action (Paperback, 2nd edition): Jeff Nickoloff, Stephen Kuenzli, Bret Fisher Docker in Action (Paperback, 2nd edition)
Jeff Nickoloff, Stephen Kuenzli, Bret Fisher
R896 Discovery Miles 8 960 Ships in 12 - 19 working days

The idea behind Docker is simple. Create a tiny virtual environment called a container that holds just your application and its dependencies. The Docker engine uses the host operating system to keep track of your containers. Applications running inside containers share resources, making their footprints small. They are easy to install, manage, and remove. Docker in Action, Second Edition teaches you to create, deploy, and manage applications hosted in Docker containers running on Linux. Fully updated, with four new chapters and revised best practices and examples, this second edition begins with a clear explanation of the Docker model. Then, you go hands-on with packaging applications, testing, installing, running programs securely, and deploying them across a cluster of hosts. With examples showing how Docker benefits the whole dev lifecycle, you'll discover techniques for everything from dev-and-test machines to full-scale cloud deployments.

Kubernetes in Action (Paperback): Marko Luksa Kubernetes in Action (Paperback)
Marko Luksa
R1,358 Discovery Miles 13 580 Ships in 12 - 19 working days

Description With Kubernetes, users don't have to worry about which specific machine in their data center their application is running on. Each layer in their application is decoupled from other layers so they can scale, update, and maintain them independently. Kubernetes in Action teaches developers how to use Kubernetes to deploy self-healing scalable distributed applications. By the end, readers will be able to build and deploy applications in a proper way to take full advantage of the Kubernetes platform. Key features * Easy to follow guide * Hands-on examples * Clearly-written Audience The book is for both application developers as well as system administrators who want to learn about Kubernetes from the developer's perspective. About the Technology Kubernetes abstracts away the hardware infrastructure and exposes your whole datacenter as a single enormous computational resource.

Beginning Ruby 3 - From Beginner to Pro (Paperback, 4th ed.): Carleton Dileo, Peter Cooper Beginning Ruby 3 - From Beginner to Pro (Paperback, 4th ed.)
Carleton Dileo, Peter Cooper
R1,539 R1,291 Discovery Miles 12 910 Save R248 (16%) Ships in 10 - 15 working days

Learn the principles behind object-oriented programming in Ruby and within a few chapters create a fully functional Ruby 3-based application. You'll gain a basic understanding of many ancillary technologies such as databases, XML, web frameworks, and networking - some of which will be needed for your first Ruby application. Based on the bestselling first and second editions, Beginning Ruby 3, 4th Edition is a leading guide to learn Ruby from the ground up. The new edition of this book provides the same excellent introduction to Ruby as the previous editions plus updates for the newest version of Ruby, including performance through an improved allocator, decreased heap fragmentation and more. Also, added: details on the just-in-time compiler, fewer limits on GIL (Global Interpreter Lock), and a static type checker. You'll see why the light and agile Ruby programming language remains a popular open source scripting option for developers building today's web applications. This book can also be used as a textbook or companion to a textbook on beginning Ruby programming. After reading and using this book, you'll have a firm handle to program in the Ruby language. What You Will Learn Discover the fundamentals of Ruby and its object-oriented building blocks Use the Ruby libraries, gems, and documentation Work with files and databases Write and deploy Ruby applications Harness the various Ruby web frameworks and use them effectively Do network programming with Ruby Who This Book Is For Beginning programmers, programmers new to Ruby, and web developers interested in learning the foundations of the Ruby programming language.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Artificial Intelligence Applications and…
Ilias Maglogiannis, Lazaros Iliadis, … Hardcover R2,960 Discovery Miles 29 600
Handbook of Integration of Cloud…
Rajiv Ranjan, Karan Mitra, … Hardcover R6,309 Discovery Miles 63 090
Handbook of Multimedia Information…
Amit Kumar Singh, Anand Mohan Hardcover R7,051 Discovery Miles 70 510
Green Internet of Things (IoT): Energy…
Zhenyu Zhou, Zheng Chang, … Hardcover R4,352 Discovery Miles 43 520
Physical Layer Security
Khoa N Le Hardcover R3,551 Discovery Miles 35 510
Digital Coherent Optical Systems…
Darli Augusto de Arruda Mello, Fabio Aparecido Barbosa Hardcover R2,352 Discovery Miles 23 520
Smart and Sustainable Collaborative…
Luis M. Camarinha-Matos, Xavier Boucher, … Hardcover R6,500 Discovery Miles 65 000
Advances in Wireless Communications and…
Roumen Kountchev, Aniket Mahanti, … Hardcover R4,365 Discovery Miles 43 650
Information and Communication Technology…
Tomonobu Senjyu, Parikshit N. Mahalle, … Hardcover R5,754 Discovery Miles 57 540
Iterative Learning Stabilization and…
Limin Wang, Ridong Zhang, … Hardcover R2,916 Discovery Miles 29 160

 

Partners