Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Programmeringssprog e-bøger

Hvis du kan lide Programmeringssprog e-bøger, så vil du elske disse fremragende valg.
Viser 1729 - 1752 af 10000 resultater
Skip side bar filters
  • Peer-to-Peer Protocols and Architectures

    Definitive Reference for Developers and Engineers

    "Peer-to-Peer Protocols and Architectures""Peer-to-Peer Protocols and Architectures" offers a comprehensive exploration of peer-to-peer (P2P) systems, guiding readers from foundational concepts to advanced technical architectures. Beginning with the core principles that differentiate P2P from traditional client-server models—including decentralization, autonomy, and equitable resource sharing—the ... Læs mere

    63,09 kr. eller Gratis med Kobo Plus

  • OpenHands

    Building Task‑Executing Agents for Real Repos, Tickets, and Toolchains

    af Trex Team ...
    "OpenHands: Building Task‑Executing Agents for Real Repos, Tickets, and Toolchains"Software engineering agents become interesting only when they stop talking about work and start doing it. This book is for experienced developers, platform engineers, AI engineers, and technical leaders who want to understand how OpenHands operates as a real execution platform across repositories, issues, pull ... Læs mere

    64,17 kr. eller Gratis med Kobo Plus

  • Xtend beyond Java

    DSL für mobile Business-Apps

    Serier Bog 187 - shortcuts
    In diesem shortcut geht es um mobile Businessanwendungen für BlackBerry 10 und die zur Entwicklung der Apps notwendige DSL. Zuerst liefert der shortcut einen groben Überblick, anschließend schaut er sich die Auswirkungen der DSL anhand eines konkreten Projekts an. Es wird gezeigt, wie Xtext und Xtend den Zugriff aus der UI (QML) auf C++-Daten vereinfachen. Weiterführend gehen die Autoren auf das ... Læs mere

    25,00 kr. eller Gratis med Kobo Plus

  • JavaScript Interview Questions You'll Most Likely Be Asked

    Serier Bog 18 - Job Interview Questions series
    264 JavaScript Interview Questions77 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJavaScript Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through compr... ... Læs mere

    72,08 kr.

  • Java Message Service

    Creating Distributed Enterprise Applications

    Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent ... Læs mere

    218,11 kr.

  • CSS Cookbook

    Quick Solutions to Common CSS Problems

    Learn how to solve the real problems you face with CSS. This cookbook offers hundreds of practical examples for using CSS to format your web pages, and includes code samples you can use right away. You'll find exactly what you need, from the basics to complex hacks and workarounds.Each recipe explains how to customize a solution to meet your needs, and each chapter features a sample design that ... Læs mere

    272,61 kr.

  • Python und JSON für Einsteiger - Das interaktive Arbeitsbuch

    Lerne das Lesen, Schreiben und Bearbeiten von JSON-Daten mit Python - Schritt für Schritt mit praktischen Übungen, Beispielen und Aufgaben

    af D. S. Lornach ...
    Meistern Sie JSON-Datenverarbeitung mit Python – Das ultimative interaktive Lernbuch für Einsteiger und FortgeschritteneLernen Sie Schritt für Schritt, wie Sie mit Python JSON-Daten professionell lesen, schreiben und bearbeiten. Dieses praxisorientierte Arbeitsbuch macht Sie zum Experten für JSON-Verarbeitung in Python – mit über 100 praktischen Übungen, echten Code-Beispielen und einem kompletten ... Læs mere

    66,42 kr. eller Gratis med Kobo Plus

  • Android Sensor Programming By Example

    Take your Android applications to the next level of interactivity by exploring the wide variety of Android sensors

    af Varun Nagpal ...
    Take your Android applications to the next level of interactivity by exploring the wide variety of Android sensorsKey FeaturesGet a thorough understanding of the fundamentals and framework of Android sensors.Acquire knowledge of advance sensor programming, and learn how to connect and use sensors in external devices such as the Android Watch, Polar heart rate monitors, Adidas speed cells, and so ... Læs mere

    301,24 kr. eller Gratis med Kobo Plus

  • Embedded Programming with Modern C++ Cookbook

    Practical recipes to help you build robust and secure embedded applications on Linux

    Explore various constraints and challenges that embedded developers encounter in their daily tasks and learn how to build effective programs using the latest standards of C++ Key FeaturesGet hands-on experience in developing a sample application for an embedded Linux-based systemExplore advanced topics such as concurrency, real-time operating system (RTOS), and C++ utilitiesLearn how to test and ... Læs mere

    333,74 kr. eller Gratis med Kobo Plus

  • Applied Time Series Analysis and Forecasting with Python

    Serier serie Mathematics and Statistics (R0)
    This textbook presents methods and techniques for time series analysis and forecasting and shows how to use Python to implement them and solve data science problems. It covers not only common statistical approaches and time series models, including ARMA, SARIMA, VAR, GARCH and state space and Markov switching models for (non)stationary, multivariate and financial time series, but also modern ... Læs mere

    747,20 kr.

  • Model-Driven Engineering and Software Development

    9th International Conference, MODELSWARD 2021, Virtual Event, February 8–10, 2021, and 10th International Conference, MODELSWARD 2022, Virtual Event, February 6–8, 2022, Revised Selected Papers

    Serier serie Springer Nature Proceedings Computer Science
    This book constitutes the refereed post-proceedings of the 9th International Conference and 10th International Conference on Model-Driven Engineering and Software Development, MODELSWARD 2021 and MODELSWARD 2022, was held virtually due to the COVID-19 crisis on February 8–10, 2021 and February 6–8, 2022.The 11 full papers included in this book were carefully reviewed and selected from 121 ... Læs mere

    700,49 kr.

  • Writing Excel Macros with VBA

    Learning to Program the Excel Object Model Using VBA

    Newly updated for Excel 2002, Writing Excel Macros with VBA, 2nd Edition provides Excel power-users, as well as programmers who are unfamiliar with the Excel object model, with a solid introduction to writing Visual Basic for Applications (VBA) macros and programs for Excel. In particular, the book focuses on:The Visual Basic Editor and the Excel VBA programming environment. Excel features a ... Læs mere

    218,11 kr.

  • Mastering Flask

    Gain expertise in Flask to create dynamic and powerful web applications

    af Jack Stouffer ...
    Gain expertise in Flask to create dynamic and powerful web applicationsKey FeaturesWork with scalable Flask application structures to create complex web appsDiscover the most powerful Flask extensions and learn how to create oneDeploy your application to real-world platforms using this step-by-step guidesBook DescriptionStarting from a simple Flask app, this book will walk through advanced topics ... Læs mere

    333,74 kr. eller Gratis med Kobo Plus

  • Modernizing Enterprise Java

    A Concise Cloud Native Guide for Developers

    While containers, microservices, and distributed systems dominate discussions in the tech world, the majority of applications in use today still run monolithic architectures that follow traditional development processes. This practical book helps developers examine long-established Java-based models and demonstrates how to bring these monolithic applications successfully into the future.Relying on ... Læs mere

    388,49 kr.

  • Ultimate Certified FinOps Practitioner Exam Guide

    Master cloud cost management and become a Certified FinOps Practitioner! Key Features ● Comprehensive FinOps guide with case studies, exercises, and best practices. ● Detailed coverage of certification topics with practice exam questions. ● Expert insights into automation, cost optimization, and collaboration for FinOps. Book Description FinOps, or Cloud Financial Operations, is the discipline of ... Læs mere

    170,36 kr. eller Gratis med Kobo Plus

  • Data Structures and Algorithms for Game Programming in C++

    Write high-performance code and solve game development challenges with expert-led C++ solutions

    Learn C++ game programming through real-world demos of AI systems, animation, and rendering to build scalable, high-performance games using patterns you can reuse across any game engine Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesBuild real-time 2D and 3D games using C++ with practical, executable examplesGain proficiency in game programming domains ... Læs mere

    327,49 kr. eller Gratis med Kobo Plus

  • Practical Implementation of a Data Lake

    Translating Customer Expectations into Tangible Technical Goals

    Serier serie Professional and Applied Computing (R0)
    This book explains how to implement a data lake strategy, covering the technical and business challenges architects commonly face. It also illustrates how and why client requirements should drive architectural decisions.Drawing upon a specific case from his own experience, author Nayanjyoti Paul begins with the consideration from which all subsequent decisions should flow: what does your customer ... Læs mere

    235,58 kr.

  • Pragmatic Microservices with C# and Azure

    Build, deploy, and scale microservices efficiently to meet modern software demands

    Unlock efficiency in software development by learning microservices with C\#, .NET and Azure Key FeaturesBenefit from step-by-step project-based guidance on how to develop a full-fledged microservices applicationGain extensive knowledge of microservices by covering essential concepts, tools, and methodologiesUse essential Microsoft Azure cloud-native services and as alternatives for on-premises ... Læs mere

    339,99 kr. eller Gratis med Kobo Plus

  • Javascript - 50 functions and tutorial

    af Nino Paiotta ...
    The content of this text is not intended as a programming manual for those who want to start learning to program starting from scratch, but it is a manual that a beginner or intermediate programmer of such language should keep on hand, in fact it contains 50 examples, which can be easily inserted into a web document and then find the solution at the appropriate time or control the shape and the ... Læs mere

    31,99 kr.

  • Azure Container Apps Deployment and Architecture

    The Complete Guide for Developers and Engineers

    af William Smith ...
    "Azure Container Apps Deployment and Architecture""Azure Container Apps Deployment and Architecture" is a definitive guide for architects, DevOps professionals, and developers seeking to harness the power and flexibility of Azure Container Apps (ACA) for modern application hosting. This comprehensive resource walks readers through foundational container orchestration concepts on Azure, explaining ... Læs mere

    63,55 kr. eller Gratis med Kobo Plus

  • HTML5 Games: Novice to Ninja

    Create Smash Hit Games in HTML5

    This book will teach you how to create awesome video games. Games from scratch. Games that run cross-platform, in web browsers, and on phones. Games filled with dynamic sound and music. Games overflowing with impressive visual effects. Fun games.More importantly, this book will teach you how to think about making games. You'll learn to analyze and dissect games; to understand what it is that makes ... Læs mere

    232,51 kr. eller Gratis med Kobo Plus

  • 50 algoritmos que todo programador debe conocer

    af Imran Ahmad ...
    La capacidad de utilizar algoritmos para resolver problemas del mundo real es una habilidad imprescindible para cualquier desarrollador o programador. Este libro le ayudará no solo a desarrollar la capacidad de seleccionar y utilizar el mejor algoritmo para cada problema, sino también a entender cómo funciona. Empezará con una introducción a los algoritmos y conocerá varias técnicas para ... Læs mere

    209,00 kr.

  • Developing on AWS with C#

    A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform

    Many organizations today have begun to modernize their Windows workloads to take full advantage of cloud economics. If you're a C# developer at one of these companies, you need options for rehosting, replatforming, and refactoring your existing .NET Framework applications. This practical book guides you through the process of converting your monolithic application to microservices on AWS.Authors ... Læs mere

    388,49 kr.

  • Object-Oriented Analysis

    Using Design Patterns

    af Peter Johnson ...
    "Object-Oriented Analysis: Using Design Patterns" is an in-depth exploration of the fundamental practices and principles that underpin modern software design and development. This comprehensive guide offers a structured approach, guiding readers through the intricacies of object-oriented analysis to foster a deep understanding of its applications and benefits. The book covers a broad spectrum of ... Læs mere

    45,23 kr. eller Gratis med Kobo Plus