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 2185 - 2208 af 9994 resultater
Skip side bar filters
  • Ruby For Kids For Dummies

    Serier serie For Kids For Dummies
    The fun way to introduce coding with Ruby to kidsIf you don't have the chance to take coding classes at school or in camp—or if you just want to learn on your own—Ruby For Kids gears you up to expand your technology skills and learn this popular programming language. Written in a way that's easy to follow—and keeping the super tech-heavy stuff to a minimum—it quickly and easily shows you how to ... Læs mere

    204,49 kr.

  • Construcao de Algoritmos no Seculo XXI

    O livro aborda uma introdução à construção de algoritmos e programação. Usando as linguagens Pascal e C, o texto aborda os principais tópicos de um curso universitário de introdução à programação, destinando-se também aqueles que tem interesse no assunto. ... Læs mere

    19,21 kr. eller Gratis med Kobo Plus

  • Eclipse TEA Revealed

    Building Plug-ins and Creating Extensions for Eclipse

    af Markus Duft ...
    Serier serie Professional and Applied Computing (R0)
    Discover the open source Eclipse Tasking Engine Advanced (TEA) project in this compact to-the-point book. It covers how to automate tasks using TEA and focuses on simplifying and aiding the creation of extensions for the Eclipse IDE in a way which makes them accessible both from the IDE’s UI and in a headless fashion from the command line.Additionally, Eclipse TEA Revealed explores the library of ... Læs mere

    322,92 kr.

  • Node.js – Rezepte und Lösungen

    Direkt einsetzbare Lösungen für Ihr Node.js-ProblemEgal, wie vertraut Sie mit Node.js sind, manchmal stehen Sie vor scheinbar schier unlösbaren Problemen: mal funktioniert der Datenbankzugriff nicht, mal laufen die Anfragen an die Webservices ins Leere. Dabei müssen Sie Ihre Webanwendung so schnell wie möglich fertigstellen. Sie haben also weder Zeit noch Lust, umfangreiche Dokumentationen oder ... Læs mere

    372,90 kr.

  • Let's Play with Excel

    af Anurag Pandey ...
    Let's Play with ExcelWhat can you really make Excel do with VBA?Excel is much more than a tool for entering data, making tables, and performing calculations. With VBA, logical thinking, and a little creativity, you can automate repetitive work, manipulate data, generate useful documents, solve programming problems, and explore possibilities that go beyond ordinary spreadsheet operations.Let's Play ... Læs mere

    25,59 kr. eller Gratis med Kobo Plus

  • Routine SAS Low-Level I/O Programming

    af Rick Aster ...
    Application developers working in SAS who want to fine-tune their file handling will benefit from this book, which presents the SAS functions and accompanying programming logic for reading and writing files. SAS’s low-level I/O functions work with both SAS data sets and text files, giving programmers detailed control over parameter files, output documents, and everything in between. ... Læs mere

    80,10 kr.

  • Beginning ASP.NET 4.5.1: in C# and VB

    Build your ASP.NET 4.5.1 skills with real-world instructionIn this comprehensive guide to getting started with ASP.NET 4.5.1, best-selling author Imar Spaanjaars provides a firm foundation for coders new to ASP.NET and key insights for those not yet familiar with the important updates in the 4.5.1 release. Readers learn how to build full-featured ASP.NET websites using Visual Studio Express 2013 ... Læs mere

    306,61 kr.

  • Adventures in Python

    Serier serie Adventures In ...
    The complete beginner's guide to Python, for young people who want to start todayAdventures in Python is designed for 11-to 15-year olds who want to teach themselves Python programming, but don't know where to start. Even if you have no programming experience at all, this easy to follow format and clear, simple instruction will get you up and running quickly. The book walks you through nine ... Læs mere

    190,86 kr.

  • Professional ASP.NET MVC 5

    ASP.NET MVC insiders cover the latest updates to the technology in this popular Wrox referenceMVC 5 is the newest update to the popular Microsoft technology that enables you to build dynamic, data-driven websites. Like previous versions, this guide shows you step-by-step techniques on using MVC to best advantage, with plenty of practical tutorials to illustrate the concepts. It covers controllers, ... Læs mere

    340,74 kr.

  • Coding For Dummies, All New Edition

    Your first step toward thinking like a coderCoding For Dummies is one of the most popular get-started guides for new coders. This all- new edition demystifies essential coding concepts before diving into building simple apps in Python and JavaScript. For anyone brand-new to writing code, this book is an ideal first step, because you'll get an overview of how coding works, the essential tools of ... Læs mere

    204,49 kr.

  • Programación con Qt y Arduino.

    El objetivo de este libro es acercar al lector a QT y su facilidad para crear interfaces gráficas que interactúen con sistemas electrónicos como Arduino y distintos sensores, Ethernet y controles PID.Son muchos los ejemplos propuestos y todos pueden ser descargados desde un link publicado al finalizar el libro. ... Læs mere

    64,14 kr. eller Gratis med Kobo Plus

  • Deploying Node.js

    Learn how to build, test, deploy, monitor, and maintain your Node.js applications at scale

    Key FeaturesBook DescriptionIf you are an intermediate or advanced developer deploying your Node.js applications, then this book is for you. If you have already built a Node application or module and want to take your knowledge to the next level, this book will help you find your way.What you will learnLearn the strengths of Node.js and how to optimize your code to make it ready for deployment ... Læs mere

    333,74 kr. eller Gratis med Kobo Plus

  • Modern PHP

    New Features and Good Practices

    af Josh Lockhart ...
    PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best ... Læs mere

    177,11 kr.

  • Aprende a Programar ASP .NET y C# - Segunda Edición

    af Ángel Arias ...
    ASP.NET es la plataforma de Microsoft para el desarrollo de aplicaciones Web y es el sucesor de la tecnología ASP. Es un componente del IIS que permite a través de un lenguaje de programación integrado en la .NET Framework para crear páginas dinámicas. No es ni un lenguaje de programación como VBScript, PHP, ni un servidor web como IIS o Apache.El ASP.NET está basado en el Framework .NET heredando ... Læs mere

    38,16 kr.

  • Python Descriptors

    Understanding and Using the Descriptor Protocol

    Serier serie Professional and Applied Computing (R0)
    Create descriptors and see ideas and examples of how to use descriptors effectively. In this short book, you’ll explore descriptors in general, with a deep explanation of what descriptors are, how they work, and how they're used. Once you understand the simplicity of the descriptor protocol, the author delves into using and creating descriptors in practice, with plenty of tips, patterns, and real ... Læs mere

    305,46 kr.

  • Programa en VBA (Visual Basic for Applications) - nueva versión

    Este trabajo nació de la necesidad que encontró la autora de resolver problemas de diversa índole durante sus estudios y trabajos. La gran cantidad de datos y el procesamiento repetitivo requerían un procedimiento automatizado que se podía aplicar en cualquier contexto. El autor, siendo programador y experto en Pascal, Cobol y Javascript, buscó la solución más adecuada y la encontró en el Excel ... Læs mere

    72,08 kr. eller Gratis med Kobo Plus

  • Professional Scala

    Combine object-oriented and functional programming to build high-performance applications

    If your application source code is overly verbose, it can be a nightmare to maintain. Write concise and expressive, type-safe code in an environment that lets you build for the JVM, browser, and more.Key FeaturesExpert guidance that shows you to efficiently use both object-oriented and functional programming techniquesUnderstand functional programming libraries, such as Cats and Scalaz, and use ... Læs mere

    301,24 kr. eller Gratis med Kobo Plus

  • Programming WCF Services

    Design and Build Maintainable Service-Oriented Systems

    Programming WCF Services is the authoritative, bestselling guide to Microsoft’s unified platform for developing modern, service-oriented applications on Windows. Hailed as the definitive treatment of WCF, this guide provides unique insight, rather than documentation, to help you learn the topics and skills you need for building maintainable, extensible, and reusable WCF-based applications.Authors ... Læs mere

    347,61 kr.

  • Mastering LibGDX Game Development

    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title

    af Patrick Hoey ...
    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial titleKey FeaturesBook DescriptionLeverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title About This Book Learn game architecture and design patterns with concrete examples using proper software engineering principles Save time and money ... Læs mere

    379,99 kr. eller Gratis med Kobo Plus

  • DevOps Simplified: Zero-Maintenance Strategies for AWS EKS

    Efficient Deployment and Management Strategies for AWS EKS Environments with Terraform

    Serier serie Professional and Applied Computing (R0)
    Gain the knowledge and practical skills needed to deploy a fully functional, secure, and scalable application in AWS EKS. This book is a hands-on guide designed to help you navigate and manage infrastructure in the AWS EKS environment.The book starts by reviewing the concept of DevOps flexibility, emphasizing adaptability to manage changes effectively. It covers foundational elements like IAM ... Læs mere

    567,38 kr.

  • First Step Programming C#

    af İsmail Cesur ...
    Have you always wanted to learn computer programming but are afraid it'll be too difficult for you?This book will take you into the process of learning the basics of C # in simple stepThis book is the first book in three stages. ... Læs mere

    40,09 kr. eller Gratis med Kobo Plus

  • Ultimate C# for High-Performance Applications: Master Multithreading, Parallelism, and Async Techniques to Engineer High-Performance, Enterprise-Grade Software with C# 13 and .NET 9

    af Jeff McNamara ...
    Master parallelism and async to create enterprise-grade, high-performance apps.Key Features● Unlock advanced multithreading, async, and parallelism in C#.● Master tools to debug, profile, and crush performance issues.● Build real-world, production-ready apps that scale effortlessly.Book DescriptionHigh-performance software is no longer optional—today’s applications must be fast, scalable, and ... Læs mere

    200,04 kr.

  • IGNOU PGDCA MCS 206 Object Oriented Programming using Java Previous Years solved Papers

    af Manish Soni ...
    Serier Bog 1 - IGNOU PGDCA Solved Paper Books Series
    Welcome to the comprehensive collection of IGNOU PGDCA MCS 206 Object Oriented Programming using Java Previous Years solved Papers solved papers for the Post Graduate Diploma in Computer Applications (PGDCA) program offered by the Indira Gandhi National Open University (IGNOU). This book is meticulously crafted to assist students in their preparation for the Object-Oriented Programming using Java ... Læs mere

    56,45 kr. eller Gratis med Kobo Plus

  • Kickstart Java Programming Fundamentals

    Become a Java Pro through Real, Hands-On Coding Experience.Key Features● Master Java through hands-on, real-world coding examples.● Progress from core basics to AI-powered Java development.● Build desktop, web, mobile, and intelligent Java applications.Book DescriptionIn today's tech-driven world, applied Java programming with AI integration is a game-changer. Java remains a backbone of enter... ... Læs mere

    159,95 kr.