Domain dihn.de kaufen?

Produkte zum Begriff 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 €
  • PHP and MySQL Web Development
    PHP and MySQL Web Development

    PHP and MySQL Web Development, Fifth EditionThe definitive guide to building database-driven Web applications with PHP and MySQLPHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications.PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server.This practical, hands-on book consistently focuses on real-world applications, even in the introductory chapters. The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL. They also introduce you to the integration of front-end and back-end technologies by using JavaScript in your application development.The final part of this book describes how to approach real-world projects and takes the reader through the design, planning, and building of several projects, including:User authentication and personalizationWeb-based emailSocial media integrationShopping cartThe fifth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP through versions 5.6 and 7, as well as features introduced in recent stable releases of MySQL.Free Access to Web EditionPurchase of this book in any format, electronic or print, includes free access to the corresponding Web Edition, which provides several special features:The complete text of the book onlineExercises and interactive quizzes to test your understanding of the materialBonus chapters not included in the print or e-book editionsUpdates and corrections as they become availableThe Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5.Contents at a GlancePart I: Using PHP1  PHP Crash Course2  Storing and Retrieving Data3  Using Arrays4  String Manipulation and Regular Expressions5  Reusing Code and Writing Functions6  Object-Oriented PHP7  Error and Exception HandlingPart II: Using MySQL8  Designing Your Web Database9  Creating Your Web Database10 Working with Your MySQL Database11 Accessing Your MySQL Database from the Web with PHP12 Advanced MySQL Administration13 Advanced MySQL ProgrammingPart III: Web Application Security14 Web Application Security Risks15 Building a Secure Web Application16 Implementing Authentication Methods with PHPPart IV: Advanced PHP Techniques17 Interacting with the File System and the Server18 Using Network and Protocol Functions19 Managing the Date and Time20 Internationalization and Localization21 Generating Images22 Using Session Control in PHP23 Integrating JavaScript and PHP24 Other Useful FeaturesPart V: Building Practical PHP and MySQL Projects25 Using PHP and MySQL for Large Projects26 Debugging and Logging27 Building User Authentication and Personalization28 (Web Edition) Building a Web-Based Email Client with Laravel Part I29 (Web Edition) Building a Web-Based Email Client with Laravel Part II30 (Web Edition) Social Media Integration Sharing and Authentication31 (Web Edition) Building a Shopping CartPart VI: AppendixA Installing Apache, PHP, and MySQL

    Preis: 25.67 € | Versand*: 0 €
  • Python Web Development with Django
    Python Web Development with Django

    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.Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release.   The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You’ll discover how Django leverages Python’s development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You’ll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including Simple Web log (blog) Online photo gallery Simple content management system Ajax-powered live blogger Online source code sharing/syntax highlighting tool How to run your Django applications on the Google App Engine   This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications. After a discussion of four independent working Django applications, coverage turns to advanced topics, such as caching, extending the template system, syndication, admin customization, and testing. Valuable reference appendices cover using the command-line, installing and configuring Django, development tools, exploring existing Django applications, the Google App Engine, and how to get more involved with the Django community.     Introduction 1   Part I: Getting Started Chapter 1: Practical Python for Django 7 Chapter 2: Django for the Impatient: Building a Blog 57 Chapter 3: Starting Out 77   Part II: Django in Depth Chapter 4: Defining and Using Models 89 Chapter 5: URLs, HTTP Mechanisms, and Views 117 Chapter 6: Templates and Form Processing 135   Part III: Django Applications by Example Chapter 7: Photo Gallery 159 Chapter 8: Content Management System 181 Chapter 9: Liveblog 205 Chapter 10: Pastebin 221   Part IV: Advanced Django Techniques and Features Chapter 11: Advanced Django Programming 235 Chapter 12: Advanced Django Deployment 261   Part V: Appendices Appendix A: Command Line Basics 285 Appendix B: Installing and Running Django 295 Appendix C: Tools for Practical Django Development 313 Appendix D: Finding, Evaluating, and Using Django Applications 321 Appendix E: Django on the Google App Engine 325 Appendix F: Getting Involved in the Django Project 337   Index 339 Colophon 375

    Preis: 29.95 € | Versand*: 0 €
  • PHP and MySQL Web Development
    PHP and MySQL Web Development

    PHP and MySQL Web Development, Fourth EditionThe definitive guide to building database-drive Web applications with PHP and MySQLPHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server. This practical, hands-on book includes numerous examples that demonstrate common tasks such as authenticating users, constructing a shopping cart, generating PDF documents and images dynamically, sending and managing email, facilitating user discussions, connecting to Web services using XML, and developing Web 2.0 applications with Ajax-based interactivity. The fourth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP 5 through version 5.3, such as namespaces and closures, as well as features introduced in MySQL 5.1.TABLE OF CONTENTS Part I: Using PHP 1 PHP Crash Course 2 Storing and Retrieving Data 3 Using Arrays 4 String Manipulation and Regular Expressions 5 Reusing Code and Writing Functions 6 Object-Oriented PHP 7 Error and Exception Handling Part II: Using MySQL 8 Designing Your Web Database 9 Creating Your Web Database 10 Working with Your MySQL Database 11 Accessing Your MySQL Database from the Web with PHP 12 Advanced MySQL Administration 13 Advanced MySQL Programming Part III: E-Commerce and Security 14 Running an E-Commerce Site 15 E-commerce Security Issues 16 Web Application Security 17 Implementing Authentication with PHP and MySQL 18 Implementing Secure Transactions with PHP and MySQL Part IV: Advanced PHP Techniques 19 Interacting with the File System and the Server 20 Using Network and Protocol Functions 21 Managing the Date and Time 22 Generating Images 23 Using Session Control in PHP 24 Other Useful Features Part V: Building Practical PHP and MySQL Projects 25 Using PHP and MySQL for Large Projects 26 Debugging 27 Building User Authentication and Personalization 28 Building a Shopping Cart 29 Building a Web-Based Email Service 30 Building a Mailing List Manager 31 Building Web Forums 32 Generating Personalized PDF Documents 33 Connecting to Web Services with XML and SOAP 34 Building Web 2.0 Applications with Ajax Part VI: Appendixes Appendix A: Installing PHP and MySQL Appendix B: Web Resources

    Preis: 34.23 € | Versand*: 0 €
  • Hat Web Development eine gute Zukunft?

    Ja, Webentwicklung hat eine gute Zukunft. Mit dem ständigen Wachstum des Internets und der steigenden Nachfrage nach Online-Diensten und -Anwendungen wird die Nachfrage nach Webentwicklern weiterhin hoch sein. Neue Technologien und Frameworks werden entwickelt, um die Entwicklung von Webanwendungen zu erleichtern und zu verbessern, was zu einer weiteren Expansion des Bereichs führen wird.

  • Wie kann ich neben Java Web Development noch etwas lernen?

    Es gibt viele Möglichkeiten, um neben Java Web Development noch etwas zu lernen. Du könntest dich zum Beispiel mit anderen Programmiersprachen wie Python oder JavaScript vertraut machen, um deine Fähigkeiten zu erweitern. Außerdem könntest du dich mit verschiedenen Frameworks und Technologien wie Spring oder Hibernate auseinandersetzen, um dein Wissen in der Java-Webentwicklung zu vertiefen. Zusätzlich könntest du auch an Open-Source-Projekten teilnehmen oder an Online-Kursen und Tutorials teilnehmen, um neue Fähigkeiten zu erlernen.

  • Wann ist ein Zap Hosting Server online?

    Ein Zap Hosting Server ist online, sobald er erfolgreich gestartet wurde und alle erforderlichen Dienste und Anwendungen ordnungsgemäß ausgeführt werden. Dies kann je nach Konfiguration und Hardware des Servers einige Minuten dauern. Sobald der Server online ist, können Benutzer auf ihn zugreifen und Dienste wie Websites, Spiele oder andere Anwendungen nutzen.

  • Ist die E-Mail-Domain dasselbe wie die Website-Domain?

    Nein, die E-Mail-Domain und die Website-Domain sind nicht dasselbe. Die E-Mail-Domain bezieht sich auf die Adresse, die nach dem @-Zeichen in einer E-Mail-Adresse steht, während die Website-Domain die Adresse einer Website im Internet ist. Sie können unterschiedlich sein, da eine Organisation möglicherweise eine andere Domain für ihre E-Mails verwendet als für ihre Website.

Ähnliche Suchbegriffe für Development:


  • Python Web Development with Django
    Python Web Development with Django

    Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release.   The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You’ll discover how Django leverages Python’s development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You’ll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including Simple Web log (blog) Online photo gallery Simple content management system Ajax-powered live blogger Online source code sharing/syntax highlighting tool How to run your Django applications on the Google App Engine   This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications. After a discussion of four independent working Django applications, coverage turns to advanced topics, such as caching, extending the template system, syndication, admin customization, and testing. Valuable reference appendices cover using the command-line, installing and configuring Django, development tools, exploring existing Django applications, the Google App Engine, and how to get more involved with the Django community.     Introduction 1   Part I: Getting Started Chapter 1: Practical Python for Django 7 Chapter 2: Django for the Impatient: Building a Blog 57 Chapter 3: Starting Out 77   Part II: Django in Depth Chapter 4: Defining and Using Models 89 Chapter 5: URLs, HTTP Mechanisms, and Views 117 Chapter 6: Templates and Form Processing 135   Part III: Django Applications by Example Chapter 7: Photo Gallery 159 Chapter 8: Content Management System 181 Chapter 9: Liveblog 205 Chapter 10: Pastebin 221   Part IV: Advanced Django Techniques and Features Chapter 11: Advanced Django Programming 235 Chapter 12: Advanced Django Deployment 261   Part V: Appendices Appendix A: Command Line Basics 285 Appendix B: Installing and Running Django 295 Appendix C: Tools for Practical Django Development 313 Appendix D: Finding, Evaluating, and Using Django Applications 321 Appendix E: Django on the Google App Engine 325 Appendix F: Getting Involved in the Django Project 337   Index 339 Colophon 375

    Preis: 22.46 € | Versand*: 0 €
  • PHP and MySQL Web Development
    PHP and MySQL Web Development

    PHP and MySQL Web Development, Fifth EditionThe definitive guide to building database-driven Web applications with PHP and MySQLPHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications.PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server.This practical, hands-on book consistently focuses on real-world applications, even in the introductory chapters. The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL. They also introduce you to the integration of front-end and back-end technologies by using JavaScript in your application development.The final part of this book describes how to approach real-world projects and takes the reader through the design, planning, and building of several projects, including:User authentication and personalizationWeb-based emailSocial media integrationShopping cartThe fifth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP through versions 5.6 and 7, as well as features introduced in recent stable releases of MySQL.Free Access to Web EditionPurchase of this book in any format, electronic or print, includes free access to the corresponding Web Edition, which provides several special features:The complete text of the book onlineExercises and interactive quizzes to test your understanding of the materialBonus chapters not included in the print or e-book editionsUpdates and corrections as they become availableThe Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5.Contents at a GlancePart I: Using PHP1  PHP Crash Course2  Storing and Retrieving Data3  Using Arrays4  String Manipulation and Regular Expressions5  Reusing Code and Writing Functions6  Object-Oriented PHP7  Error and Exception HandlingPart II: Using MySQL8  Designing Your Web Database9  Creating Your Web Database10 Working with Your MySQL Database11 Accessing Your MySQL Database from the Web with PHP12 Advanced MySQL Administration13 Advanced MySQL ProgrammingPart III: Web Application Security14 Web Application Security Risks15 Building a Secure Web Application16 Implementing Authentication Methods with PHPPart IV: Advanced PHP Techniques17 Interacting with the File System and the Server18 Using Network and Protocol Functions19 Managing the Date and Time20 Internationalization and Localization21 Generating Images22 Using Session Control in PHP23 Integrating JavaScript and PHP24 Other Useful FeaturesPart V: Building Practical PHP and MySQL Projects25 Using PHP and MySQL for Large Projects26 Debugging and Logging27 Building User Authentication and Personalization28 (Web Edition) Building a Web-Based Email Client with Laravel Part I29 (Web Edition) Building a Web-Based Email Client with Laravel Part II30 (Web Edition) Social Media Integration Sharing and Authentication31 (Web Edition) Building a Shopping CartPart VI: AppendixA Installing Apache, PHP, and MySQL

    Preis: 31.02 € | Versand*: 0 €
  • Domain-Specific Development with Visual Studio DSL Tools
    Domain-Specific Development with Visual Studio DSL Tools

    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. Domain-Specific Languages (DSLs)--languages geared to specific vertical or horizontal areas of interest--are generating growing excitement from software engineers and architects. DSLs bring new agility to the creation and evolution of software, allowing selected design aspects to be expressed in terms much closer to the system requirements than standard program code, significantly reducing development costs in large-scale projects and product lines. In this breakthrough book, four leading experts reveal exactly how DSLs work, and how you can make the most of them in your environment. With Domain-Specific Development with Visual Studio DSL Tools, you'll begin by mastering DSL concepts and techniques that apply to all platforms. Next, you'll discover how to create and use DSLs with the powerful new Microsoft DSL Tools--a toolset designed by this book's authors. Learn how the DSL Tools integrate into Visual Studio--and how to define DSLs and generate Visual Designers using Visual Studio's built-in modeling technology. In-depth coverage includes Determining whether DSLs will work for you Comparing DSLs with other approaches to model-driven development Defining, tuning, and evolving DSLs: models, presentation, creation, updates, serialization, constraints, validation, and more Creating Visual Designers for new DSLs with little or no coding Multiplying productivity by generating application code from your models with easy-to-use text templates Automatically generating configuration files, resources, and other artifacts Deploying Visual Designers across the organization, quickly and easily Customizing Visual Designers for specialized process needs List of Figures List of Tables Foreword Preface About the Authors Chapter 1 Domain-Specific Development Chapter 2 Creating and Using DSLs Chapter 3 Domain Model Definition Chapter 4 Presentation Chapter 5 Creation, Deletion, and Update Behavior Chapter 6 Serialization Chapter 7 Constraints and Validation Chapter 8 Generating Artifacts Chapter 9 Deploying a DSL Chapter 10 Advanced DSL Customization Chapter 11 Designing a DSL Index 

    Preis: 36.37 € | Versand*: 0 €
  • Domain-Specific Development with Visual Studio DSL Tools
    Domain-Specific Development with Visual Studio DSL Tools

    Domain-Specific Languages (DSLs)--languages geared to specific vertical or horizontal areas of interest--are generating growing excitement from software engineers and architects. DSLs bring new agility to the creation and evolution of software, allowing selected design aspects to be expressed in terms much closer to the system requirements than standard program code, significantly reducing development costs in large-scale projects and product lines. In this breakthrough book, four leading experts reveal exactly how DSLs work, and how you can make the most of them in your environment. With Domain-Specific Development with Visual Studio DSL Tools, you'll begin by mastering DSL concepts and techniques that apply to all platforms. Next, you'll discover how to create and use DSLs with the powerful new Microsoft DSL Tools--a toolset designed by this book's authors. Learn how the DSL Tools integrate into Visual Studio--and how to define DSLs and generate Visual Designers using Visual Studio's built-in modeling technology. In-depth coverage includes Determining whether DSLs will work for you Comparing DSLs with other approaches to model-driven development Defining, tuning, and evolving DSLs: models, presentation, creation, updates, serialization, constraints, validation, and more Creating Visual Designers for new DSLs with little or no coding Multiplying productivity by generating application code from your models with easy-to-use text templates Automatically generating configuration files, resources, and other artifacts Deploying Visual Designers across the organization, quickly and easily Customizing Visual Designers for specialized process needs List of Figures List of Tables Foreword Preface About the Authors Chapter 1 Domain-Specific Development Chapter 2 Creating and Using DSLs Chapter 3 Domain Model Definition Chapter 4 Presentation Chapter 5 Creation, Deletion, and Update Behavior Chapter 6 Serialization Chapter 7 Constraints and Validation Chapter 8 Generating Artifacts Chapter 9 Deploying a DSL Chapter 10 Advanced DSL Customization Chapter 11 Designing a DSL Index 

    Preis: 27.81 € | 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

  • Was ist Game Development 2?

    Game Development 2 ist ein weiterführender Kurs oder eine Fortgeschrittenenstufe im Bereich der Spieleentwicklung. In diesem Kurs werden fortgeschrittene Techniken und Konzepte des Game Designs und der Programmierung behandelt, um komplexe und anspruchsvolle Spiele zu entwickeln. Es kann auch Themen wie 3D-Grafik, Künstliche Intelligenz oder Multiplayer-Entwicklung abdecken.

  • Was macht man im Business Development?

    Im Business Development identifiziert man Wachstumschancen für ein Unternehmen, indem man neue Geschäftsmöglichkeiten erschließt und bestehende Beziehungen ausbaut. Man analysiert den Markt, identifiziert potenzielle Partnerschaften und entwickelt Strategien, um das Geschäft voranzutreiben. Zudem pflegt man Beziehungen zu Kunden, Lieferanten und anderen Stakeholdern, um langfristige Erfolge sicherzustellen. Business Development umfasst auch die Entwicklung von Vertriebsstrategien, Marketingplänen und die Überwachung von Wettbewerbern, um im Markt wettbewerbsfähig zu bleiben.

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

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