0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (112)
  • R250 - R500 (539)
  • R500+ (3,221)
  • -
Status
Format
Author / Contributor
Publisher

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

Developing Bots with Microsoft Bots Framework - Create Intelligent Bots using MS Bot Framework and Azure Cognitive Services... Developing Bots with Microsoft Bots Framework - Create Intelligent Bots using MS Bot Framework and Azure Cognitive Services (Paperback, 1st ed.)
Srikanth Machiraju, Ritesh Modi
R1,163 R436 Discovery Miles 4 360 Save R727 (63%) Ships in 9 - 15 working days

Develop Intelligent Bots using Microsoft Bot framework (C# and Node.js), Visual Studio Enterprise & Code, MicrosoftAzure and Cognitive Services. This book shows you how to develop great Bots, publish to Azure and register with Bot portal so that customers canconnect and communicate using famous communication channels like Skype, Slack, Web and Facebook. You'll also learn how to build intelligence into Bots using Azure Cognitive Services like LUIS, OCR, Speech to Text and Web Search.Bots are the new face of user experience. Conversational User Interface provides many options to make userexperience richer, innovative and engaging with email, text, buttons or voice as the medium for communication.Modern line of business applications can be replaced or associated with Intelligent Bots that can use data/historycombined with Machine Intelligence to make user experience inclusive and exciting. With Developing Bots with Microsoft Bots Framework, you'll see just how simple Bot building can be. What You'll Learn Build Bots using MS Bot framework on Windows and Non-Windows platforms Publish your Bot to the cloud in minutes Create rich communication platforms between your application and users Apply Artificial Intelligence and Machine Learning to your applications Who This Book Is For Developers and Architects who design and build modern applications or communication platforms using MS stack or open source technologies. Business Analysts and UX Specialists interested in designing and building trendy user interfaces/platforms using Bots and Azure ML

Pro jQuery Mobile (Paperback, 1st ed.): Brad Broulik Pro jQuery Mobile (Paperback, 1st ed.)
Brad Broulik
R1,292 Discovery Miles 12 920 Ships in 10 - 15 working days

You need to build an app, and you need it to run everywhere. And you need it now jQuery Mobile gives you the ability to write once and run everywhere using jQuery and jQuery UI. Pro jQuery Mobile will teach you how to create themable, responsive, native-looking applications for iOS, Android, Windows Phone, Blackberry, and more. * Discover what sets jQuery Mobile apart from other mobile web development platforms * Walk through practical examples of jQuery Mobile features, including design elements and event handling * Dig into the jQuery API, integrate web services, and learn how to publish to app stores with Phone Gap jQuery Mobile is a framework for delivering cross-platform mobile web applications with a unified interface. jQuery Mobile combines responsive layouts with progressive enhancement to render the best possible user experience from a single code base. With Pro jQuery Mobile, you'll be creating amazing mobile apps in no time.What you'll learn * Unique features of jQuery Mobile * jQuery Mobile core features, including page structure, navigation, and form elements * The entire jQuery Mobile API, including data attributes, methods, and events * How to apply jQuery Mobile to specific cases, including iOS and Android apps * How to publish your apps to app stores via PhoneGap * Integrating web services and Google Maps into your jQuery Mobile apps Who this book is for Mobile developers who want to master jQuery Mobile and build cross-platform mobile web applications from a single code base. Table of Contents * Why jQuery Mobile? * Getting Started with jQuery Mobile * Navigating with Toolbars * Form Elements and Buttons * Presenting Lists of Information * Formatting Content with Grids and CSS * Creating Themable Designs * jQuery Mobile API * Working Effectively with Services * Distributing jQuery Mobile Natively with PhoneGap * Finding Your Way with Google Maps

Jump Start Git, 2e (Paperback): Shaumik Daityari Jump Start Git, 2e (Paperback)
Shaumik Daityari
R740 R629 Discovery Miles 6 290 Save R111 (15%) Ships in 10 - 15 working days

Get a Jump Start on version control with Git today! If you've worked on a web development project of any size, you've probably used Git, the most broadly adopted distributed version control system available. It enables you to store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since it's distributed, it smoothes the path for dev team collaboration. This short, practical book will help you to: Understand Git's core philosophy. Get started with Git: install it, learn the basic commands, and set up your first project. Work with Git as part of a collaborative team. Use Git's debugging tools for maximum debug efficiency. Master Git workflow Take control with Git's advanced features: reflog, rebase, stash, and more. Use Git with cloud-based Git repository host services like Github and Bitbucket. See how Git's used effectively on large open-source projects. Whether you're a Git newbie or you've been using it for some time but only really scratching the surface of its capabilities, this book will help you to gain a deep understanding of how Git works, and how to use it to streamline your workflow.

Data Structures and Algorithms in Python (Hardcover, New): Michael T Goodrich, Roberto Tamassia, Michael H. Goldwasser Data Structures and Algorithms in Python (Hardcover, New)
Michael T Goodrich, Roberto Tamassia, Michael H. Goldwasser
R4,747 Discovery Miles 47 470 Ships in 12 - 17 working days

Based on the authors market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Structures and Algorithms in Python is the first authoritative object-oriented book available for Python data structures. Designed to provide a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation, the text will maintain the same general structure as Data Structures and Algorithms in Java and Data Structures and Algorithms in C++. * Begins by discussing Python s conceptually simple syntax, which allows for a greater focus on concepts. * Employs a consistent object-oriented viewpoint throughout the text. * Presents each data structure using ADTs and their respective implementations and introduces important design patterns as a means to organize those implementations into classes, methods, and objects. * Provides a thorough discussion on the analysis and design of fundamental data structures. * Includes many helpful Python code examples, with source code provided on the website. * Uses illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. * Provides hundreds of exercises that promote creativity, help readers learn how to think like programmers, and reinforce important concepts. * Contains many Python-code and pseudo-code fragments, and hundreds of exercises, which are divided into roughly 40% reinforcement exercises, 40% creativity exercises, and 20% programming projects.

Introducing Deno - A First Look at the Newest JavaScript Runtime (Paperback, 1st ed.): Fernando Doglio Introducing Deno - A First Look at the Newest JavaScript Runtime (Paperback, 1st ed.)
Fernando Doglio
R1,101 R909 Discovery Miles 9 090 Save R192 (17%) Ships in 10 - 15 working days

Learn everything there is to know about the new secure runtime for JavaScript: Deno. A proposed replacement for Node.js envisioned and created by the same developer who wrote the first version of Node, Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. This book will cover everything from its inception to the currently available version. You'll see how to take advantage of the security layer in order to avoid unwanted security holes, and how to use TypeScript to develop your applications without having to manually set up a build process. You'll also learn how to create and use modules without having to depend on a package manager, and much more. Armed with these newly learned concepts, by the time you finish this book, you'll be ready to build and test your own Deno applications. Whether you're a brand new developer to the back end with a JavaScript background or a seasoned Node.js developer looking to understand this competing technology, Introducing Deno will put you on the right path. What You'll Learn Learn why Deno was created and why it is different from Node Build real applications using Deno and related technologies Create backend applications with Typescript Resolve how to live without npm and package.json Set permissions and default behavior Who This Book Is For Anyone with knowledge of back-end development looking to learn a new way of doing things and those with a basic understanding of JavaScript and Node.js core concepts.

Getting Started with Rstudio (Paperback): John Verzani Getting Started with Rstudio (Paperback)
John Verzani
R566 Discovery Miles 5 660 Ships in 10 - 15 working days

Dive into the RStudio Integrated Development Environment (IDE) for using and programming R, the popular open source software for statistical computing and graphics. This concise book provides new and experienced users with an overview of RStudio, as well as hands-on instructions for analyzing data, generating reports, and developing R software packages.

The open source RStudio IDE brings many powerful coding tools together into an intuitive, easy-to-learn interface. With this guide, you'll learn how to use its main components--including the console, source code editor, and data viewer--through descriptions and case studies. Getting Started with RStudio serves as both a reference and introduction to this unique IDE. Use RStudio to provide enhanced support for interactive R sessions Clean and format raw data quickly with several RStudio components Edit R commands with RStudio's code editor, and combine them into functions Easily locate and use more than 3,000 add-on packages in R's CRAN service Develop and document your own R packages with the code editor and related components Create one-click PDF reports in RStudio with a mix of text and R output

Introducing the HTML5 Web Speech API - Your Practical Introduction to Adding Browser-Based Speech Capabilities to your Websites... Introducing the HTML5 Web Speech API - Your Practical Introduction to Adding Browser-Based Speech Capabilities to your Websites and Online Applications (Paperback, 1st ed.)
Alex Libby
R965 R812 Discovery Miles 8 120 Save R153 (16%) Ships in 10 - 15 working days

Leverage the power of HTML5 Web Speech API to quickly add voice capabilities to your websites. This project-oriented book simplifies the process of setting up and manipulating the API in the browser using little more than a text editor or free software. You'll be presented with a starting toolset that you can use to develop future projects, incorporate into your existing workflow and allow you to take your websites to the next level, reducing the reliance on entering choices through a keyboard and making the overall experience easier for customers. This excellent resource is perfect for getting acquainted with creating and manipulating browser-based APIs. You don't have to convert your whole work process immediately; you can incorporate as little or as much as you want of the API, and build on this as your skills develop. We live in an age where speed and simplicity are of the essence - this book provides a perfect way to add speech capabilities to our websites, directly in the browser and with the minimum of fuss. Introducing the HTML5 Web Speech API is the right choice for developers who want to focus on simplicity to produce properly optimized content in modern browsers using tools already in their possession. What You'll Learn Implement the Web Speech API in a project Explore some of the options for personalizing them for a project Gain an appreciation of pointers around user experience and how this affects the API Understand how to manage issues and security when using the API Work through some example projects, from standalone demos to implementing with other tools or libraries Who This Book Is For Website developers who are already familiar with JavaScript, and are keen to learn how to leverage the Web Speech API to quickly add voice-enabled capabilities to a website, using little more than a text editor. It's ideal for those in agile development teams, where time is of the essence, and the pressure is on to deliver results quickly.

Amazon Web Services for Mobile Developers - Building Apps with AWS (Paperback): A Mishra Amazon Web Services for Mobile Developers - Building Apps with AWS (Paperback)
A Mishra
R1,297 R939 Discovery Miles 9 390 Save R358 (28%) Out of stock

A practical, real-world introduction to AWS tools and concepts Amazon Web Services for Mobile Developers: Building Apps with AWS presents a professional view of cloud computing and AWS for experienced iOS/Android developers and technical/solution architects. Cloud computing is a rapidly expanding ecosystem, and working professionals need a practical resource to bring them up-to-date on tools that are rapidly becoming indispensable; this book helps expand your skill set by introducing you to AWS offerings that can make your job easier, with a focus on real-world application. Author and mobile applications developer Abhishek Mishra shows you how to create IAM accounts and try out some of the most popular services, including EC2, Lambda, Mobile Analytics, Device Farm, and more. You'll build a chat application in both Swift (iOS) and Java (Andoid), running completely off AWS Infrastructure to explore SDK installation, Xcode, Cognito authentication, DynamoDB, Amazon SNA Notifications, and other useful tools. By actually using the tools as you learn about them, you develop a more intuitive understanding that feels less like a shift and more like a streamlined integration. If you have prior experience with Swift or Java and a solid knowledge of web services, this book can help you quickly take your skills to the next level with a practical approach to learning that translates easily into real-world use. * Understand the key concepts of AWS as applied to both iOS and Android developers * Explore major AWS offerings for mobile developers, including DynamoDB, RDS, EC2, SNS, Cognito, and more * Learn what people are talking about when they use buzzwords like PaaS, IaaS, SaaS, and APaaS * Work through explanations by building apps that tie into the AWS ecosystem Any job is easier with the right tools, and Amazon Web Services for Mobile Developers: Building Apps with AWS gets you acquainted with an ever-expanding toolkit for mobile app development.

Beginning Ballerina Programming - From Novice to Professional (Paperback, 1st ed.): Anjana Fernando, Lakmal Warusawithana Beginning Ballerina Programming - From Novice to Professional (Paperback, 1st ed.)
Anjana Fernando, Lakmal Warusawithana
R1,258 R1,038 Discovery Miles 10 380 Save R220 (17%) Ships in 10 - 15 working days

Discover the Ballerina programming language for next-generation microservices and cloud-native application development. This book shows you that Ballerina is a cutting-edge programming language which incorporates many of the latest technological advancements in programming language theory. You'll learn variables and types, modules and functions, flow control, error handling, concurrency, I/O, cloud/network programming, persistence and data access, security and more. Additionally, Beginning Ballerina Programming introduces many foundation computer science topics along the way and doesn't assume much prior knowledge. For example, when introducing transport-level security, you will get a brief introduction to public-key cryptography, how it is different from private-key cryptography, and why it is needed. This provides an added bonus for you to learn something new and general in computer science. After reading and using this book, you'll be proficient with Ballerina and cloud-first programming and be able to apply these concepts and techniques to your next cloud application developments. What You'll Learn * Start programming with Ballerina * Gain the basics of network communication and programming * Obtain a solid understanding of services/API development * Effective use of concurrency in programming * Learn the basics of information security and its applications * Persistent data storage and access Who This Book Is For Absolute beginners in computer programming: No prior experience with computer programming is expected. This can also be a reference book for experienced developers in other languages, who want to learn a modern programming language.

Reactive Programming with Angular and ngrx - Learn to Harness the Power of Reactive Programming with RxJS and ngrx Extensions... Reactive Programming with Angular and ngrx - Learn to Harness the Power of Reactive Programming with RxJS and ngrx Extensions (Paperback, 1st ed.)
Oren Farhi
R1,689 Discovery Miles 16 890 Ships in 9 - 15 working days

Manage your Angular development using Reactive programming. Growing in popularity and now an essential part of any professional web developer's toolkit, Reactive programming can enrich your development and make your code more efficient. Featuring a core application to explore and build yourself, this book shows you how to utilize ngrx/store as a state management with Redux pattern, and how to utilize ngrx/effects to define a better and more robust application architecture. Through working code examples, you will understand every aspect of Reactive programming with Angular so that you'll be able to develop maintainable, readable code. Reactive Programming with Angular and ngrx is ideal for developers already familiar with JavaScript, Angular, or other languages, and who are looking for more insight into their Angular projects. Use this book to start mastering Reactive programming today. What You'll Learn Construct components efficiently Utilize ngrx extensions and RxJS Organize state management with reducers, actions and side effects Who This Book Is For Developers who are already familiar with JavaScript and Angular and want to move onto more advanced development.

Beginning Database Programming Using ASP.NET Core 3 - With MVC, Razor Pages, Web API, jQuery, Angular, SQL Server, and NoSQL... Beginning Database Programming Using ASP.NET Core 3 - With MVC, Razor Pages, Web API, jQuery, Angular, SQL Server, and NoSQL (Paperback, 1st ed.)
Bipin Joshi
R1,425 R1,177 Discovery Miles 11 770 Save R248 (17%) Ships in 10 - 15 working days

Hit the ground running with this book to quickly learn the fundamentals of HTML form processing, user authentication, and database CRUD (Create, Read, Update, and Delete) operations using the ASP.NET Core family of technologies. You will utilize cutting-edge and popular technology options from both the server side and client side to help you achieve your web application goals as quickly as possible. Developers who want to learn ASP.NET Core and complementary technologies are often overwhelmed by the large number of options involved in building modern web applications. This book introduces you to the most popular options so that you can confidently begin working on projects in no time. You will learn by example, building a sample application that demonstrates how the same application can be built using different options. This experiential approach will give you the basic skills and knowledge to understand how the options work together so that you can make an informed decision about the available choices, their trade-offs, and code level comparison. After reading this book, you will be able to choose your selected learning path. What You Will Learn Develop data entry forms in ASP.NET Core, complete with validations and processing Perform CRUD operations using server-side options: ASP.NET Core MVC, Razor Pages, Web APIs, and Blazor Perform CRUD operations using client-side options: jQuery and Angular Secure web applications using ASP.NET Core Identity, cookie authentication, and JWT authentication Use RDBMS and NoSQL data stores: SQL Server, Azure SQL Database, Azure Cosmos DB, and MongoDB for CRUD operations Deploy ASP.NET Core web applications to IIS and Azure App Service Who This Book Is For Developers who possess a basic understanding of ASP.NET and how web applications work. Some experience with Visual Studio 2017 or higher, C#, and JavaScript is helpful.

Foundation Flash Catalyst (Paperback, 1st ed.): Greg Goralski, Lord Alex Leon Foundation Flash Catalyst (Paperback, 1st ed.)
Greg Goralski, Lord Alex Leon
R997 R833 Discovery Miles 8 330 Save R164 (16%) Ships in 10 - 15 working days

This book offers an introduction to Flash Catalyst for designers with intermediate to advanced skills. It discusses where Catalyst sits within the production process and how it communicates with other programs. It covers all of the features of the Flash Catalyst workspace, teaching you how to create designs from scratch, how to build application designs and add functionality, and how to master the Catalyst/Flex workflow.Introduces Flash Catalyst Focuses on production process Covers the interrelation between Flash Catalyst and Photoshop/Illustrator/Flex/Flash What you'll learn

Starting from scratch, you'll learn the basic concepts and interface functionality of Flash Catalyst, and get practical experience by working on carefully crafted real-life projects throughout the book. You'll learn every stage of the process, from the first design sketches to the Flex Developer hand over, and how you can make design changes to assets while the developers work on the code. You'll also learn how to make your designs functional by adding simple buttons and scroll bars, and how to make sure that developers can precisely interpret your vision.Converting Photoshop/Illustrator artwork to interactive designs Sketching designs with interactivity Sketching designs with transitions Working with the FXG format Designing with fluid layouts in Catalyst Who this book is for

This book is for designers experienced with Photoshop, Illustrator, and Fireworks who want to include Flash Catalyst in their workflows. It's also for the general audience looking to design rich Internet applications using Catalyst. Table of Contents Catalyst Interface Your First Flash Catalyst Project Wireframing in Catalyst Animation in Catalyst Interactions Organizing Artwork and Best Practices Data Lists and Design-Time Data SWFs, Video, and Audio Custom Components and Library Packages Catalyst to Flex Builder

Pro Linux System Administration - Learn to Build Systems for Your Business Using Free and Open Source Software (Paperback, 2nd... Pro Linux System Administration - Learn to Build Systems for Your Business Using Free and Open Source Software (Paperback, 2nd ed.)
Dennis Matotek, James Turnbull, Peter Lieverdink
R2,253 R1,418 Discovery Miles 14 180 Save R835 (37%) Ships in 9 - 15 working days

Implement a SOHO or SMB Linux infrastructure to expand your business and associated IT capabilities. Backed by the expertise and experienced guidance of the authors, this book provides everything you need to move your business forward. Pro Linux System Administration makes it easy for small- to medium-sized businesses to enter the world of zero-cost software running on Linux and covers all the distros you might want to use, including Red Hat, Ubuntu, Debian, and CentOS. Pro Linux System Administration takes a layered, component-based approach to open source business systems, while training system administrators as the builders of business infrastructure. Completely updated for this second edition, Dennis Matotek takes you through an infrastructure-as-code approach, seamlessly taking you through steps along the journey of Linux administration with all you need to master complex systems. This edition now includes Jenkins, Ansible, Logstash and more. What You'll Learn: Understand Linux architecture Build, back up, and recover Linux servers Create basic networks and network services with Linux Build and implement Linux infrastructure and services including mail, web, databases, and file and print Implement Linux security Resolve Linux performance and capacity planning issues Who This Book Is For: Small to medium-sized business owners looking to run their own IT, system administrators considering migrating to Linux, and IT systems integrators looking for an extensible Linux infrastructure management approach.

Modern PHP (Paperback): Josh Lockhart Modern PHP (Paperback)
Josh Lockhart
R813 R539 Discovery Miles 5 390 Save R274 (34%) Ships in 12 - 17 working days

PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you'll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries. Author Josh Lockhart-creator of PHP The Right Way, a popular initiative to encourage PHP best practices-reveals these new language features in action. You'll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you have a basic understanding of PHP and want to bolster your skills, this is your book. Learn modern PHP features, such as namespaces, traits, generators, and closures Discover how to find, use, and create PHP components Follow best practices for application security, working with databases, errors and exceptions, and more Learn tools and techniques for deploying, tuning, testing, and profiling your PHP applications Explore Facebook's HVVM and Hack language implementations-and how they affect modern PHP Build a local development environment that closely matches your production server

Programming ASP.NET Core (Paperback): Dino Esposito Programming ASP.NET Core (Paperback)
Dino Esposito
R1,097 R862 Discovery Miles 8 620 Save R235 (21%) Ships in 12 - 17 working days

The complete, pragmatic guide to building high-value solutions with ASP.NET Core Programming ASP.NET Core is the definitive guide to practical web-based application development with Microsoft's new ASP.NET Core framework. Microsoft MVP Dino Esposito introduces proven techniques and well-crafted example code for solving real problems with ASP.NET Core. Step by step, he guides you through using all key ASP.NET Core technologies, including MVC for HTML generation, .NET Core, EF Core, ASP.NET Identity, dependency injection, and much more. Esposito thoroughly covers ASP.NET Core's cross-platform capabilities and what's changed from older ASP.NET versions, but he doesn't stop there: he offers a complete learning path for every developer who wants to build production solutions, including mobile-specific solutions. Microsoft MVP Dino Esposito shows how to: * Create new projects and understand their structure * Set up and use the familiar MVC application model in ASP.NET Core * Write controller class code to govern all stages of request processing * Serve HTML from controllers, or directly via Razor Pages * Master the Razor language for quickly defining the layout of HTML views * Manage cross-cutting concerns such as global configuration data, error and exception handling, controller class design, and dependency injection * Secure applications with user authentication and ASP.NET Core's policy-based user authorization API * Design for efficient data access, and choose the right option for reading and writing data * Build ASP.NET Core Web APIs that return JSON, XML, or other data * Use data binding to programmatically update visual components with fresh information * Build device-friendly web views for iOS and Android * Explore the radically new ASP.NET Core runtime environment and Dependency Injection (DI) infrastructure

Speaking JavaScript (Paperback): Axel Rauschmayer Speaking JavaScript (Paperback)
Axel Rauschmayer
R1,351 R878 Discovery Miles 8 780 Save R473 (35%) Ships in 12 - 17 working days

Like it or not, JavaScript is everywhere these days--from browser to server to mobile--and now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position.

"Speaking JavaScript" helps you approach the language with four standalone sections. First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth. Complete contents include: JavaScript quick start: Familiar with object-oriented programming? This part helps you learn JavaScript quickly and properly.JavaScript in depth: Learn details of ECMAScript 5, from syntax, variables, functions, and object-oriented programming to regular expressions and JSON with lots of examples. Pick a topic and jump in.Background: Understand JavaScript's history and its relationship with other programming languages.Tips, tools, and libraries: Survey existing style guides, best practices, advanced techniques, module systems, package managers, build tools, and learning resources.

Programming with MicroPython - Embedded Programming with Microcontrollers and Python (Paperback): Nicholas H. Tollervey Programming with MicroPython - Embedded Programming with Microcontrollers and Python (Paperback)
Nicholas H. Tollervey
R1,320 R846 Discovery Miles 8 460 Save R474 (36%) Ships in 12 - 17 working days

It's an exciting time to get involved with MicroPython, the re-implementation of Python 3 for microcontrollers and embedded systems. This practical guide delivers the knowledge you need to roll up your sleeves and create exceptional embedded projects with this lean and efficient programming language. If you're familiar with Python as a programmer, educator, or maker, you're ready to learn-and have fun along the way. Author Nicholas Tollervey takes you on a journey from first steps to advanced projects. You'll explore the types of devices that run MicroPython, and examine how the language uses and interacts with hardware to process input, connect to the outside world, communicate wirelessly, make sounds and music, and drive robotics projects. Work with MicroPython on four typical devices: PyBoard, the micro:bit, Adafruit's Circuit Playground Express, and ESP8266/ESP32 boards Explore a framework that helps you generate, evaluate, and evolve embedded projects that solve real problems Dive into practical MicroPython examples: visual feedback, input and sensing, GPIO, networking, sound and music, and robotics Learn how idiomatic MicroPython helps you express a lot with the minimum of resources Take the next step by getting involved with the Python community

JavaFX Special Effects - Taking Java (TM) RIA to the Extreme with Animation, Multimedia, and Game Elements (Paperback, 1st... JavaFX Special Effects - Taking Java (TM) RIA to the Extreme with Animation, Multimedia, and Game Elements (Paperback, 1st ed.)
Lucas Jordan
R1,007 R843 Discovery Miles 8 430 Save R164 (16%) Ships in 10 - 15 working days

Enough about learning the fundamentals of the intriguing JavaFX platform; it's now time to start implementing visually stunning and dynamic Java-based rich Internet applications (RIAs) for your desktop or mobile front end. This book will show you what the JavaFX platform can really do for Java desktop and mobile front ends. It presents a number of excellent visual effects and techniques that will make any JavaFX application stand outwhether it's animation, multimedia, or a game. The techniques shown in this book are invaluable for competing in today's market, and they'll help set your RIAs apart from your competitor's.Create visual effects that perform well. Add subtle animations to bring any application to life. Use the graphical power of the JavaFX platform. What you'll learn Create and customize a particle system. Learn tricks for creating compelling transitions. Take advantage of animated lighting. Create impressive animations with quintic Bezier interpolators. Add realistic physics to animations. Combine effects to create compelling visual content. Who this book is for

This book is for all JavaFX developers and aspiring developers. Anyone with basic programming experience can get started in minutes. Table of Contents JavaFX Design Considerations Effect: Particle Systems Effect: Visual Transitions Effect: Animated Lighting Effect: Advanced Interpolators Effect: Physics Effect: Animated Image Sequences Effect: Animated Gradients Effect: Audio Visualizer Effects: Physics and Particles Pulling It All Together: Clown Cannon

Perl Debugger Pocket Reference (Paperback): Richard Foley Perl Debugger Pocket Reference (Paperback)
Richard Foley
R235 R177 Discovery Miles 1 770 Save R58 (25%) Ships in 12 - 17 working days

Most Perl programmers know about the Perl debugger--the nifty little built-in utility that you can use to fully debug any programs that you write. Inside the interactive debugger environment, you're prompted for commands that let you examine your source code, set breakpoints, dump out function call stacks, change values of variables, and much more. It's so convenient that some programmers run it just to test out Perl constructs as they create a program. But although it's on their radar, not many Perl programmers take the time to master the debugger. That's where the "Perl Debugger Pocket Reference" comes in.

This little book provides a quick and convenient path to mastery of the Perl debugger and its commands. Written by a core member of the Perl debugger development team, it's an ideal quick reference to debugger commands, as well as a detailed tutorial on how to get started. The "Perl Debugger Pocket Reference" provides complete coverage in a conveniently small package.

Maybe you write code so clean you never have to look at it twice. Or perhaps you'd rather focus your energies on writing clean code, rather than learning about the debugger. But if you need to learn about the Perl debugger in a hurry, the "Perl Debugger Pocket Reference" is the book you'll want to have close by. And you can always keep a copy on hand to share with programmers who need it more than you do.

O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to asolution quickly, the new "Perl Debugger Pocket Reference" will get you back on the right track.

Getting StartED with CSS (Paperback, 1st ed.): David Powers Getting StartED with CSS (Paperback, 1st ed.)
David Powers
R775 R695 Discovery Miles 6 950 Save R80 (10%) Ships in 10 - 15 working days

Knowledge of Cascading Style Sheets (CSS) is essential for developing modern, attractive websites, but many beginners are put off by the need to learn about unfamiliar concepts, such as selectors, properties, and classes, before they can achieve anything. Getting StartED with CSS takes a practical approach by showing you how to use CSS in simple stages, starting by changing the default appearance of HTML tags to improve the look of text and links. It assumes no prior knowledge of CSS and avoids bombarding you with unnecessary technical details. At the same time, it explains all the main points and acts as a reference that you can come back to when you need to refresh your memory. More advanced concepts are introduced gradually, so that by the end of the book you'll have a solid understanding of all the main aspects of CSS. Particular attention is paid to avoiding the common pitfalls of beginners, enabling you to create websites that not only look good, but also are easy to maintain.Requires no previous knowledge of CSS Instant resultsstarts off by showing how improve the look of a website stage by stage Doesn't bombard you with endless rules and jargon What you'll learn How to immediately improve the look of your entire website by controlling fonts and colors with just a few lines of code. How to control the layout of elements on the page without resorting to complex tables. How to add background images that appear exactly where you want them. How to create effective style sheets that are easy to maintain by avoiding common mistakes such as over-reliance on classes ("classitis"). How browsers display page elements and master CSS positioning. How to experiment with advanced CSS selectors. Who this book is for

This book is aimed at anybody who wants to learn how to style websites using CSS. The primary readership is likely to be independent web developers and serious hobbyists, but knowledge of CSS is essential to anyone planning a career in web development, so it should also find a place in the curriculum of academic courses in media studies. Table of Contents What Is CSS, and Why Should I Learn It? How Do I Improve the Look of Text and Links? How Can I Improve the Layout of My Text? How Can I Flow Text Around Images? How Do I Add Backgrounds and Borders to Improve the Look of My Page? How Do I Solve the Mysteries of Width and Height? How Do I Create Differently Styled Sections? How Do I Style Lists and Navigation Menus? How Do I Style Tables? How Do I Position Elements Precisely on the Page? Are There Any Guidelines for Basic Page Layout? How Do I Create Styles for Printing?

Building Web Applications with .NET Core 2.1 and JavaScript - Leveraging Modern JavaScript Frameworks (Paperback, 2nd ed.):... Building Web Applications with .NET Core 2.1 and JavaScript - Leveraging Modern JavaScript Frameworks (Paperback, 2nd ed.)
Philip Japikse, Kevin Grossnicklaus, Ben Dewey
R1,592 R1,316 Discovery Miles 13 160 Save R276 (17%) Ships in 10 - 15 working days

Roll up your sleeves and jump into building web applications using .NET Core 2.1 and the most popular JavaScript frameworks. You will start by building a data access layer using Entity Framework Core, a RESTful service using ASP.NET Core, and then you will build a web application following the MVC pattern, also using ASP.NET Core. The resulting application is an example e-commerce site using the most appropriate capabilities in .NET Core for building a line of business applications. The second half of Building Web Applications with .NET Core 2.1 and JavaScript is dedicated to teaching you how to develop applications on the client with JavaScript, BootStrap, and related tooling such as TypeScript, WebPack, NPM, and more. Each JavaScript framework will build the same UI as the ASP.NET Core web application from the first half of the book, leveraging the same ASP.NET Core RESTful service and Entity Framework Core data access layer. Building the same UI in the different JavaScript frameworks provides the context and knowledge to reasonably compare and contrast the tools. What You Will Learn Ramp up quickly on Entity Framework Core and ASP.NET Core Use TypeScript to deliver better JavaScript Manage your JavaScript build process Know how to build UIs with ASP.NET Core MVC, Angular, and React to make better decisions on which technologies to adopt in your projects Conduct an apples-to-apples comparison of ASP.NET Core, Angular, and React Who This Book Is For .NET architects, consultants, and developers who want to modernize their skill set. Some understanding of JavaScript and the Web is useful.

Practical Domain-Driven Design in Enterprise Java - Using Jakarta EE, Eclipse MicroProfile, Spring Boot, and the Axon Framework... Practical Domain-Driven Design in Enterprise Java - Using Jakarta EE, Eclipse MicroProfile, Spring Boot, and the Axon Framework (Paperback, 1st ed.)
Vijay Nair
R1,161 R969 Discovery Miles 9 690 Save R192 (17%) Ships in 10 - 15 working days

See how Domain-Driven Design (DDD) combines with Jakarta EE MicroProfile or Spring Boot to offer a complete suite for building enterprise-grade applications. In this book you will see how these all come together in one of the most efficient ways to develop complex software, with a particular focus on the DDD process. Practical Domain-Driven Design in Enterprise Java starts by building out the Cargo Tracker reference application as a monolithic application using the Jakarta EE platform. By doing so, you will map concepts of DDD (bounded contexts, language, and aggregates) to the corresponding available tools (CDI, JAX-RS, and JPA) within the Jakarta EE platform. Once you have completed the monolithic application, you will walk through the complete conversion of the monolith to a microservices-based architecture, again mapping the concepts of DDD and the corresponding available tools within the MicroProfile platform (config, discovery, and fault tolerance). To finish this section, you will examine the same microservices architecture on the Spring Boot platform. The final set of chapters looks at what the application would be like if you used the CQRS and event sourcing patterns. Here you'll use the Axon framework as the base framework. What You Will Learn Discover the DDD architectural principles and use the DDD design patterns Use the new Eclipse Jakarta EE platform Work with the Spring Boot framework Implement microservices design patterns, including context mapping, logic design, entities, integration, testing, and security Carry out event sourcing Apply CQRS Who This Book Is For Junior developers intending to start working on enterprise Java; senior developers transitioning from monolithic- to microservices-based architectures; and architects transitioning to a DDD philosophy of building applications.

Beginning Laravel - Build Websites with Laravel  5.8 (Paperback, 2nd ed.): Sanjib Sinha Beginning Laravel - Build Websites with Laravel 5.8 (Paperback, 2nd ed.)
Sanjib Sinha
R1,402 R1,153 Discovery Miles 11 530 Save R249 (18%) Ships in 10 - 15 working days

Develop cutting-edge websites and applications using the new features of Laravel 5.8. This book starts with an introduction to Laravel and takes a glance at its newly introduced features. Moving on to setting up your development environment, you will learn how the composer works. In addition to this, you will be introduced to Valet, Homestead, Virtual Box, Vagrant, and Forge in Laravel. With this foundation, you will be ready to get started writing your first Laravel apps. To do so, you will learn to manage routes and controllers and how the Blade template works. Moving on to models, you will work with route model binding and get to know the relationship between models, databases, and Eloquent. Along the way you will define methods on your Eloquent model classes using different types of relationships. Shifting focus to handling user data, you will see how redirect methods work. You will also get to know the inner workings of requests and responses. Continuing the data theme, Beginning Laravel covers basic and grouped artisan commands and how to handle databases with Tinker. By being able to handle data effectively, your applications will come alive for your users, giving them the functionality they need. The last section of the book handles core concepts such as sending emails, alerting users via notifications, and implementing SOLID design principles. You will see how to decouple your application classes by using events and listeners. What You Will Learn Protect your app with authentication and authorization Build a complex relationship between entities using Eloquent models Take advantage of containers and facades Use the mail template Create and configure events Work with Laravel Passport Deploy API authentication Discover new Laravel 5.8 features such as dump server and email verification Who This Book Is For Those new to Laravel and PHP web development or those who have some background in PHP/Laravel who are new to Laravel's newest release.

Vue on Rails - End-to-End Guide to Building Web Apps Using Vue.js and Rails (Paperback, 1st ed.): Bryan Lim, Richard Lafranchi Vue on Rails - End-to-End Guide to Building Web Apps Using Vue.js and Rails (Paperback, 1st ed.)
Bryan Lim, Richard Lafranchi
R1,101 R909 Discovery Miles 9 090 Save R192 (17%) Ships in 10 - 15 working days

Build modern and progressive web applications with Vue.js and Ruby on Rails. As the Rails community embraces JavaScript, this book answers your most pressing questions, including how to integrate front-end technologies with Rails, whether to build a single-page application, when and how to use JavaScript in your project, how to scaffold a Vue component in Rails, and how to configure Vue.js in a Rails project. This book explores how to manage and understand priorities when working with Vue on Rails and how to determine the best configuration for your project. You'll see how to reuse your Vue components in a Rails project with less coding and harness the component options, as well as how to use props, events and slots of Vue components. You'll also use webpacker to set up your project and pass data from your Vue component to a Rails controller and back. Finally, you'll learn which is the best configuration for the router and how to test and deploy your application. These topics are essential for developers and product owners because they cover end-to-end advice for building a web application incrementally or from scratch. Vue.js on Rails shows you just how easy it is to build and maintain a modern web app and save hundreds of hours integrating these two technologies. What You'll Learn Use Vue and Rails together to improve products Build a web app with a focus on developer happiness Take a pragmatic approach to web app development with practical code examples Save time configuring Vue and Rails Control and manage states in a Vue on Rails project Who This Book Is For Product owners seeking a technology for a company's products with an emphasis on development scalability; business owners looking to maximize developer satisfaction and successful product development; technical managers requiring a pragmatic and successful web app development strategy;and new and experienced developers and designers learning to build web apps using the best tools available.

Creating Data-Driven Web Sites - An Introduction to HTML, CSS, PHP, and MySQL (Paperback): Bob Terrell Creating Data-Driven Web Sites - An Introduction to HTML, CSS, PHP, and MySQL (Paperback)
Bob Terrell
R1,162 R942 Discovery Miles 9 420 Save R220 (19%) Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
CSS For Beginners - The Best CSS Guide…
Ethan Hall Hardcover R997 R833 Discovery Miles 8 330
Starting Out with Python, Global Edition
Tony Gaddis Paperback R2,211 Discovery Miles 22 110
Computer Programming Languages for…
Adesh Silva Hardcover R694 Discovery Miles 6 940
Coding for Kids Ages 9-15 - Simple HTML…
Bob Mather Hardcover R910 Discovery Miles 9 100
Computer Programming The Doctrine 2.0…
Adesh Silva Hardcover R777 R663 Discovery Miles 6 630
Java - Java Programming for beginners…
Adam Dodson Hardcover R611 R518 Discovery Miles 5 180
An Introduction to XML and Web…
Anders Moller, Michael Schwartzbach Paperback R2,527 Discovery Miles 25 270
News Search, Blogs and Feeds - A Toolkit
Lars Vage, Lars Iselid Paperback R1,366 Discovery Miles 13 660
Intro to Python for Computer Science and…
Paul Deitel Paperback R2,123 Discovery Miles 21 230
Java How to Program, Late Objects…
Paul Deitel, Harvey Deitel Paperback R900 R750 Discovery Miles 7 500

 

Partners