Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • Electronic books ; local  (16)
  • Computer programming  (4)
Datenlieferant
Materialart
Erscheinungszeitraum
  • 1
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (76 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem. You'll learn how to: Create a single-page application in React using a rich UI Structure code that can be worked on by large teams Integrate with backend services such as REST and GraphQL Use offline caching with technologies such as Redux or MobX Secure applications with technologies such as OAuth Deal with bugs and avoid common functional and performance problems
    Anmerkung: Online resource; Title from title page (viewed October 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    Sebastopol, CA : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (1 volume) , illustrations
    Ausgabe: First edition.
    Schlagwort(e): Android (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Kurzfassung: With Android's new constraint layouts (for Android Studio 2.3 and beyond), you can visually design apps by dragging and dropping GUI components right where you want them. Android Studio takes care of updating your app's underlying XML-and you don't need to hack any code. This excerpt from Head First Android Development, Second Edition shows you hands-on how to use constraint layouts to build a simple app in no time. Get a copy of this report and discover how Android Studio's design editor will save you from having to nest multiple layouts for complex UIs. Why Head First? Based on the latest research in cognitive science and learning theory, Head First guides use a visually rich format to engage your mind, rather than a text-heavy approach to put you to sleep. Why waste your time struggling with new concepts? This multi-sensory learning experience is designed for the way your brain really works.
    Anmerkung: Description based on online resource; title from title page (Safari, viewed August 3, 2017)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    Sebastopol, CA : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (1 volume) , illustrations.
    Ausgabe: Second edition.
    Serie: Head first
    Schlagwort(e): Android (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Kurzfassung: What will you learn from this book? If you have an idea for a killer Android app, this fully revised and updated edition will help you build your first working application in a jiffy. You'll learn hands-on how to structure your app, design flexible and interactive interfaces, run services in the background, make your app work on various smartphones and tablets, and much more. It's like having an experienced Android developer sitting right next to you! All you need to get started is some Java know-how. Why does this book look so different? Based on the latest research in cognitive science and learning theory, Head First Android Development uses a visually rich format to engage your mind, rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multi-sensory learning experience is designed for the way your brain really works.
    Anmerkung: Previous edition published: 2015. - Includes index. - Description based on online resource; title from title page (Safari, viewed September 6, 2017)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    Sebastopol, CA : O'Reilly
    Sprache: Englisch
    Seiten: 1 online resource (xxxviii, 591 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Head first series
    Paralleltitel: Erscheint auch als
    Schlagwort(e): C (Computer program language) ; Computer programming ; Electronic books ; Electronic books ; local
    Kurzfassung: Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming-topics typically covered on a college-level course. This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
    Anmerkung: "A brain-friendly guide"--Cover. - Includes bibliographical references (p. 552) and index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596806682 , 059680668X
    Sprache: Englisch
    Seiten: 1 online resource (xxxiv, 406 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Head first
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Python (Computer program language) ; Computer programming ; Electronic books ; local
    Kurzfassung: Looking for a reliable way to learn how to program on your own,without being overwhelmed by confusing concepts? Head FirstProgramming introduces the core concepts of writing computerprograms -- variables, decisions, loops, functions, and objects --which apply regardless of the programming language. This bookoffers concrete examples and exercises in the dynamic and versatilePython language to demonstrate and reinforce these concepts.Learn the basic tools to start writing the programs that interestyou, and get a better understanding of what software can (andcannot) do. When you're finished, you'll have the necessaryfoundation to learn any programming language or tackle any softwareproject you choose.With a focus on programming concepts, this book teaches you howto: Understand the core features of all programming languages,including: variables, statements, decisions, loops, expressions,and operators Reuse code with functions Use library code to save time and effort Select the best data structure to manage complex data Write programs that talk to the Web Share your data with other programs Write programs that test themselves and help you avoidembarrassing coding errors We think your time is too valuable to waste struggling with newconcepts. Using the latest research in cognitive science andlearning theory to craft a multi-sensory learning experience, Head First Programming uses a visually rich formatdesigned for the way your brain works, not a text-heavy approachthat puts you to sleep.
    Anmerkung: Description based on print version record. - "A brain-friendly guide"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    Sebastopol, CA : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (1 volume) , illustrations
    Ausgabe: First edition.
    Schlagwort(e): Android (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Kurzfassung: What will you learn from this book? If you have an idea for a killer Android app, this book will help you build your first working application in a jiffy. You'll learn hands-on how to structure your app, design interfaces, create a database, make your app work on various smartphones and tablets, and much more. It's like having an experienced Android developer sitting right next to you! All you need is some Java know-how to get started. Why does this book look so different? Based on the latest research in cognitive science and learning theory, Head First Android Development uses a visually rich format to engage your mind, rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multi-sensory learning experience is designed for the way your brain really works.
    Anmerkung: "A brain-friendly guide"--Cover. - Includes index. - Description based on online resource; title from title page (Safari, viewed July 6, 2015)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media, Inc. | Boston, Mass. :Safari Books Online,
    ISBN: 9780596157302 , 0596157304
    Sprache: Englisch
    Seiten: xxxii, 417 p , ill.
    Ausgabe: 1st ed.
    Serie: Head first series
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Ruby on rails (Electronic resource) ; Ruby (Computer program language) ; Electronic books ; local
    Kurzfassung: Ready to transport your web applications into the Web 2.0 era? Head First Rails takes your programming -- and productivity -- to the max. You'll learn everything from the fundamentals of Rails scaffolding to building customized interactive web apps using Rails' rich set of tools and the MVC framework. Please note this book covers Rails 2. By the time you're finished, you'll have learned more than just another web framework. You'll master database interactions, integration with Ajax and XML, rich content, and even dynamic graphing of your data -- all in a fraction of the time it takes to build the same apps with Java, PHP, ASP.NET, or Perl. You'll even get comfortable and familiar with Ruby, the language that underpins Rails. But you'll do it in the context of web programming, and not through boring exercises such as "Hello, World!" Your time is way too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Rails uses a visually rich format designed to take advantage of the way your brain really works.
    Anmerkung: Title from resource description page (viewed March 25, 2009). - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (480 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: What will you learn from this book? Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You’ll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along the way, you’ll get to play with both object-oriented and functional programming. If you want to really understand Kotlin, this is the book for you. Why does this book look so different? Based on the latest research in cognitive science and learning theory, Head First Kotlin uses a visually rich format to engage your mind rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multisensory learning experience is designed for the way your brain really works.
    Anmerkung: Online resource; Title from title page (viewed February 22, 2019)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Alta Books | Boston, MA : Safari
    Sprache: Englisch , Portugiesisch
    Seiten: 1 online resource (440 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Alguma vez você desejou aprender a programar com um livro? Se você não tem nenhuma experiência em programação, pode estar imaginando por onde começar. O Use a Cabeça! Programação apresenta os conceitos básicos da escrita de programas de computador - variáveis, condicionais, laço, funções e objetos, - que se aplicam independentemente da linguagem de programação, mas usa exemplos concretos e exercícios na linguagem Python, dinâmica e versátil, para aplicar e reforçar esses conceitos.
    Anmerkung: Online resource; Title from title page (viewed January 20, 2009) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Alta Books | Boston, MA : Safari
    Sprache: Englisch , Portugiesisch
    Seiten: 1 online resource (928 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: O que você aprenderá com este livro? Se você tem uma idéia para um aplicativo Android matador, esta edição totalmente revisada e atualizada ajudará você a criar seu primeiro aplicativo de trabalho rapidamente. Você aprenderá como estruturar seu aplicativo, projetar interfaces flexíveis e interativas, executar serviços em segundo plano, fazer seu aplicativo funcionar em vários smartphones e tablets e muito mais. É como ter um desenvolvedor Android experiente sentado ao seu lado! Tudo o que você precisa para começar é um conhecimento sobre Java. Por que este livro parece tão diferente? Com base nas pesquisas mais recentes em ciência cognitiva e teoria da aprendizagem, o Head First Android Development usa um formato visualmente rico para envolver sua mente, em vez de uma abordagem com texto pesado que o faz dormir. Por que perder seu tempo lutando com novos conceitos? Esta experiência de aprendizado multissensorial foi projetada para a maneira como seu cérebro realmente funciona.
    Anmerkung: Online resource; Title from title page (viewed January 3, 2016) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...