Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Lenguajes de programación

Si te gustan los eBooks de Lenguajes de programación, seguro que te encanta esta selección.
Mostrando 961 - 984 de 10637 resultados
Skip side bar filters
  • Introduction to PHP, Part 1, Second Edition

    de Adam Majczak ...
    It is the new Second Edition (updated). The new book covers: new online PHP tools, variables, constants, arrays. ... Leer más

    $0.99 USD o gratis con Kobo Plus

  • Game Development Using Python

    This book will guide you through the basic game development process using Python, covering game topics including graphics, sound, artificial intelligence, animation, game engines, etc. Real games are created as you work through the text and significant parts of a game engine are built and made available for download. The companion disc contains all of the resources described in the book, e.g. ... Leer más

    $28.99 USD o gratis con Kobo Plus

  • Force.com Enterprise Architecture

    This book is for advanced Force.com developers and architects who need to understand the Salesforce platform from the perspective of enterprise-level requirements. You should have an existing understanding of Apex and Visualforce. Those familiar with other enterprise software ecosystems will also find this book ideal as they adopt Force.com. ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Adobe Dreamweaver CS5 with PHP

    Training from the Source

    de David Powers ...
    Series series Training from the Source
    This Adobe-approved, project-based guide from one of the world's most popular web design authors, David Powers, will teach readers how to progress from designing static websites to building dynamic websites in Adobe Dreamweaver CS5. Using step-by-step instructions with projects that build on the knowledge acquired in each lesson, readers will learn about the new PHP features in Dreamweaver CS5, ... Leer más

    $28.99 USD

  • Java EE 8 Cookbook

    Build reliable applications with the most robust and mature technology for enterprise development

    A practical guide for building effective enterprise solutions with Java EE 8Key FeaturesRecipes to get you up-and-running with Java EE 8 application developmentLearn how to apply the major Java EE 8 APIs and specificationsImplement microservices and Reactive programming with Java EE 8Book DescriptionJava EE is a collection of technologies and APIs to support Enterprise Application development. The ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Java to Kotlin

    A Refactoring Guidebook

    It takes a week to travel the 8,000 miles overland from Java to Kotlin. If you're an experienced Java developer who has tried the Kotlin language, you were probably productive in about the same time.You'll have found that they do things differently in Kotlin, though. Nullability is important, collections are different, and classes are final by default. Kotlin is more functional, but what does that ... Leer más

    $41.99 USD

  • Java for Black Jack: Learn the Java Programming Language in One Session by Writing and Running a Java-Based Card Game Simulation

    Have you ever wished you could learn a new skill with one reading? Especially a skill that could pay you over $100,000 a year? Wish no longer. With his latest title, Java for Black Jack, famed teacher U.Q. Magnusson will get you going in the dominant programming language of the Internet, Java.Within this compact, easy-to-read Micro-Manual, you will learn the Java programming language by writing ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Web API Cookbook

    Level Up Your JavaScript Applications

    de Joe Attardi ...
    JavaScript gives web developers great power to create rich interactive browser experiences, and much of that power is provided by the browser itself. Modern web APIs enable web-based applications to come to life like never before, supporting actions that once required browser plug-ins. Some are still in an experimental stage, but many are ready for use today.With this hands-on cookbook, author Joe ... Leer más

    $36.99 USD

  • Learn React with TypeScript 3

    Beginner's guide to modern React web development with TypeScript 3

    de Carl Rippon ...
    Start developing modern day component based web apps using React 16, Redux and TypeScript 3 with this easy to follow guide filled with practical examples.Key FeaturesLearn the latest and core features of React such as components, React Router, and suspenseDive into TypeScript 3 and it\`s core components such as interfaces, types aliases, tuples, generics and much more.Build small-to-large scale ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Neo4j High Performance

    Design, build, and administer scalable graph database systems for your applications using Neo4j

    de Sonal Raj ...
    Key FeaturesBook DescriptionIf you are a professional or enthusiast who has a basic understanding of graphs or has basic knowledge of Neo4j operations, this is the book for you. Although it is targeted at an advanced user base, this book can be used by beginners as it touches upon the basics. So, if you are passionate about taming complex data with the help of graphs and building high performance ... Leer más

    $25.99 USD o gratis con Kobo Plus

  • Liferay Beginner's Guide

    Quick and easy techniques to build, deploy, and maintain your own Liferay portal with this book and ebook

    Key FeaturesBook DescriptionPart of Packt’s Beginner’s Guide series, each chapter follows the creation of a fictional neighbourhood site to demonstrate an aspect of Liferay portal with practical examples, screenshots, and step-by-step instructions. All you need in order to benefit from the Liferay Beginner’s Guide is programming experience. No prior knowledge of Liferay is required, although ... Leer más

    $28.99 USD o gratis con Kobo Plus

  • Introduction to PHP, Part 2, Second Edition

    de Adam Majczak ...
    This Second Edition is updated and improved. It is a continuation of the "Introduction to PHP, Part 1, Second Edition". This Part )2) describes PHP Arrays and PHP Functions, Intermixing with JavaScript. ... Leer más

    $1.99 USD o gratis con Kobo Plus

  • Qt 6 C++ GUI Programming Cookbook

    Practical recipes for building cross-platform GUI applications, widgets, and animations with Qt 6

    de Lee Zhi Eng ...
    Use Qt 6 to design and build functional, appealing, and user-friendly graphical user interfaces (GUIs) for your applicationsKey FeaturesLearn to use Qt 6 to design and customize the look and feel of your applicationsImprove the visual quality of an application by using graphics rendering and animationUnderstand the balance of presentation and web content that will make an application appealing yet ... Leer más

    $35.99 USD o gratis con Kobo Plus

  • A Concise Introduction to Programming in Python

    Series series Chapman & Hall/CRC Textbooks in Computing
    A Concise Introduction to Programming in Python, Second Edition provides a hands-on and accessible introduction to writing software in Python, with no prior programming experience required.The Second Edition was thoroughly reorganized and rewritten based on classroom experience to incorporate:A spiral approach, starting with turtle graphics, and then revisiting concepts in greater depth using ... Leer más

    $73.99 USD

  • Quick Functional Programming

    Series series Quick Programming
    Why learn functional programming? Isn’t that some complicated ivory-tower technique used only in obscure languages like Haskell?In fact, functional programming is actually very simple. It’s also very powerful, as Haskell demonstrates by throwing away all the conventional programming tools and using only functional programming features. But it doesn’t have to be done that way.Functional programming ... Leer más

    $34.99 USD

  • Linux System Programming Techniques

    Become a proficient Linux system programmer using expert recipes and techniques

    Find solutions to all your problems related to Linux system programming using practical recipes for developing your own system programsKey FeaturesDevelop a deeper understanding of how Linux system programming worksGain hands-on experience of working with different Linux projects with the help of practical examplesLearn how to develop your own programs for LinuxBook DescriptionLinux is the world's ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Node Cookbook

    Actionable solutions for the full spectrum of Node.js 8 development

    Over 60 high-quality recipes covering debugging, security, performance, microservices, web frameworks, databases, deployment and more; rewritten for Node.js 8, Node.js 6, and Node.js 4 Key FeaturesActionable recipes across the full spectrum of Node.js developmentCutting edge techniques and tools for measuring and improving performanceBest practices for creating readily-scalable production ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Blazor WebAssembly by Example

    A project-based guide to building web apps with .NET, Blazor WebAssembly, and C#

    de Toi B. Wright ...
    Discover blueprints that explore various components of Blazor, C\#, and .NET to help you build web apps without learning JavaScriptKey FeaturesExplore complete, easy-to-follow web projects using BlazorBuild projects such as a weather app, expense tracker, and Kanban board with real-world applicationsUnderstand and work with Blazor WebAssembly effectively without spending too much time focusing on ... Leer más

    $43.19 USD o gratis con Kobo Plus

  • Learning OpenCV 4 Computer Vision with Python 3

    Get to grips with tools, techniques, and algorithms for computer vision and machine learning

    Updated for OpenCV 4 and Python 3, this book covers the latest on depth cameras, 3D tracking, augmented reality, and deep neural networks, helping you solve real-world computer vision problems with practical codeKey FeaturesBuild powerful computer vision applications in concise code with OpenCV 4 and Python 3Learn the fundamental concepts of image processing, object classification, and 2D and 3D ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • The Java Tutorial

    A Short Course on the Basics

    Series series Java Series
    The Java® Tutorial, Fifth Edition, is based on Release 7 of the Java Platform Standard Edition. This revised and updated edition introduces the new features added to the platform, including a section on NIO.2, the new file I/O API, and information on migrating legacy code to the new API. The deployment coverage has also been expanded, with new chapters such as “Doing More with Rich Internet ... Leer más

    $43.19 USD

  • Pro Go

    The Complete Guide to Programming Reliable and Efficient Software Using Golang

    de Adam Freeman ...
    Series series Professional and Applied Computing (R0)
    Best-selling author Adam Freeman explains how to get the most from Go, starting from the basics and building up to the most advanced and sophisticated features. You will learn how Go builds on a simple and consistent type system to create a comprehensive and productive development experience that produces fast and robust applications that run across platforms.Go, also known as Golang, is the ... Leer más

    $62.99 USD

  • Deployment and Operation of Complex Software in Heterogeneous Execution Environments

    The SODALITE Approach

    Series series Computer Science (R0)
    This open access book provides an overview of the work developed within the SODALITE project, which aims at facilitating the deployment and operation of distributed software on top of heterogeneous infrastructures, including cloud, HPC and edge resources. The experts participating in the project describe how SODALITE works and how it can be exploited by end users. While multiple languages and ... Leer más

    Gratis

  • Raspberry Pi

    The complete guide to raspberry pi, including raspberry pi projects, tips, troubleshooting, and more!

    de Tim Warren ...
    RASPBERRY PIThe Raspberry Pi is a powerful microcomputer capable of a multitude of tasks and projects!This book explains the different aspects of the Raspberry Pi, the different models, how to use them, and some projects that you can make.You will discover the different capabilities of the Pi, and learn about the different projects that are possible with the Raspberry Pi.The Pi is a fun and ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Syslog Protocol and Practices

    Definitive Reference for Developers and Engineers

    "Syslog Protocol and Practices""Syslog Protocol and Practices" offers an authoritative and comprehensive exploration of Syslog, one of the foundational protocols for event logging in modern computing environments. The book traces Syslog’s evolution from its historical origins and early RFCs to its pivotal role in today’s enterprise, regulatory, and cloud-native contexts. Through deep technical ... Leer más

    $9.95 USD o gratis con Kobo Plus