Produkt zum Begriff Pair-Programming:
-
Programming Windows
Reimagined for full-screen and touch-optimized apps, Windows 8 provides a platform for reaching new users in new ways. In response, programming legend Charles Petzold is rewriting his classic Programming Windows—one of the most popular programming books of all time—to show developers how to use existing skills and tools to build Windows 8 apps. Programming Windows, Sixth Edition focuses on creating Windows 8 apps accessing the Windows Runtime with XAML and C#. The book also provides C++ code samples. The Sixth Edition is organized in two parts: Part I, “Elementals,” begins with the interrelationship between code and XAML, basic event handling, dynamic layout, controls, templates, asynchronous processing, the application bar, control customization, and collections. You should emerge from Part I ready to create sophisticated page-oriented collection-based user interfaces using the powerful ListView and GridView controls. Part II, “Specialties,” explores topics you might not need for every program but are essential to a well-rounded education in Windows 8. These include multitouch, bitmap graphics, interfacing with share and search facilities, printing, working with the sensors (GPS and orientation), text, obtaining input from the stylus (including handwriting recognition), accessing web services, calling Win32 and DirectX functions, and bringing your application to the Windows 8 app store.
Preis: 22.46 € | Versand*: 0 € -
Programming Pearls
When programmers list their favorite books, Jon Bentley’s collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley’s pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that Programming Pearls has been so highly valued by programmers at every level of experience. In this revision, the first in 14 years, Bentley has substantially updated his essays to reflect current programming methods and environments. In addition, there are three new essays on testing, debugging, and timing set representations string problems All the original programs have been rewritten, and an equal amount of new code has been generated. Implementations of all the programs, in C or C++, are now available on the Web. What remains the same in this new edition is Bentley’s focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley’s classic or are revisiting his work for some fresh insight, the book is sure to make your own list of favorites.
Preis: 27.81 € | Versand*: 0 € -
Programming ML.NET
The expert guide to creating production machine learning solutions with ML.NET! ML.NET brings the power of machine learning to all .NET developers and Programming ML.NET helps you apply it in real production solutions. Modeled on Dino Esposito's best-selling Programming ASP.NET, this book takes the same scenario-based approach Microsoft's team used to build ML.NET itself. After a foundational overview of ML.NET's libraries, the authors illuminate mini-frameworks (ML Tasks) for regression, classification, ranking, anomaly detection, and more. For each ML Task, they offer insights for overcoming common real-world challenges. Finally, going far beyond shallow learning, the authors thoroughly introduce ML.NET neural networking. They present a complete example application demonstrating advanced Microsoft Azure cognitive services and a handmade custom Keras network showing how to leverage popular Python tools within .NET.14-time Microsoft MVP Dino Esposito and son Francesco Esposito show how to:Build smarter machine learning solutions that are closer to your user's needsSee how ML.NET instantiates the classic ML pipeline, and simplifies common scenarios such as sentiment analysis, fraud detection, and price predictionImplement data processing and training, and productionize machine learningbased software solutionsMove from basic prediction to more complex tasks, including categorization, anomaly detection, recommendations, and image classificationPerform both binary and multiclass classificationUse clustering and unsupervised learning to organize data into homogeneous groupsSpot outliers to detect suspicious behavior, fraud, failing equipment, or other issuesMake the most of ML.NET's powerful, flexible forecasting capabilitiesImplement the related functions of ranking, recommendation, and collaborative filteringQuickly build image classification solutions with ML.NET transfer learningMove to deep learning when standard algorithms and shallow learning aren't enoughBuy neural networking via the Azure Cognitive Services API, or explore building your own with Keras and TensorFlow
Preis: 37.44 € | 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 €
-
Was sind die Vorteile von Pair Programming und wie kann es die Produktivität und Qualität in der Software-Entwicklung verbessern?
Pair Programming ermöglicht den kontinuierlichen Wissensaustausch zwischen den Teammitgliedern, was zu einer besseren Code-Qualität führt. Durch die gemeinsame Arbeit können Fehler schneller erkannt und behoben werden, was die Produktivität steigert. Zudem fördert Pair Programming die Zusammenarbeit und Kommunikation im Team, was zu effizienteren Lösungen und einem besseren Verständnis der Anforderungen führt.
-
Was sind die Vorteile von Pair Programming und wie kann es effektiv zur Steigerung der Produktivität im Entwicklungsprozess eingesetzt werden?
Pair Programming ermöglicht eine kontinuierliche Überprüfung des Codes durch zwei Entwickler, was zu einer höheren Code-Qualität führt. Durch den ständigen Austausch von Ideen und Wissen können Probleme schneller gelöst werden. Zudem fördert Pair Programming die Zusammenarbeit und Kommunikation im Team, was die Produktivität insgesamt steigert.
-
Was sind die grundlegenden Funktionen und Vorteile einer API (Application Programming Interface) in der Softwareentwicklung?
Eine API ermöglicht es Entwicklern, auf vordefinierte Funktionen und Daten zuzugreifen, ohne den internen Code einer Anwendung zu kennen. Sie fördert die Interoperabilität zwischen verschiedenen Systemen und erleichtert die Integration von Drittanbieterdiensten. APIs ermöglichen auch die Wiederverwendung von Code, beschleunigen die Entwicklung von Anwendungen und verbessern die Skalierbarkeit.
-
Was genau bewirkt Volatile in der Concurrent Programming?
Volatile ist ein Schlüsselwort in der Concurrent Programming, das angibt, dass eine Variable von mehreren Threads gleichzeitig gelesen und geschrieben werden kann. Es stellt sicher, dass Änderungen an der Variable sofort für alle Threads sichtbar sind und verhindert bestimmte Optimierungen des Compilers, die zu inkonsistenten Ergebnissen führen könnten. Volatile wird häufig verwendet, um Variablen zu kennzeichnen, die von mehreren Threads gemeinsam genutzt werden, aber keine atomaren Operationen erfordern.
Ähnliche Suchbegriffe für Pair-Programming:
-
Effective Software Testing
Effective Software Testing is a hands-on guide to creating high quality tests, from your first line of code through pre-delivery checks. It's full of techniques drawn from proven research in software engineering. You'll learn to efficiently engineer tests specifically for your software and end reliance on generic testing practices that may be right for every project. Each chapter puts a new technique into practice with source code samples, real-world tradeoffs, and answers to the common questions developers pose about testing. You'll learn how to scrutinize your requirements for potential tests, generate tests from your code structure, and engineer rigorous suites of unit, integration, and system tests.Go beyond unit tests! Great software testing makes the entire development process more efficient, from understanding your code before you write it to catching bugs in tricky corner cases.Effective Software Testing teaches you a systematic approach to software testing. You'll master easy-to-apply techniques to create strong test suites that are specifically engineered for your code. Following real-world use cases and detailed code samples, you'll soon be engineering tests that find the bugs hiding in edge cases and the parts of code you would never think of testing! Along the way, you'll develop an intuition for testing that can save years of learning by trial and error.
Preis: 47.07 € | Versand*: 0 € -
WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL
Using WebGL®, you can create sophisticated interactive 3D graphics inside web browsers, without plug-ins. WebGL makes it possible to build a new generation of 3D web games, user interfaces, and information visualization solutions that will run on any standard web browser, and on PCs, smartphones, tablets, game consoles, or other devices. WebGL Programming Guide will help you get started quickly with interactive WebGL 3D programming, even if you have no prior knowledge of HTML5, JavaScript, 3D graphics, mathematics, or OpenGL. You’ll learn step-by-step, through realistic examples, building your skills as you move from simple to complex solutions for building visually appealing web pages and 3D applications with WebGL. Media, 3D graphics, and WebGL pioneers Dr. Kouichi Matsuda and Dr. Rodger Lea offer easy-to-understand tutorials on key aspects of WebGL, plus 100 downloadable sample programs, each demonstrating a specific WebGL topic. You’ll move from basic techniques such as rendering, animating, and texturing triangles, all the way to advanced techniques such as fogging, shadowing, shader switching, and displaying 3D models generated by Blender or other authoring tools. This book won’t just teach you WebGL best practices, it will give you a library of code to jumpstart your own projects. Coverage includes: • WebGL’s origin, core concepts, features, advantages, and integration with other web standards• How <canvas> and basic WebGL functions work together to deliver 3D graphics• Shader development with OpenGL ES Shading Language (GLSL ES)• 3D scene drawing: representing user views, controlling space volume, clipping, object creation, and perspective• Achieving greater realism through lighting and hierarchical objects• Advanced techniques: object manipulation, heads-up displays, alpha blending, shader switching, and more• Valuable reference appendixes covering key issues ranging from coordinate systems to matrices and shader loading to web browser settings This is the newest text in the OpenGL Technical Library, Addison-Wesley’s definitive collection of programming guides an reference manuals for OpenGL and its related technologies. The Library enables programmers to gain a practical understanding of OpenGL and the other Khronos application-programming libraries including OpenGL ES and OpenCL. All of the technologies in the OpenGL Technical Library evolve under the auspices of the Khronos Group, the industry consortium guiding the evolution of modern, open-standards media APIs.
Preis: 22.46 € | Versand*: 0 € -
Programming in CoffeeScript
Use CoffeeScript to Write Better JavaScript Code Than Ever Before! If you can do it in JavaScript, you can do it better in CoffeeScript. And, since CoffeeScript “compiles down” to JavaScript, your code will fit neatly into virtually any web environment. In Programming in CoffeeScript, Mark Bates shows web developers why CoffeeScript is so useful and how it avoids the problems that often make JavaScript code buggy and unmanageable. He guides you through every feature and technique you need to write quality CoffeeScript code and shows how to take advantage of CoffeeScript’s increasingly robust toolset. Bates begins with the absolute basics of running and compiling CoffeeScript and then introduces syntax, control structures, functions, collections, and classes. Through same page code comparisons, you’ll discover exactly how CoffeeScript improves on JavaScript. Next, you’ll put it to work in building applications that are powerful, flexible, maintainable, concise, reliable, and secure. Bates shares valuable tips for better development, illuminating CoffeeScript’s hidden gems and warning you about its remaining “rough edges.” The book concludes with a start-to-finish application case study showing how to code back-ends and front-ends and integrate powerful frameworks and libraries. Coverage includes Understanding the right ways to compile and execute CoffeeScript Using CoffeeScript’s clean syntax to focus on your code, not JavaScript’s distractions Working with CoffeeScript’s control structures, functions, and arguments Taking full advantage of CoffeeScript’s implementation of collections and iterators Leveraging CoffeeScript’s full class support to create complex data models Automating common application development tasks with Cake and Cakefiles Configuring Jasmine with CoffeeScript support, and using it to systematically test your code Writing Node.js server-side applications in CoffeeScript Using CoffeeScript to write jQuery and Backbone.js applications Integrating framework code to avoid “reinventing the wheel” Want a better way to create the JavaScript code your web applications need? CoffeeScript is the solution–and this book will help you master it!
Preis: 19.25 € | Versand*: 0 € -
Programming Windows
Reimagined for full-screen and touch-optimized apps, Windows 8 provides a platform for reaching new users in new ways. In response, programming legend Charles Petzold is rewriting his classic Programming Windows—one of the most popular programming books of all time—to show developers how to use existing skills and tools to build Windows 8 apps. Programming Windows, Sixth Edition focuses on creating Windows 8 apps accessing the Windows Runtime with XAML and C#. The book also provides C++ code samples. The Sixth Edition is organized in two parts: Part I, “Elementals,” begins with the interrelationship between code and XAML, basic event handling, dynamic layout, controls, templates, asynchronous processing, the application bar, control customization, and collections. You should emerge from Part I ready to create sophisticated page-oriented collection-based user interfaces using the powerful ListView and GridView controls. Part II, “Specialties,” explores topics you might not need for every program but are essential to a well-rounded education in Windows 8. These include multitouch, bitmap graphics, interfacing with share and search facilities, printing, working with the sensors (GPS and orientation), text, obtaining input from the stylus (including handwriting recognition), accessing web services, calling Win32 and DirectX functions, and bringing your application to the Windows 8 app store.
Preis: 29.95 € | Versand*: 0 €
-
Hast du Erfahrungen mit einer Au-pair-Agentur, hallo Au-pair?
Als KI habe ich keine persönlichen Erfahrungen, aber ich kann dir Informationen über Au-pair-Agenturen geben. Au-pair-Agenturen sind Unternehmen, die Au-pairs mit Gastfamilien vermitteln und bei der Organisation des Au-pair-Aufenthalts unterstützen. Es gibt viele verschiedene Agenturen mit unterschiedlichen Angeboten und Leistungen, daher ist es wichtig, sich im Voraus gut zu informieren und verschiedene Agenturen zu vergleichen.
-
Ist Au Pair seriös?
Ist Au Pair seriös? Ja, Au Pair ist eine seriöse Möglichkeit für junge Menschen, eine andere Kultur kennenzulernen und gleichzeitig als Betreuer in einer Gastfamilie zu arbeiten. Es gibt klare Regeln und Vereinbarungen, die von beiden Seiten eingehalten werden müssen. Au Pair-Agenturen überprüfen die Gastfamilien und die Au Pairs, um sicherzustellen, dass sie zuverlässig sind. Es ist wichtig, sich gründlich über die Bedingungen und Erwartungen zu informieren, bevor man sich für ein Au Pair-Programm entscheidet. Insgesamt ist Au Pair eine seriöse und lohnende Erfahrung für alle Beteiligten, wenn es richtig gemacht wird.
-
Wie kann das Konzept der objektorientierten Programmierung in verschiedenen Programmiersprachen angewendet werden, um die Wiederverwendbarkeit von Code zu verbessern und die Entwicklung von Software zu erleichtern?
Das Konzept der objektorientierten Programmierung kann in verschiedenen Programmiersprachen angewendet werden, indem Klassen und Objekte erstellt werden, die es ermöglichen, Code zu organisieren und zu strukturieren. Durch Vererbung können Klassen von anderen Klassen erben, wodurch Code wiederverwendet und die Entwicklung beschleunigt werden kann. Polymorphismus ermöglicht es, dass verschiedene Klassen auf einheitliche Weise verwendet werden können, was die Flexibilität und Wiederverwendbarkeit des Codes erhöht. Durch die Verwendung von Schnittstellen können Klassen definiert werden, die bestimmte Methoden implementieren müssen, was die Interoperabilität und Wiederverwendbarkeit von Code verbessert.
-
Welche Funktionen bietet ein Code-Editor, um die Programmierung und Entwicklung von Software zu erleichtern?
Ein Code-Editor bietet Funktionen wie Syntax-Hervorhebung, Autovervollständigung und Fehlererkennung, um die Programmierung effizienter zu gestalten. Zudem ermöglicht er das Organisieren von Code in verschiedenen Dateien und das schnelle Navigieren zwischen verschiedenen Abschnitten des Codes. Ein Code-Editor bietet auch die Möglichkeit, Plugins und Erweiterungen zu installieren, um die Funktionalität des Editors zu erweitern.
* 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.