Domain sbcl.de kaufen?

Produkt zum Begriff Development:


  • Economic Development
    Economic Development

    Economic Development, the leading textbook in this field, provides you with a complete and balanced introduction to the requisite theory, driving policy issues, and latest research. Todaro and Smith take a policy-oriented approach, presenting economic theory in the context of critical policy debates and country-specific case studies, to show how theory relates to the problems and prospects of developing countries.   

    Preis: 86.24 € | Versand*: 0 €
  • Rapid Development
    Rapid Development

    Corporate and commercial software-development teams all want solutions for one important problem—how to get their high-pressure development schedules under control. In RAPID DEVELOPMENT, author Steve McConnell addresses that concern head-on with overall strategies, specific best practices, and valuable tips that help shrink and control development schedules and keep projects moving. Inside, you’ll find: A rapid-development strategy that can be applied to any project and the best practices to make that strategy work Candid discussions of great and not-so-great rapid-development practices—estimation, prototyping, forced overtime, motivation, teamwork, rapid-development languages, risk management, and many others A list of classic mistakes to avoid for rapid-development projects, including creeping requirements, shortchanged quality, and silver-bullet syndrome Case studies that vividly illustrate what can go wrong, what can go right, and how to tell which direction your project is going RAPID DEVELOPMENT is the real-world guide to more efficient applications development.

    Preis: 18.18 € | Versand*: 0 €
  • Experiential Learning: Experience as the Source of Learning and Development
    Experiential Learning: Experience as the Source of Learning and Development

    Experiential learning is a powerful and proven approach to teaching and learning that is based on one incontrovertible reality: people learn best through experience. Now, in this extensively updated book, David A. Kolb offers a systematic and up-to-date statement of the theory of experiential learning and its modern applications to education, work, and adult development.   Experiential Learning, Second Edition builds on the intellectual origins of experiential learning as defined by figures such as John Dewey, Kurt Lewin, Jean Piaget, and L.S. Vygotsky, while also reflecting three full decades of research and practice since the classic first edition.   Kolb models the underlying structures of the learning process based on the latest insights in psychology, philosophy, and physiology. Building on his comprehensive structural model, he offers an exceptionally useful typology of individual learning styles and corresponding structures of knowledge in different academic disciplines and careers. Kolb also applies experiential learning to higher education and lifelong learning, especially with regard to adult education.   This edition reviews recent applications and uses of experiential learning, updates Kolb's framework to address the current organizational and educational landscape, and features current examples of experiential learning both in the field and in the classroom. It will be an indispensable resource for everyone who wants to promote more effective learning: in higher education, training, organizational development, lifelong learning environments, and online.

    Preis: 84.52 € | Versand*: 0 €
  • Linux Kernel Development
    Linux Kernel Development

    Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.   The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces. It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs.   The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel. Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques. This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers.   The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data structures Details on interrupt handlers and bottom halves Extended coverage of virtual memory and memory allocation Tips on debugging the Linux kernel In-depth coverage of kernel synchronization and locking Useful insight into submitting kernel patches and working with the Linux kernel community

    Preis: 22.46 € | Versand*: 0 €
  • Was sind die Sustainable Development Goals (SDGs) und die Millennium Development Goals (MDGs)?

    Die Sustainable Development Goals (SDGs) sind eine Reihe von 17 globalen Zielen, die von den Vereinten Nationen im Jahr 2015 verabschiedet wurden. Sie sollen bis 2030 erreicht werden und umfassen verschiedene Bereiche wie Armutsbekämpfung, Bildung, Gesundheit, Umweltschutz und Gleichstellung der Geschlechter. Die Millennium Development Goals (MDGs) waren acht Entwicklungsziele, die von den Vereinten Nationen im Jahr 2000 festgelegt wurden und bis 2015 erreicht werden sollten. Sie konzentrierten sich hauptsächlich auf die Bekämpfung von Armut, Hunger, Krankheiten und Ungleichheit und hatten zum Ziel, die Lebensbedingungen in Entwicklungsländern zu verbessern. Die SDGs bauen auf den MDGs auf und erweitern den Fokus auf eine nachhaltige Entwicklung

  • 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.

  • Was versteht man unter Business Development?

    Was versteht man unter Business Development? Business Development bezieht sich auf die Aktivitäten, Strategien und Prozesse, die Unternehmen nutzen, um ihr Geschäftswachstum voranzutreiben und neue Geschäftsmöglichkeiten zu identifizieren. Dabei geht es darum, langfristige Beziehungen zu Kunden aufzubauen, neue Märkte zu erschließen, Partnerschaften zu schließen und innovative Produkte oder Dienstleistungen zu entwickeln. Business Development umfasst auch die Analyse von Markttrends, Wettbewerbern und potenziellen Risiken, um fundierte Entscheidungen zu treffen und das Unternehmen erfolgreich weiterzuentwickeln. Insgesamt zielt Business Development darauf ab, die Rentabilität und Wettbewerbsfähigkeit eines Unternehmens zu steigern.

  • Welche Tools eignen sich für Einsteiger im Game Development?

    Für Einsteiger im Game Development eignen sich Tools wie Unity oder Unreal Engine. Diese bieten eine benutzerfreundliche Oberfläche und eine große Community, die bei Fragen und Problemen helfen kann. Zudem gibt es viele Tutorials und Ressourcen, die den Einstieg erleichtern.

Ähnliche Suchbegriffe für Development:


  • Rust Web Development
    Rust Web Development

    Create bulletproof, high-performance web apps and servers with Rust.In Rust Web Development you will learn:Handling the borrow checker in an asynchronous environmentCreating web APIs and using JSON in RustGraceful error handlingTesting, tracing, logging, and debuggingDeploying Rust applicationsEfficient database accessRust Web Development is a hands-on guide to building server-based web applications with Rust. If you've built web servers using Java, C#, or PHP, you'll instantly fall in love with the performance and development experience Rust delivers. This book shows you how to work efficiently using pure Rust, along with important Rust libraries such as tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests.about the technologyWeb development languages and libraries can be resource hungry, with poor safety for maintaining vital web services. Rust services perform better and guarantee better safety. Plus, Rust's awesome compiler gives you an amazing developer experience. You'll get the speed of low-level programming languages like C along with the ease-of-use you'd expect from high-level languages Python or Ruby, with a super strong compiler that automatically prevents common mistakes such as null pointers.about the bookIn Rust Web Development, you'll learn to build server-side web applications using the Rust language and its key libraries. If you know the basics of Rust, you'll quickly pick up some pro tips for setting up your projects and organizing your code. This book gets you hands-on fast, with numerous small and large examples. You'll get up to speed with how Rust streamlines backend development, implements authentication flows, and even makes it easier for your APIs to interact. As you go, you'll build a complete Q&A web service and iterate on your code chapter-by-chapter, just like a real development project.RETAIL SELLING POINTS Handling the borrow checker in an asynchronous environment Creating web APIs and using JSON in Rust Graceful error handling Testing, tracing, logging, and debugging Deploying Rust applications Efficient database accessAUDIENCEFor experienced web developers familiar with Java, Node, or Go, and the absolute basics of Rust 

    Preis: 48.14 € | Versand*: 0 €
  • Development Center Shenzhen
    Development Center Shenzhen


    Preis: 88 € | Versand*: 0.00 €
  • LISP Network Deployment and Troubleshooting: The Complete Guide to LISP Implementation on IOS-XE, IOS-XR, and NX-OS
    LISP Network Deployment and Troubleshooting: The Complete Guide to LISP Implementation on IOS-XE, IOS-XR, and NX-OS

    Implement flexible, efficient LISP-based overlays for cloud, data center, and enterpriseThe LISP overlay network helps organizations provide seamless connectivity to devices and workloads wherever they move, enabling open and highly scalable networks with unprecedented flexibility and agility.LISP Network Deployment and Troubleshooting is the definitive resource for all network engineers who want to understand, configure, and troubleshoot LISP on Cisco IOS-XE, IOS-XR and NX-OS platforms. It brings together comprehensive coverage of how LISP works, how it integrates with leading Cisco platforms, how to configure it for maximum efficiency, and how to address key issues such as scalability and convergence.Focusing on design and deployment in real production environments, three leading Cisco LISP engineers present authoritative coverage of deploying LISP, verifying its operation, and optimizing its performance in widely diverse environments. Drawing on their unsurpassed experience supporting LISP deployments, they share detailed configuration examples, templates, and best practices designed to help you succeed with LISP no matter how you intend to use it.This book is the Cisco authoritative guide to LISP protocol and is intended for network architects, engineers, and consultants responsible for implementing and troubleshooting LISP network infrastructures. It includes extensive configuration examples with troubleshooting tips for network engineers who want to improve optimization, performance, reliability, and scalability.This book covers all applications of LISP across various environments including DC, Enterprise, and SP.Review the problems LISP solves, its current use cases, and powerful emerging applicationsGain in-depth knowledge of LISP’s core architecture and components, including xTRs, PxTRs, MR/MS, ALT, and control plane message exchangeUnderstand LISP software architecture on Cisco platformsMaster LISP IPv4 unicast routing, LISP IPv6 routing, and the fundamentals of LISP multicast routingImplement LISP mobility in traditional data center fabrics, and LISP IP mobility in modern data center fabricsPlan for and deliver LISP network virtualization and support multitenancyExplore LISP in the Enterprise multihome Internet/WAN edge solutionsSystematically secure LISP environmentsTroubleshoot LISP performance, reliability, and scalability

    Preis: 43.86 € | Versand*: 0 €
  • Code Quality: The Open Source Perspective
    Code Quality: The Open Source Perspective

    Page 26: How can I avoid off-by-one errors? Page 143: Are Trojan Horse attacks for real? Page 158: Where should I look when my application can't handle its workload? Page 256: How can I detect memory leaks? Page 309: How do I target my application to international markets? Page 394: How should I name my code's identifiers? Page 441: How can I find and improve the code coverage of my tests? Diomidis Spinellis' first book, Code Reading, showed programmers how to understand and modify key functional properties of software. Code Quality focuses on non-functional properties, demonstrating how to meet such critical requirements as reliability, security, portability, and maintainability, as well as efficiency in time and space. Spinellis draws on hundreds of examples from open source projects--such as the Apache web and application servers, the BSD Unix systems, and the HSQLDB Java database--to illustrate concepts and techniques that every professional software developer will be able to appreciate and apply immediately. Complete files for the open source code illustrated in this book are available online at: http://www.spinellis.gr/codequality/

    Preis: 29.95 € | Versand*: 0 €
  • Kann man Griechenland als Industriestaat bezeichnen? Warum hat Griechenland einen so hohen HDI (Human Development Index) und IHDI (Inequality-adjusted Human Development Index)?

    Nein, Griechenland kann nicht als Industriestaat bezeichnet werden. Obwohl es einige Industriezweige wie Tourismus, Schifffahrt und Lebensmittelproduktion gibt, ist die Industrie in Griechenland im Vergleich zu anderen Ländern relativ schwach entwickelt. Der hohe HDI und IHDI in Griechenland kann auf andere Faktoren wie das Bildungssystem, die Gesundheitsversorgung und soziale Sicherheitsnetze zurückzuführen sein, die das allgemeine Wohlbefinden der Bevölkerung verbessern.

  • Was muss man können, bevor man mit Mobile Development anfängt?

    Bevor man mit Mobile Development beginnt, sollte man grundlegende Kenntnisse in der Programmierung haben, insbesondere in einer objektorientierten Sprache wie Java oder Swift. Es ist auch hilfreich, ein Verständnis für die Funktionsweise von mobilen Betriebssystemen und deren Entwicklungsumgebungen zu haben. Darüber hinaus ist es wichtig, sich mit den spezifischen Frameworks und Tools vertraut zu machen, die für die Entwicklung von mobilen Apps verwendet werden.

  • Wie sicher ist Open Source?

    Open Source Software ist im Allgemeinen sicher, da der Quellcode für jeden zugänglich ist und von einer großen Community überprüft wird. Durch die Transparenz des Codes können Sicherheitslücken schneller erkannt und behoben werden. Dennoch ist es wichtig, dass Open Source Software regelmäßig aktualisiert und gepflegt wird, um mögliche Sicherheitsrisiken zu minimieren.

  • Was ist der Unterschied zwischen einem Compiler und einem Interpreter?

    Ein Compiler übersetzt den gesamten Quellcode eines Programms in eine ausführbare Datei, während ein Interpreter den Quellcode Zeile für Zeile ausführt. Ein Compiler erzeugt also eine eigenständige ausführbare Datei, während ein Interpreter den Code zur Laufzeit interpretiert. Dadurch ist ein Compiler in der Regel schneller, während ein Interpreter flexibler ist und Fehlermeldungen während der Ausführung anzeigen kann.

* 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.