Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie Programmeertalen

Als je eBooks uit de categorie Programmeertalen' leuk vindt, dan vind je deze toptitels ook geweldig.
1 - 24 van 10736 resultaten worden weergegeven
Skip side bar filters
  • Learn Kotlin for Android Development

    The Next Generation Language for Modern Android Apps Programming

    door Peter Späth ...
    Serie series Professional and Applied Computing (R0)
    Build Android apps and learn the essentials of the popular Kotlin programming language and APIs. This book will teach you the key Kotlin skills and techniques important for creating your very own Android apps. Apart from introducing Kotlin programming, Learn Kotlin for Android Development stresses clean code principles and introduces object-oriented and functional programming as a starting point ... Meer lezen

    € 57,99

  • The Practical Guide to Claude Code

    Learn Prompt-Driven Development, Software Automation, Testing, Refactoring, and ModernCoding Workflows Through Hands-On Projects

    Build Software Smarter with Claude CodeWhat if you could turn AI into a true development partner instead of just another chatbot?Whether you're a complete beginner, a student learning to code, a professional developer, or a founder building products, The Practical Guide to Claude Code shows you how to work effectively with one of the most powerful AI-assisted coding tools available today.Inside ... Meer lezen

    € 6,99 of Gratis met Kobo Plus

  • Crafting Interpreters

    door Robert Nystrom ...
    Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam.That ... Meer lezen

    € 36,49 of Gratis met Kobo Plus

  • Puppet Types and Providers

    Extending Puppet with Ruby

    door Dan Bode, Nan Liu ...
    Puppet’s true power exists in the simple resource model it uses to manage the state of complex operating systems. This concise guide shows you how to extend that model and implement custom functionality on top of Puppet by working with the type and provider APIs.Two experts from Puppet Labs explain the concepts behind these APIs, and provide instructions and examples to help you write your own ... Meer lezen

    € 12,99

  • ReactJS by Example - Building Modern Web Applications with React

    Building Modern Web Applications with React

    door Vipul A M ...
    Get up and running with ReactJS by developing five cutting-edge and responsive projectsKey Features\[\*\]Create pragmatic real-world applications while learning React and its modern developer tools\[\*\]Build sustainable user interfaces by transforming data into components of UI\[\*\]Learn how to generate reusable ReactJS components effectivelyBook DescriptionReactJS is an open-source JavaScript ... Meer lezen

    € 30,99 of Gratis met Kobo Plus

  • Unity 2018 By Example

    Learn about game and virtual reality development by creating five engaging projects

    door Alan Thorn ...
    Build exciting 2D/3D games and virtual reality applications with the help of hands-on examplesKey FeaturesCreate five different types of games from scratch with Unity 2018Import custom content into Unity from third-party tools such as Maya and BlenderLearn to build NPCs with artificial intelligent behavior.Book DescriptionUnity is the most exciting and popular engine used for developing games. ... Meer lezen

    € 30,99 of Gratis met Kobo Plus

  • The Psychology of Software Teams

    door Cat Hicks ...
    To build the future, we need new ways of supporting software teams. This book will give you a secret weapon: the psychology that creates resilience for developers, sustainable practices for software teams, and innovation for organizations. You’ll learn from rigorous empirical evidence gathered from top engineering organizations and thousands of developers around the world, revealing powerful ... Meer lezen

    € 25,99

  • Python for Software Design

    How to Think Like a Computer Scientist

    door Allen B. Downey ...
    A no-nonsense introduction to software design using the Python programming language. Written for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like recursion and object-oriented programming, are divided into a sequence of smaller steps and introduced over the course of several ... Meer lezen

    € 43,99

  • Building REST APIs with Spring Boot 4.0

    door Kit Harrington ...
    Built on top of Spring Framework 7, Spring Boot 4.0 simplifies the process of building API far easy.I'd describe this fast-paced book as the perfect practical tutor for Java developers who are curious to develop apps, and not just read about them. All chapters are working sets, where you write code, run it, break it deliberately, and fix it. There are no long theory sections, and no abstract ... Meer lezen

    € 25,99 of Gratis met Kobo Plus

  • Mastering LlamaIndex

    Simplifying Data Access for Large Language Models

    door Robert Johnson ...
    "Mastering LlamaIndex: Simplifying Data Access for Large Language Models" is an authoritative guide designed to unravel the complexities of utilizing LlamaIndex to optimize data interactions with advanced language models. As large language models continue to drive innovations across various domains, the challenge of efficiently accessing and managing vast amounts of data becomes increasingly ... Meer lezen

    € 8,65 of Gratis met Kobo Plus

  • Modern React TypeScript Development: A Beginner-to-Advanced Guide

    door Lex Cornell ...
    Stop wrestling with JavaScript errors and start building professional, type-safe web applications with confidence.Are you an aspiring developer overwhelmed by the complexity of modern web development? Are you a JavaScript developer tired of chasing runtime bugs that could have been caught during development? If you're ready to master the industry-standard combination of React and TypeScript, this ... Meer lezen

    € 4,99 of Gratis met Kobo Plus

  • Deep Learning with C++

    Design and deploy neural networks using CUDA for high-performance AI in C++

    Build and deploy high-performance deep learning models using C++ for real-time applications where speed and efficiency matter. Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesBuild deep learning models in C++ with PyTorch C++ API and CUDAImplement CNNs, RNNs, LSTMs, GANs, and Transformers in C++ for real-world applicationsOptimize and deploy machine ... Meer lezen

    € 29,99 of Gratis met Kobo Plus

  • Python Algorithms

    Mastering Basic Algorithms in the Python Language

    Serie series Professional and Applied Computing (R0)
    Python Algorithms, Second Edition explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.The book deals with some of the most important and challenging areas of programming and computer ... Meer lezen

    € 91,99

  • Python for Data Science For Dummies

    Let Python do the heavy lifting for you as you analyze large datasetsPython for Data Science For Dummies lets you get your hands dirty with data using one of the top programming languages. This beginner’s guide takes you step by step through getting started, performing data analysis, understanding datasets and example code, working with Google Colab, sampling data, and beyond. Coding your data ... Meer lezen

    € 22,99

  • Troubleshooting Java, Second Edition

    door Laurentiu Spilca ...
    Learn how to quickly work out what your Java code is doing so you can understand when and why it misbehaves.Searching for bugs, detangling messy legacy code, or evaluating your codebase for new features sucks up much of a developer's time. Effectively reading and understanding existing code is a true superpower! Troubleshooting Java, Second Edition teaches you to efficiently analyze and debug Java ... Meer lezen

    € 55,91

  • Mastering Prolog Programming

    From Basics to Expert Proficiency

    door William Smith ...
    "Mastering Prolog Programming: From Basics to Expert Proficiency" is an authoritative guide that introduces readers to the powerful world of logic programming with Prolog. This comprehensive book is meticulously structured to take beginners through foundational principles, gradually leading to advanced topics. It provides a clear, step-by-step progression, ensuring that both novice programmers and ... Meer lezen

    € 6,49 of Gratis met Kobo Plus

  • Github Copilot For Developers

    Smart Coding With AI Pair Programmer

    door Rob Botwright ...
    Welcome to the GitHub Copilot for Developers book bundle! Are you ready to take your coding skills to the next level with AI-assisted programming? Look no further! Our comprehensive bundle offers everything you need to become a master developer with GitHub Copilot. Book 1: GitHub Copilot Companion Get started on your journey to smart coding with an introduction to AI-assisted programming. Learn ... Meer lezen

    € 7,49 of Gratis met Kobo Plus

  • Essential CakePHP Development Guide

    Definitive Reference for Developers and Engineers

    door Richard Johnson ...
    "Essential CakePHP Development Guide"The "Essential CakePHP Development Guide" is a comprehensive resource dedicated to mastering the CakePHP framework at an advanced and enterprise-ready level. Covering the entire scope of modern CakePHP development, the book meticulously explores architectural foundations, deep dives into MVC implementation, and illuminates the nuances of configuration, ... Meer lezen

    € 8,45 of Gratis met Kobo Plus

  • SQL All-in-One For Dummies

    The most thorough SQL reference, now updated for SQL:2023SQL All-in-One For Dummies has everything you need to get started with the SQL programming language, and then to level up your skill with advanced applications. This relational database coding language is one of the most used languages in professional software development. And, as it becomes ever more important to take control of data, there ... Meer lezen

    € 25,99

  • React Application Architecture for Production

    A hands-on guide to architecting, building, and delivering enterprise-ready modern React apps

    Master modern React application architecture patterns and principles for building scalable, maintainable production apps and learn best practices in project structure, component design, state management, testing strategies, and more.Key FeaturesMaster React architecture patterns and design principles for building maintainable, scalable frontend applicationsDevelop production-ready React ... Meer lezen

    € 26,99 of Gratis met Kobo Plus

  • Tkinter GUI Programming by Example

    Learn to create modern GUIs using Tkinter by building real-world projects in Python

    door David Love ...
    Leverage the power of Python and its de facto GUI framework to build highly interactive interfacesKey Features\* The fundamentals of Python and GUI programming with Tkinter.\* Create multiple cross-platform projects by integrating a host of third-party libraries and tools.\* Build beautiful and highly-interactive user interfaces that target multiple devices.Book DescriptionTkinter is a modular, ... Meer lezen

    € 34,99 of Gratis met Kobo Plus

  • XSLT

    Mastering XML Transformations

    door Doug Tidwell ...
    After years of anticipation and delay, the W3C finally released the XSLT 2.0 standard in January 2007. The revised edition of this classic book offers practical, real-world examples that demonstrate how you can apply XSLT stylesheets to XML data using either the new specification, or the older XSLT 1.0 standard.XSLT is a critical language for converting XML documents into other formats, such as ... Meer lezen

    € 25,99

  • SQL Cookbook

    You may know SQL basics, but are you taking advantage of its expressive power? This second edition applies a highly practical approach to Structured Query Language (SQL) so you can create and manipulate large stores of data. Based on real-world examples, this updated cookbook provides a framework to help you construct solutions and executable examples in several flavors of SQL, including Oracle, ... Meer lezen

    € 29,99

  • Delphi Cookbook

    Recipes to master Delphi for IoT integrations, cross-platform, mobile and server-side development

    Quickly learn and employ practical recipes for developing real-world, cross-platform applications using Delphi.Key FeaturesGet to grips with Delphi to build and deploy various cross-platform applicationsDesign and deploy real-world apps by implementing a single source codebaseBuild robust and optimized GUI applications with easeBook DescriptionDelphi is a cross-platform integrated development ... Meer lezen

    € 34,99 of Gratis met Kobo Plus