Große Auswahl an günstigen Büchern
Schnelle Lieferung per Post und DHL

Computer & IT

Hier finden Sie eine Auswahl von über Computer & IT spannenden Büchern zum Thema 121.845.
Mehr anzeigen
Filter
Filter
Ordnen nachSortieren Beliebt
  • von Dan Toomey
    67,00 €

  • von Rudolf Pecinovsky
    54,00 €

    You can find a whole range of programming textbooks intended for complete beginners. However, this one is exceptional to certain extent. The whole textbook is designed as a record of the dialogue of the author with his daughter who wants to learn programming. The author endeavors not to explain the Java programming language to the readers, but to teach them real programming. To teach them how to think and design the program as the experienced programmers do. Entire matter is explained in a very illustrative way which means even a current secondary school student can understand it quite simply.The book comes out of the author's long-term experience with teaching children, university students as well as professional programmers. The author teaches programming according to the Architecture First methodology which reacts at the companies' complaints that the school graduates are usually good in coding, but bad in software architecture. Coding itself is gradually taken over by various code-generators, but the work of the architect will stay irreplaceable for a long time.The author pursues the pedagogical principle saying that those items considered as the most important should be presented as soon as possible. Therefore he leads the readers to apply the proper design of the architecture of the created program and to avoid common mistakes since the very beginning. For designing the programs, the development environment BlueJ is used, which is proposed specially for the beginners and which enables explaining, demonstrating and programming a number of basic architectonic constructs without leaving the architectonic level and degrading to the code level.The book is divided into three parts. The first one deals with the explanation of basic constructs of the object oriented programming and all proposed programs are created by the code-generator incorporated in BlueJ. The second part repeats the explained constructs and the readers can learn how to code the proposed program similarly as was done by the generator in the first part. The third part presents constructs which are beyond the bounds of abilities of the used code-generator, and therefore the readers have to program them themselves. Despite that, the explanation core keeps in the level of architecture.The book is determined above all for complete beginners. However, the experience proved that even the intermediate programmers can find a lot of interesting and informative in it.

  • von Nicola Louise Cecilia Talbot
    27,00 €

  • - A Problem Diagnosis Method for It Professionals
    von Paul Offord
    49,00 €

    RPR (Rapid Problem Resolution) is a problem diagnosis method specifically designed for IT professionals. This book covers why the RPR method is needed, how it helps 3rd Line Support people, how the method works and what's needed to deploy RPR. If you want to improve your own problem diagnosis skills or those of your team, this book is for you.

  • - Preparing for New Roles
    von Mukesh (QA InfoTech Pvt. Ltd. Sharma
    79,00 €

    Software testing is at a very important crossroad, where it is going back to the roots on certain fronts while moving inexorably forward. For instance, test automation is growing in prominence, but manual testing is becoming a niche; we are increasingly collaborating with the developers, breaking the bounds of unrealistic independence in testing, and bringing in true conscious quality. At such an important stage, it is important to take stock of the past, present, and future to define both the direction the discipline will take as well as the careers it will entail for testers. This book looks at a range of topics covering where we are in the product development landscape today, what are the varied disciplines at play, what are the influencing factors bringing in a change in software testing, why is such change important, what did the past look like, what is current decade turning out to be like, and where are we heading. As for future, it looks at it both from near-term and long-term perspectives. It also considers whether the testing fraternity is ready to take on such changes and are empowered enough to do so, or are there gaps that need to be filled. The book closes with perspectives from industry experts on what is in store for the software testing discipline and community in the coming years. After reading the book, you will be confident that you can take on what is in store for testers in the coming years. You will also be positioned to help the industry move to the next level, and influence change not just amongst testers but also in the product engineering industry level as a whole.

  • von Joseph H. Silverman & John T. Tate
    48,00 - 49,00 €

  • 21% sparen
    von Masaaki Mitani
    20,98 €

    The latest release in the best-selling Manga Guide series explains how cryptographic ciphers work and how to crack them.

  • von Chris Chapman
    70,00 €

    This book is a complete introduction to the power of R for marketing research practitioners. The text describes statistical models from a conceptual point of view with a minimal amount of mathematics, presuming only an introductory knowledge of statistics. Hands-on chapters accelerate the learning curve by asking readers to interact with R from the beginning. Core topics include the R language, basic statistics, linear modeling, and data visualization, which is presented throughout as an integral part of analysis.Later chapters cover more advanced topics yet are intended to be approachable for all analysts. These sections examine logistic regression, customer segmentation, hierarchical linear modeling, market basket analysis, structural equation modeling, and conjoint analysis in R. The text uniquely presents Bayesian models with a minimally complex approach, demonstrating and explaining Bayesian methods alongside traditional analyses for analysis of variance, linear models, and metric and choice-based conjoint analysis.With its emphasis on data visualization, model assessment, and development of statistical intuition, this book provides guidance for any analyst looking to develop or improve skills in R for marketing applications.

  • von A. Salder & A. Calder
    50,00 €

    This book provides information security and risk management teams with detailed, practical guidance on how to develop and implement a risk assessment in line with the requirements of ISO27001. Drawing on international best practice including ISO/IEC 27005 and BS7799-3, the book explains in detail how to do an information security risk assessment.

  • von David J. Anderson
    54,00 €

  • von Hans-Peter Oswald
    52,00 €

  • - The 9 Indispensable Rules for Finding Even the Most Elusive Software and Hardware Problems
    von David J. AGANS
    23,00 €

    When the pressure is on to root out an elusive software or hardware glitch, what's needed is a cool head courtesy of a set of rules guaranteed to work on any system, in any circumstance. Written in a frank but engaging style, Debugging provides simple, foolproof principles guaranteed to help find any bug quickly.

  • von Jonathan Bartlett
    40,00 €

    Programming from the Ground Up uses Linux assembly language to teach new programmers the most important concepts in programming. It takes you a step at a time through these concepts: * How the processor views memory * How the processor operates * How programs interact with the operating system * How computers represent data internally * How to do low-level and high-level optimizationMost beginning-level programming books attempt to shield the reader from how their computer really works. Programming from the Ground Up starts by teaching how the computer works under the hood, so that the programmer will have a sufficient background to be successful in all areas of programming.This book is being used by Princeton University in their COS 217 "Introduction to Programming Systems" course.

  • - Processor and Main Memory
    von Roger Young
    21,00 €

    Computers are the most complex machines that have ever been created. This book will tell you how they work, and no technical knowledge is required. It explains in great detail the operation of a simple but functional computer. Although transistors are mentioned, relays are used in the example circuitry for simplicity. Did you ever wonder what a bit, a pixel, a latch, a word (of memory), a data bus, an address bus, a memory, a register, a processor, a timing diagram, a clock (of a processor), an instruction, or machine code is? Unlike most explanations of how computers work which are a lot of analogies or require a background in electrical engineering, this book will tell you precisely what each of them is and how each of them works without requiring any previous knowledge of computers, programming, or electronics. This book starts out very simple and gets more complex as it goes along, but everything is explained. The processor and memory are mainly covered.

  • 14% sparen
    - A Practical Guide to the Advanced Open Source Database
    von Regina Obe
    39,00 €

    Thinking of migrating to PostgreSQL? This clear, fast-paced introduction helps you understand and use this open source database system. Not only will you learn about the enterprise class features in versions 9.5 to 10, you'll also discover that PostgeSQL is more than a database system-it's an impressive application platform as well.

  • - Learning Microsoft's Business Collaboration Platform
    von Tony Smith
    71,00 €

    Learn how to make the most of SharePoint 2016 and its wide range of capabilities to support your information management, collaboration, and business process management needs. Whether you are using SharePoint as an intranet or business solution platform, you will learn how to use the resources (such as lists, libraries, and sites) and services (such as search, workflow, and social) that make up these environments. In the fifth edition of this bestselling book, author Tony Smith walks you through the components and capabilities that make up a SharePoint 2016 environment. He provides step-by-step instructions for using and managing these elements, as well as recommendations for how to get the best out of them.What You Will LearnCreate and use common SharePoint resources like lists, libraries, sites, pages and web partsUnderstand when and how workflows and information management policies can be used to automate processLearn how to take advantage of records retention, management, and disposition Make the most of SharePoint search servicesTake advantage of social capabilities to create social solutionsWho This Book Is ForWhether you have not yet used SharePoint at all, have used previous versions, have just started using the basic features, or have been using it for a long of time, this book provides the skills you need to work efficiently with the capabilities SharePoint 2016 provides.

  • 15% sparen
    - Digital Innovation and Business Transformation in Practice
     
    128,00 €

    This book is the first to present a rich selection of over 30 real-world cases of how leading organizations conduct Business Process Management (BPM). All cases are presented using a uniform structure in order to provide valuable insights and essential guidance for students and practitioners.

  • von Anna Heath, Gianluca Baio & Andrea Berardi
    71,00 €

    The book provides a description of the process of health economic evaluation and modelling for cost-effectiveness analysis, particularly from the perspective of a Bayesian statistical approach. The book also describes in detail how to perform health economic evaluations using the R package BCEA (Bayesian Cost-Effectiveness Analysis).

  • - Digital Prospects
    von Byung-Chul (Professor Han
    14,00 €

  • - Includes Online Resource
    von Bobby Owsinski
    60,00 €

    MUSIC PRODUCERS HANDBOOK SECOND EDITION

  • von Ben Edmunds
    24,00 €

    Secure your PHP-based web applications with this compact handbook. You'll get clear, practical and actionable details on how to secure various parts of your PHP web application. You'll also find scenarios to handle and improve existing legacy issues.Is your PHP app truly secure? Let's make sure you get home on time and sleep well at night. Learn the security basics that a senior developer usually acquires over years of experience, all condensed down into one quick and easy handbook. Do you ever wonder how vulnerable you are to being hacked? Do you feel confident about storing your users' sensitive information? Imagine feeling confident in the integrity of your software when you store your users' sensitive data. No more fighting fires with lost data, no more late nights, your application is secure.Well, this short book will answer your questions and give you confidence in being able to secure your and other PHP web apps.What You'll LearnNever trust your users - escape all inputHTTPS/SSL/BCA/JWH/SHA and other random letters: some of them actually matterHow to handle password encryption and storage for everyoneWhat are authentication, access control, and safe file handing and how to implement themWhat are safe defaults, cross site scripting and other popular hacks Who This Book Is ForExperienced PHP coders, programmers, developers.

  • - Practical Statistics for User Research
    von Jeff (Usability Metrics and Statistical Analyst Sauro
    52,00 €

  • 12% sparen
    von Alan Donovan
    32,00 €

    The book will quickly get students started using Go effectively from the beginning, and by the end, they will know how to use it well to write clear, idiomatic and efficient programs to solve real-world problems. They'll understand not just how to use its standard libraries, but how they work, and how to apply the same design techniques to their own projects.

  • 12% sparen
    - More with LeSS
    von Craig Larman
    32,00 €

  • - Blogging, Career Sites, Gateways, Getting Interviews, Job Boards, Job Search Engines, Personal Websites, Posting Resumes, Research Sites, Social Networking
    von Mark Emery Bolles
    23,00 €

    Before you start your Internet job-hunt, there are some things that you must know, like:   •   Why are job sites like Monster and CareerBuilder so stunningly ineffective?•   What can you do to make sure your resumes survive the elimination process? •   How do you find the information that search engines like Google can’t? •   How can you tell the difference between a genuinely helpful job board, and a website designed only to collect resumes?•   When are hobby forums more helpful than business networking sites?•   When is the Internet not helpful when job-hunting?•   What is the fatal flaw of all social networking sites? The Guide to Job-Hunting Online, 6th Edition, not only answers these questions and many more, but shows you how to comprehensively and effectively use the Internet for all aspects of your job-hunt. This companion to What Color Is Your Parachute?, the best-selling job-hunting book in the world, has been completely rewritten for our changing times and includes hundreds of updated website recommendations and descriptions. The Guide to Job-Hunting Online shows you how to quickly find the data that will be most helpful to you, how to identify and research the places where you will most enjoy working, how to leverage the power of social networking sites, and how to use your Internet time most effectively, avoiding the common pitfalls and setting you up for success.

  • 15% sparen
    von Mark Rollins
    41,00 €

    Beginning LEGO MINDSTORMS EV3 shows you how to create new fun and fantastic creations with the new EV3 programmable brick along with other new EV3 pieces and features.

Willkommen bei den Tales Buchfreunden und -freundinnen

Jetzt zum Newsletter anmelden und tolle Angebote und Anregungen für Ihre nächste Lektüre erhalten.