Produkt zum Begriff Software:
-
Effective Debugging: 66 Specific Ways to Debug Software and Systems
Every software developer and IT professional understands the crucial importance of effective debugging. Often, debugging consumes most of a developer’s workday, and mastering the required techniques and skills can take a lifetime. In Effective Debugging, Diomidis Spinellis helps experienced programmers accelerate their journey to mastery, by systematically categorizing, explaining, and illustrating the most useful debugging methods, strategies, techniques, and tools. Drawing on more than thirty-five years of experience, Spinellis expands your arsenal of debugging techniques, helping you choose the best approaches for each challenge. He presents vendor-neutral, example-rich advice on general principles, high-level strategies, concrete techniques, high-efficiency tools, creative tricks, and the behavioral traits associated with effective debugging. Spinellis’s 66 expert techniques address every facet of debugging and are illustrated with step-by-step instructions and actual code. He addresses the full spectrum of problems that can arise in modern software systems, especially problems caused by complex interactions among components and services running on hosts scattered around the planet. Whether you’re debugging isolated runtime errors or catastrophic enterprise system failures, this guide will help you get the job done—more quickly, and with less pain. Key features include High-level strategies and methods for addressing diverse software failuresSpecific techniques to apply when programming, compiling, and running codeBetter ways to make the most of your debuggerGeneral-purpose skills and tools worth investing inAdvanced ideas and techniques for escaping dead-ends and the maze of complexityAdvice for making programs easier to debugSpecialized approaches for debugging multithreaded, asynchronous, and embedded codeBug avoidance through improved software design, construction, and management
Preis: 24.6 € | Versand*: 0 € -
Good Code, Bad Code: Think like a software engineer
"Helps explain some of the knowledge gaps between enthusiastic new graduates and grouchy old gray beards like myself." - Joe IvansPractical techniques for writing code that is robust, reliable, and easy for team members to understand and adapt.Good code or bad code? The difference often comes down to how you apply the conventions, style guides, and other established practices of the software development community. In Good Code, Bad Code you'll learn how to boost your effectiveness and productivity with code development insights normally only learned through years of experience, careful mentorship, and hundreds of code reviews.In Good Code, Bad Code you'll learn how to:- Think about code like an effective software engineer- Write functions that read like a well-structured sentence- Ensure code is reliable and bug free- Effectively unit test code- Identify code that can cause problems and improve it- Write code that is reusable and adaptable to new requirements- Improve your medium and long-term productivity- Save you and your team's timeabout the technologyCoding in a development team requires very different skills to working on personal projects. Successful software engineers need to ensure that their code is reusable, maintainable, and easy for others to understand and adapt.about the bookGood Code, Bad Code is a shortcut guide to writing high-quality code. Your mentor is Google veteran Tom Long, who lays out lessons and mindsets that will take your code from junior developer to senior engineer. This instantly-useful book distils the principles of professional coding into one comprehensive and hands-on beginner's guide.You'll start with a jargon-free primer to coding fundamentals that teaches you to think about abstractions, consider your fellow engineers, and write code that can recover from errors. Next, you'll dive into specific techniques and practices. You'll run through common coding practices to learn when to apply the right technique to your problemand which might be best avoided! All practices are illustrated with annotated code samples written in an instantly recognizable pseudocode that you can relate to your favourite object-oriented language. By the time you're done, you'll be writing the kind of readable, reusable, and testable code that's the mark of a true software professional.about the readerFor coders looking to improve their experience in professional software development.about the authorTom Long is a software engineer at Google. He works as a tech lead, mentoring and teaching professional coding practices to new graduates and beginner software engineers.
Preis: 49.21 € | Versand*: 0 € -
Quality Code: Software Testing Principles, Practices, and Patterns
Test-driven, test-first, and test-early development practices are helping thousands of software development organizations improve their software. Now, in Quality Code: Software Testing Principles, Practices, and Patterns, Stephen Vance builds on all that’s been learned about test-driven development, helping you achieve unprecedented levels of first-time quality. Using real-world code examples, this guide introduces patterns, principles, and more than two dozen detailed techniques for testing any software system more fully, effectively, and painlessly. Vance presents a conceptual framework to help you focus your efforts and design recommendations for improving testability across the software lifecycle, and also provides hands-on guidance to simplify testing of the full spectrum of code constructs. You’ll learn how to choose the best testing techniques for every situation, from the most common scenarios to threading. Two complete case studies put it all together, walking you through testing a brand-new Java application and an untested “legacy” JavaScript jQuery plugin. Whether you’re developing cutting-edge code for a new start-up, or maintaining an unruly old system, this guide will help you deliver exactly what you need: quality code. • Simplify unit testing of all your code—and improve integration and system testing • Delineate intent and implementation to promote more reliable and scalable testing • Overcome confusion and misunderstandings about the mechanics of writing tests • Test “side effects,” behavioral characteristics, and contextual constraints • Understand subtle interactions between design and testability—and make them work for, not against, you • Discover core principles that guide your key testing decisions • Explore testing getters/setters, string handling, encapsulation, override variations, visibility, singleton patterns, error conditions, and more • Reproduce and test complex race conditions deterministically
Preis: 20.32 € | Versand*: 0 € -
Clean Code: A Handbook of Agile Software Craftsmanship
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version.Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way.Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a better programmer—but only if you work at it.What kind of work will you be doing? You’ll be reading code—lots of code. And you will be challenged to think about what’s right about that code, and what’s wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft.Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code—of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and “smells” gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code.Readers will come away from this book understandingHow to tell the difference between good and bad codeHow to write good code and how to transform bad code into good codeHow to create good names, good functions, good objects, and good classesHow to format code for maximum readabilityHow to implement complete error handling without obscuring code logicHow to unit test and practice test-driven developmentThis book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
Preis: 29.95 € | Versand*: 0 €
-
Welche Code-Bibliothek eignet sich am besten zur Implementierung von künstlicher Intelligenz in unsere Software?
Die Bibliothek TensorFlow von Google ist eine der beliebtesten und leistungsfähigsten Optionen für die Implementierung von künstlicher Intelligenz. Sie bietet eine Vielzahl von Tools und Ressourcen für Machine Learning und Deep Learning Projekte. Alternativ kann auch die Bibliothek PyTorch von Facebook für die Implementierung von künstlicher Intelligenz in Software genutzt werden.
-
Mit welcher Programmiersprache kann Software programmiert werden?
Es gibt viele Programmiersprachen, mit denen Software entwickelt werden kann. Einige der bekanntesten Programmiersprachen sind Java, C++, Python, JavaScript und Ruby. Jede dieser Sprachen hat ihre eigenen Stärken und Einsatzgebiete, so dass die Wahl der Programmiersprache von den Anforderungen des Projekts und den persönlichen Vorlieben des Entwicklers abhängt.
-
Wie kann man in der Programmiersprache Python eine Schleife erstellen? Welche Funktion hat der HTML-Code in der Webentwicklung?
Um eine Schleife in Python zu erstellen, verwendet man entweder eine for-Schleife oder eine while-Schleife. Beide ermöglichen es, Codeblöcke mehrmals auszuführen, basierend auf bestimmten Bedingungen oder Iterationen. Der HTML-Code in der Webentwicklung dient dazu, die Struktur und den Inhalt einer Webseite zu definieren, indem er Elemente wie Überschriften, Absätze, Bilder und Links darstellt.
-
Welche Vorteile bietet ein Framework für die Entwicklung von Software-Anwendungen?
Ein Framework bietet eine strukturierte und standardisierte Umgebung für die Entwicklung von Software-Anwendungen, was die Effizienz und Produktivität der Entwickler erhöht. Es enthält vorgefertigte Funktionen und Module, die Zeit und Aufwand sparen können. Darüber hinaus ermöglicht es eine einfachere Wartung und Skalierbarkeit der Anwendungen.
Ähnliche Suchbegriffe für Software:
-
Software Engineering
Die 10. Auflage des Klassikers „Software Engineering“ von Ian Sommerville wurde aktualisiert und um neue Inhalte erweitert, wie z.B. die fortschreitende Einbindung von Methoden der agilen Softwareentwicklung, Resilienz-Engineering, Systems-Engineering, Systeme von Systemen und vieles mehr. Das Buch gibt im ersten Teil eine grundlegende Einführung in den Komplex Software-Engineering. Der zweite Teil widmet sich der Entwicklung verlässlicher, sicherer Systeme. Unter anderem werden hier auch Cybersicherheit und resiliente Systeme besprochen. Der dritte Teil enthält ein breites Spektrum an Themen, die heutzutage für das Software-Engineering eine wichtige Rolle spielen. Die Inhalte reichen von der Wiederverwendung, komponenten- und serviceorientierte Entwicklung über Systeme von Systemen bis hin zum Echtzeit-Software-Engineering. Der vierte Teil ist dem Projekt- und Konfigurationsmanagement gewidmet. Hier spielt sowohl die Planung als auch die Qualitätssicherung von Softwareprozessen eine bedeutende Rolle. Das Buch richtet sich primär an Studierende der Informationstechnik, die Einführungs- und Fortgeschrittenenkurse in Software- und Systems-Engineering besuchen. Alle Inhalte werden anhand von vier Beispielprojekten unter Verwendung von UML und der Programmiersprache Java ausführlich erläutert. Zu jedem Kapitel gibt es Lernziele, Weblinks, Übungsaufgaben und Literaturempfehlungen, die das Selbststudium unterstützen. Professionellen Softwareingenieuren/Softwareingenieurinnen dient das Buch als Nachschlagewerk, mit dessen Hilfe sie ihr Wissen auf den aktuellen Stand bringen können. - Grundlagen des Software-Engineerings - Softwareprozesse und Vorgehensmodelle - Agile Softwareentwicklung - Anforderungsanalyse und -definition - Systemmodellierung und -implementierung - Testen, Integration, Betrieb und Weiterentwicklung- Software-Engineering für verlässliche, sichere Systeme- Verfügbarkeit, Zuverlässigkeit, Betriebs- und Informationssicherheit - Resilienz-Engineering - Wiederverwendung von Software - Komponentenbasierte Entwicklung - Entwicklung verteilter Systeme - Servicebasierte Entwicklung - Systems-Engineering - Systeme von Systemen - Echtzeit-Software-Engineering - Projektmanagement - Projektplanung- Qualitätssicherung - Konfigurationsmanagement
Preis: 59.95 € | Versand*: 0 € -
Righting Software
Right Your Software and Transform Your CareerRighting Software presents the proven, structured, and highly engineered approach to software design that renowned architect Juval Löwy has practiced and taught around the world. Although companies of every kind have successfully implemented his original design ideas across hundreds of systems, these insights have never before appeared in print.Based on first principles in software engineering and a comprehensive set of matching tools and techniques, Löwy’s methodology integrates system design and project design. First, he describes the primary area where many software architects fail and shows how to decompose a system into smaller building blocks or services, based on volatility. Next, he shows how to flow an effective project design from the system design; how to accurately calculate the project duration, cost, and risk; and how to devise multiple execution options.The method and principles in Righting Software apply regardless of your project and company size, technology, platform, or industry. Löwy starts the reader on a journey that addresses the critical challenges of software development today by righting software systems and projects as well as careers–and possibly the software industry as a whole. Software professionals, architects, project leads, or managers at any stage of their career will benefit greatly from this book, which provides guidance and knowledge that would otherwise take decades and many projects to acquire.Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Preis: 37.44 € | Versand*: 0 € -
Software Requirements
Software Requirements sind die Anforderungen der Anwender an die Funktionalität eines geplanten Software-Systems. Requirements Engineering ist der Prozess zur methodischen Erhebung und Beschreibung der Anforderungen. Die Kunst eines guten Requirements Engineerings ist die Entwicklung einer stabilen Anforderungsbasis als zuverlässige Grundlage für die weitere Entwicklung der Software.Das vorliegende Buch führt in die Grundkonzepte des Requirements Engineering ein und zeigt anhand vieler Beispiele, wie man systematisch und methodisch bei der Ermittlung, Dokumentation, Spezifikation, Modellierung, Validierung und Verwaltung von Software Requirements vorgeht. Ausführliche Methodenbeschreibungen dienen zur Erläuterung und ein durchgängiges Fallbeispiel hilft dem Leser die Anwendung der Methoden nachzuvollziehen. Mit Hilfe der Übungen am Ende jedes Kapitels, können die Methoden selbst eingeübt werden.Neben dem klassischen Dokument-getriebenen Requirements Engineering beschäftigt sich das Buch mit den Methoden des agilen Requirements Engineering und vergleicht die beiden Ansätze. Zusätzlich bietet das Buch einen Blick über den Tellerrand und betrachtet die Schnittstellen des Requirements Engineerings zu anderen Teilprozessen im Entwicklungsprozess.Das Buch richtet sich an Studierende der Fachrichtung Informatik und Wirtschaftsinformatik, sowie aller verwandten Fachrichtungen, die sich mit den Themen Software Engineering oder Requirements Engineering beschäftigen.
Preis: 31.99 € | Versand*: 0 € -
Effective Debugging: 66 Specific Ways to Debug Software and Systems
Every software developer and IT professional understands the crucial importance of effective debugging. Often, debugging consumes most of a developer’s workday, and mastering the required techniques and skills can take a lifetime. In Effective Debugging, Diomidis Spinellis helps experienced programmers accelerate their journey to mastery, by systematically categorizing, explaining, and illustrating the most useful debugging methods, strategies, techniques, and tools. Drawing on more than thirty-five years of experience, Spinellis expands your arsenal of debugging techniques, helping you choose the best approaches for each challenge. He presents vendor-neutral, example-rich advice on general principles, high-level strategies, concrete techniques, high-efficiency tools, creative tricks, and the behavioral traits associated with effective debugging. Spinellis’s 66 expert techniques address every facet of debugging and are illustrated with step-by-step instructions and actual code. He addresses the full spectrum of problems that can arise in modern software systems, especially problems caused by complex interactions among components and services running on hosts scattered around the planet. Whether you’re debugging isolated runtime errors or catastrophic enterprise system failures, this guide will help you get the job done—more quickly, and with less pain. Key features include High-level strategies and methods for addressing diverse software failuresSpecific techniques to apply when programming, compiling, and running codeBetter ways to make the most of your debuggerGeneral-purpose skills and tools worth investing inAdvanced ideas and techniques for escaping dead-ends and the maze of complexityAdvice for making programs easier to debugSpecialized approaches for debugging multithreaded, asynchronous, and embedded codeBug avoidance through improved software design, construction, and management
Preis: 32.09 € | Versand*: 0 €
-
Ist QR-Code-Freeware oder Open-Source-Software?
Ein QR-Code ist weder Freeware noch Open-Source-Software. Ein QR-Code ist eine Art zweidimensionaler Barcode, der Informationen in Form von schwarzen Punkten auf einem weißen Hintergrund darstellt. Es handelt sich dabei um eine Technologie, die von verschiedenen Unternehmen und Organisationen entwickelt wurde und frei genutzt werden kann. Es gibt jedoch verschiedene Softwarelösungen, die QR-Codes generieren können, von denen einige Freeware oder Open-Source sein können.
-
Welche gängigen Methoden und Tools werden beim Debugging von Software verwendet?
Beim Debugging von Software werden gängige Methoden wie das Durchführen von Code-Reviews, das Verwenden von Logging und das Testen mit Unit-Tests angewendet. Tools wie Debugger, Profiler und Logging-Frameworks werden ebenfalls häufig verwendet, um Fehler zu finden und zu beheben. Zudem können auch Tools zur Code-Analyse und zur Überwachung der Systemleistung beim Debugging eingesetzt werden.
-
Wie können Entwickler effektiv Debugging-Tools verwenden, um Fehler in ihrem Code zu identifizieren und zu beheben? Was sind gängige Methoden und Strategien, um effektiv Debugging in der Software-Entwicklung durchzuführen?
Entwickler können effektiv Debugging-Tools verwenden, indem sie Breakpoints setzen, Variablen überwachen und Stack Traces analysieren. Sie können auch Logging und Unit Tests nutzen, um Fehler zu identifizieren und zu beheben. Durch systematisches Vorgehen, klare Fehlermeldungen und regelmäßiges Refactoring können Entwickler effektiv Debugging in der Software-Entwicklung durchführen.
-
Was sind die häufigsten Methoden zur Fehlerbehebung und Fehlerdiagnose beim Debugging von Software?
Die häufigsten Methoden zur Fehlerbehebung und Fehlerdiagnose beim Debugging von Software sind das Durchführen von Tests, das Überprüfen von Logdateien und das Verwenden von Debugging-Tools wie Breakpoints und Watches. Durch das systematische Eingrenzen des Problems und das Verfolgen von Codepfaden können Entwickler effizient Fehler identifizieren und beheben. Eine gründliche Dokumentation der gefundenen Fehler und ihrer Lösungen ist ebenfalls wichtig, um zukünftige Probleme zu vermeiden.
* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.