This is our Philippines store.

Looks like you're in United States. You need a Philippines address to shop on our Philippines store. Go to our United States store to continue.

Showing results for "david comer"

  • Bestsellers
  • Highest Rated
  • Price: Low to High
  • Title: A to Z
  • Title: Z to A
  • Date: Newest to Oldest
  • Date: Oldest to Newest
Clear All

Showing 1 - 1 of 1 Results

Adult content is visible. 

2023

EN

Start your investigation into cloud computing by becoming well-versed in cloud technology, improving your practical abilities, and becoming proficient in cloudKey FeaturesTeach yourself all about cloud computing with this easy-to-follow guideDevelop a well-rounded skillset—from fundamentals to data, machine learning, and securityWork on real life industrial projects, business use cases, and personal cloud ...

PHP232.59

People who read this also enjoyed

Mastering Embedded Linux Programming

Create fast and reliable embedded solutions with Linux 5.4 and the Yocto Project 3.1 (Dunfell)


2021

EN

Build, customize, and deploy Linux-based embedded systems with confidence using Yocto, bootloaders, and build toolsKey FeaturesMaster build systems, toolchains, and kernel integration for embedded LinuxSet up custom Linux distros with Yocto and manage board-specific configurationsLearn real-world debugging, memory handling, and system performance tuningBook DescriptionIf you’re looking for a book that will demystify embedded ...

PHP2,682.89

or Free with Kobo Plus

Hadoop: The Definitive Guide

The Definitive Guide

2009

EN

Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters.Complete w...

PHP1,510.59

How to Hack Like a GOD

Master the secrets of hacking through real-life hacking scenarios


2017

EN

Follow me on a step-by-step hacking journey where we pwn a high-profile fashion company. From zero initial access to remotely recording board meetings, we will detail every custom script and technique used in this attack, drawn from real-life findings, to paint the most realistic picture possible.Whether you are a wannabe pentester dreaming about real-life hacking experiences or an experienced ethical hacker tired of countless Metasploit tutorials, you will find unique gems in this ...

PHP564.85

or Free with Kobo Plus

Nagios 3 Enterprise Network Monitoring

Including Plug-Ins and Hardware Devices

2008

EN

The future for Nagios in the enterprise is certainly bright! Nagios 3 Enterprise Network Monitoring can help you harness the full power of Nagios in your organization. Nagios 3 contains many significant new features and updates, and this book details them all for you. Once up and running, you'll see how a number of useful add-ons and enhancements for Nagios can extend the functionality of Nagios throughout your organization. And, if you want to learn how to write your own plugins...this is...

PHP2,785.69

2015

EN

Are You Interested in QTP/UFT for Automation Testing?This is one of the best VBScript books specifically for QTP/UFTNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback (Black/White & Color). You will find details of downloading the PDF document inside the book.Why Read Part 1 – You Must Learn VBScript for QTP/UFT?Most VBScript books provide a great deal of VBScript information tha...

Free

2017

EN

This is not a book about information security. Certainly not about IT. This is a book about hacking: specifically, how to infiltrate a company's network, locate their most critical data, and make off with it without triggering whatever shiny new security tool the company wasted their budget on.Whether you are a wannabe ethical hacker or an experienced pentester frustrated by outdated books and false media reports, this book is definitely for you.We will set up a fake – but ...

PHP582.34

Learning Elastic Stack 7.0

Distributed search, analytics, and visualization using Elasticsearch, Logstash, Beats, and Kibana

2019

EN

A beginner\\'s guide to storing, managing, and analyzing data with the updated features of Elastic 7.0Key FeaturesGain access to new features and updates introduced in Elastic Stack 7.0Grasp the fundamentals of Elastic Stack including Elasticsearch, Logstash, and KibanaExplore useful tips for using Elastic Cloud and deploying Elastic Stack in production environmentsBook DescriptionThe Elastic Stack is a powerful combination o...

PHP1,590.29

or Free with Kobo Plus

Backup & Recovery

Inexpensive Backup Solutions for Open Systems

2007

EN

Packed with practical, freely available backup and recovery solutions for Unix, Linux, Windows, and Mac OS X systems -- as well as various databases -- this new guide is a complete overhaul of Unix Backup & Recovery by the same author, now revised and expanded with over 75% new material.Backup & Recovery starts with a complete overview of backup philosophy and design, including the basic backup utilities of tar, dump, cpio, ntbackup, ditto, and rsync. It then expl...

PHP1,972.19

Hands-On Data Structures and Algorithms with Rust

Learn programming techniques to build effective, maintainable, and readable code in Rust 2018

2019

EN

Design and implement professional level programs by exploring modern data structures and algorithms in Rust.Key FeaturesUse data structures such as arrays, stacks, trees, lists and graphs with real-world examplesLearn the functional and reactive implementations of the traditional data structuresExplore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual mannerBook Description...

PHP1,690.19

or Free with Kobo Plus

Dynamic Programming for Coding Interviews

A Bottom-Up approach to problem solving


2017

EN

I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function,int fib(int n){ return (1==n 2==n) ? 1 : fib(n-1) + fib(n-2);}and waited for the result. I wait… and wait… and wait…With an 8GB RAM and an Intel i5 CPU, why is it taking so long? I terminated the process and tried computing the 40th term. It took about a second. I put a check and was shocked to find that the above recursive function was called 204,668,309 times while computing the 40th term. More t...

PHP232.59

2012

EN

A complete primer for the technical programming interview. This book reviews the fundamentals of computer programming through programming problems posed to candidates at Amazon, Apple, Facebook, Google, Microsoft, and others. Complete solutions to every programming problem is provided in clear explanations and easy to read C++11 code.If you are learning to code then this book provides a great introduction to C++11 and fundamental data structures and algorithms. If you are preparing...

Free