0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (4)
  • -
Status
Brand

Showing 1 - 4 of 4 matches in All Departments

Basic Linux Terminal Tips and Tricks - Learn to Work Quickly on the Command Line (Paperback, 1st ed.): Philip Kirkbride Basic Linux Terminal Tips and Tricks - Learn to Work Quickly on the Command Line (Paperback, 1st ed.)
Philip Kirkbride
R1,807 R1,404 Discovery Miles 14 040 Save R403 (22%) Ships in 10 - 15 working days

Learn command line tricks, programs, and hacks you can use day to day as a Linux user, programmer, and system administrator. When you interact with the digital world, you can't go far without interacting with Linux systems. This book shows you how to leverage its power to serve your needs. Many users know "top" is installed on almost all Linux machines, but did you know with a few keystrokes you can customize it specifically for your needs? Stuck using `cd` and `ls` commands for navigating file systems? This book looks at how you can use Ranger to quickly navigate through multiple levels of folders, and quickly run bash commands without ever leaving the terminal. We also suggest programs that can be used for common tasks such as finding which programs are using the most processing, data download/upload, and file space. You'll know how to quickly connect to remote machines and run your commonly needed jobs in a keystroke or even on auto-pilot. With Basic Linux Terminal Tips and Tricks you'll be equipped with a wide range of tools that can be used for daily work and maintenance on all sorts of Linux systems including servers, desktops, and even embedded devices. What You Will Learn Work with common tools on your local network. Techniques for efficient use of command line. Easily manipulate text files for processing. Monitor the state of a system with a handful of popular programs. Combine programs to create useful processes. Who This Book Is For Anyone who is interested in Linux and Unix based operating systems as a hobby or for work.

Front-End Development Projects with Vue.js - Learn to build scalable web applications and dynamic user interfaces with Vue 2... Front-End Development Projects with Vue.js - Learn to build scalable web applications and dynamic user interfaces with Vue 2 (Paperback)
Raymond Camden, Hugo Di Francesco, Clifford Gurney, Philip Kirkbride, Maya Shavin
R1,358 Discovery Miles 13 580 Ships in 10 - 15 working days

Get to grips with the core fundamentals of Vue.js 2 and learn to build reliable component-based applications with practical guidance from industry experts Key Features Learn how to make the best use of the Vue.js 2 framework and build a full end-to-end project Build dynamic components and user interfaces that are fast and intuitive Write performant code that "just works" and is easily scalable and reusable Book DescriptionAre you looking to use Vue 2 for web applications, but don't know where to begin? Front-End Development Projects with Vue.js will help build your development toolkit and get ready to tackle real-world web projects. You'll get to grips with the core concepts of this JavaScript framework with practical examples and activities. Through the use-cases in this book, you'll discover how to handle data in Vue components, define communication interfaces between components, and handle static and dynamic routing to control application flow. You'll get to grips with Vue CLI and Vue DevTools, and learn how to handle transition and animation effects to create an engaging user experience. In chapters on testing and deploying to the web, you'll gain the skills to start working like an experienced Vue developer and build professional apps that can be used by other people. You'll work on realistic projects that are presented as bitesize exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. These mini projects include a chat interface, a shopping cart and price calculator, a to-do app, and a profile card generator for storing contact details. By the end of this book, you'll have the confidence to handle any web development project and tackle real-world front-end development problems. What you will learn Set up a development environment and start your first Vue 2 project Modularize a Vue application using component hierarchies Use external JavaScript libraries to create animations Share state between components and use Vuex for state management Work with APIs using Vuex and Axios to fetch remote data Validate functionality with unit testing and end-to-end testing Get to grips with web app deployment Who this book is forThis book is designed for Vue.js beginners. Whether this is your first JavaScript framework, or if you're already familiar with React or Angular, this book will get you on the right track. To understand the concepts explained in this book, you must be familiar with HTML, CSS, JavaScript, and Node package management.

The The JavaScript Workshop - Learn to develop interactive web applications with clean and maintainable JavaScript code... The The JavaScript Workshop - Learn to develop interactive web applications with clean and maintainable JavaScript code (Paperback)
Joseph Labrecque, Jahred Love, Daniel Rosenbaum, Nick Turner, Gaurav Mehla, …
R1,098 Discovery Miles 10 980 Ships in 10 - 15 working days

Get to grips with the fundamentals of JavaScript and learn to build the programming skills that will kickstart your career as a software developer Key Features Learn the basics of JavaScript programming to create dynamic web pages Explore the fundamentals of back-end development using Node.js Tackle challenging development problems and apply solutions to real-world situations Book DescriptionIf you're looking for a programming language to develop flexible and efficient apps, JavaScript is a great choice. However, while offering real benefits, the complexity of the entire JavaScript ecosystem can be overwhelming. This Workshop is a smarter way to learn JavaScript. It is specifically designed to cut through the noise and help build your JavaScript skills from scratch, while sparking your interest with engaging activities and clear explanations. Starting with explanations of JavaScript's fundamental programming concepts, this book will introduce the key tools, libraries and frameworks that programmers use in everyday development. You will then move on and see how to handle data, control the flow of information in an application, and create custom events. You'll explore the differences between client-side and server-side JavaScript, and expand your knowledge further by studying the different JavaScript development paradigms, including object-oriented and functional programming. By the end of this JavaScript book, you'll have the confidence and skills to tackle real-world JavaScript development problems that reflect the emerging requirements of the modern web. What you will learn Write clean, maintainable and eloquent JavaScript code Build websites using plain JS and various frameworks and libraries Simplify your workflow with package managers such as Gulp and Grunt Use Node.js to build server-side JavaScript applications Improve the functionality of your applications with browser APIs Implement asynchronous programming to build apps that can multitask Who this book is forThe JavaScript Workshop is the ideal guide to JavaScript for beginners. It is designed for anyone who wants to get started learning JavaScript. Whether you're an aspiring web developer, or are just curious about learning how to code with a versatile programming language, this book will help you get up and running. Previous development experience is not required, but basic prior knowledge of HTML and CSS will help you get the most from this book.

Professional JavaScript - Fast-track your web development career using the powerful features of advanced JavaScript... Professional JavaScript - Fast-track your web development career using the powerful features of advanced JavaScript (Paperback)
Hugo Di Francesco, Siyuan Gao, Vinicius Isola, Philip Kirkbride
R1,098 Discovery Miles 10 980 Ships in 10 - 15 working days

Develop your JavaScript programming skills by learning strategies and techniques commonly used in modern full-stack application development Key Features Write and deploy full-stack applications efficiently with JavaScript Delve into JavaScript's multiple programming paradigms Get up to speed with core concepts such as modularity and functional programming to write efficient code Book DescriptionIn depth knowledge of JavaScript makes it easier to learn a variety of other frameworks, including React, Angular, and related tools and libraries. This book is designed to help you cover the core JavaScript concepts you need to build modern applications. You'll start by learning how to represent an HTML document in the Document Object Model (DOM). Then, you'll combine your knowledge of the DOM and Node.js to create a web scraper for practical situations. As you read through further lessons, you'll create a Node.js-based RESTful API using the Express library for Node.js. You'll also understand how modular designs can be used for better reusability and collaboration with multiple developers on a single project. Later lessons will guide you through building unit tests, which ensure that the core functionality of your program is not affected over time. The book will also demonstrate how constructors, async/await, and events can load your applications quickly and efficiently. Finally, you'll gain useful insights into functional programming concepts such as immutability, pure functions, and higher-order functions. By the end of this book, you'll have the skills you need to tackle any real-world JavaScript development problem using a modern JavaScript approach, both for the client and server sides. What you will learn Apply the core concepts of functional programming Build a Node.js project that uses the Express.js library to host an API Create unit tests for a Node.js project to validate it Use the Cheerio library with Node.js to create a basic web scraper Develop a React interface to build processing flows Use callbacks as a basic way to bring control back Who this book is forIf you want to advance from being a frontend developer to a full-stack developer and learn how Node.js can be used for hosting full-stack applications, this is an ideal book for you. After reading this book, you'll be able to write better JavaScript code and learn about the latest trends in the language. To easily grasp the concepts explained here, you should know the basic syntax of JavaScript and should've worked with popular frontend libraries such as jQuery. You should have also used JavaScript with HTML and CSS but not necessarily Node.js.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Ergo Height Adjustable Monitor Stand
R439 R389 Discovery Miles 3 890
Fine Living E-Table (Black | White)
 (7)
R319 R199 Discovery Miles 1 990
Closer To Love - How To Attract The…
Vex King Paperback R360 R309 Discovery Miles 3 090
Efekto Fendona 6SC Insecticide (50ml)
R117 Discovery Miles 1 170
Miss Peregrine's Home for Peculiar…
Eva Green, Asa Butterfield, … Blu-ray disc  (1)
R38 Discovery Miles 380
Tenet
John David Washington, Robert Pattinson Blu-ray disc  (1)
R54 Discovery Miles 540
Carbon City Zero - A Collaborative Board…
Rami Niemi Game R656 Discovery Miles 6 560
Sony PlayStation 5 DualSense Wireless…
R1,599 R1,479 Discovery Miles 14 790
Strontium Technology AMMO USB 3.1 flash…
R70 Discovery Miles 700
Memory Game Marine
R105 R89 Discovery Miles 890

 

Partners