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 Programación

Si te gustan los eBooks de Programación, seguro que te encanta esta selección.
Mostrando 1249 - 1272 de 28379 resultados
Skip side bar filters
  • The Pmo Manual - How to Design a Pmo That Works!

    de PM Majik ...
    Do you need to setup a PMO? Perhaps you want to find out more about PMO's? The PMO Manual can help with these questions and many more. The PMO Manual covers all of the important steps of designing and implementing a Project Management Office (PMO). Even including a plan on how the information can be used to implement a PMO in 4 weeks. The book contains 26 chapters that cover all of the important ... Leer más

    $26.99 USD

  • Introducing Ethereum and Solidity

    Foundations of Cryptocurrency and Blockchain Programming for Beginners

    de Chris Dannen ...
    Series series Professional and Applied Computing (R0)
    Learn how to use Solidity and the Ethereum project – second only to Bitcoin in market capitalization. Blockchain protocols are taking the world by storm, and the Ethereum project, with its Turing-complete scripting language Solidity, has rapidly become a front-runner. This bookpresents the blockchain phenomenon in context; then situates Ethereum in a world pioneered by Bitcoin.See why ... Leer más

    $62.99 USD

  • VBScript in a Nutshell

    A Desktop Quick Reference

    Lightweight yet powerful, VBScript from Microsoft® is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and automating repetitive tasks using Windows Script Host (WSH). VBScript in a Nutshell, Second Edition delivers current and complete documentation for programmers and system ... Leer más

    $23.99 USD

  • C#-Visual Basic Bilingual Dictionary : Visual Studio 2015 Edition

    de Tim Patrick ...
    Built on Microsoft’s powerful .NET Framework, C# and Visual Basic are complete equals in terms of coding power and application development possibilities. In today’s multi-platform environment, an understanding of both languages is a job requirement. The C#-Visual Basic Bilingual Dictionary unifies the languages by providing clear, functional equivalents for all syntax and grammar differences.• ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • E-Commerce Concepts

    This book is a mix of practical and conceptual knowledge for e-commerce that discusses strategies to use when a business wants to take advantage of e-commerce to increase their sales and international exposure. The material is based on the author's 20 years of applying it in industry, his doctoral studies of e-commerce, and on his lecture notes for e-commerce that have accumulated over the last ... Leer más

    $2.95 USD

  • Designing Interfaces

    Patterns for Effective Interaction Design

    Designing a good interface isn't easy. Users demand software that is well-behaved, good-looking, and easy to use. Your clients or managers demand originality and a short time to market. Your UI technology -- web applications, desktop software, even mobile devices -- may give you the tools you need, but little guidance on how to use them well.UI designers over the years have refined the art of ... Leer más

    $28.99 USD

  • Learning TypeScript

    Enhance Your Web Development Skills Using Type-Safe JavaScript

    de Josh Goldberg ...
    TypeScript has conquered the world of JavaScript. Identified in developer surveys as one of the world's fastest growing and most popular languages, TypeScript is widely used in consumer and business companies across the world and is frequently credited for helping massive web applications scale. But what exactly is TypeScript? How and why does it work, and how can we use it?This practical book ... Leer más

    $34.99 USD

  • Programming Kubernetes

    Developing Cloud-Native Applications

    If you’re looking to develop native applications in Kubernetes, this is your guide. Developers and AppOps administrators will learn how to build Kubernetes-native applications that interact directly with the API server to query or update the state of resources. AWS developer advocate Michael Hausenblas and Red Hat principal software engineer Stefan Schimanski explain the characteristics of these ... Leer más

    $41.99 USD

  • Java I/O

    Tips and Techniques for Putting I/O to Work

    All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four largecategories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing ... Leer más

    $34.99 USD

  • SAP y ABAP

    de yann szwec ...
    Series Libro 14 - TYALGR
    Enterarse del lenguaje de programación ABAP simplemente.Methode de aprendizaje reconocida desde el 2007 y libro vendido a más de 6000 ejemplares.3a edición ... Leer más

    $17.48 USD

  • 60+ iPad iOS 7 Quick-Start Tips and Tricks to Get You Started with Your iPad

    (For iPad 2, iPad 3, The New iPad, or iPad Mini with iOS 7)

    My parents are official iPad users. I began writing this book when I realized that they could check Facebook, but didn’t have the faintest idea how to make the text size bigger on Safari and a number of other things that I thought were commonsense after using the tablet for a day. I decided to make a list for them, and this book is a result of that.If you have been using Apple products for several ... Leer más

    $2.09 USD

  • Game Maker Book 1

    Learn To Make Computer Games

    de Ben Tyers ...
    Learn to create 6 with the popular software GameMaker.This edition designed for GameMaker Studio.Start with Drag and Drop and progress onto GML scripting language.Includes lots of screen shots and explanations.Also includes a free download of the source files for all 6 games and extra resources to use on your own games. ... Leer más

    $4.86 USD

  • Microservice Architecture

    Aligning Principles, Practices, and Culture

    Microservices can have a positive impact on your enterprise—just ask Amazon and Netflix—but you can fall into many traps if you don’t approach them in the right way. This practical guide covers the entire microservices landscape, including the principles, technologies, and methodologies of this unique, modular style of system building. You’ll learn about the experiences of organizations around the ... Leer más

    $24.99 USD

  • Head First Android Development

    A Learner's Guide to Building Android Apps with Kotlin

    What will you learn from this book?If you have an idea for a killer Android app, this fully revised and updated edition will get you up and running in a jiffy. You'll go beyond syntax and how-to manuals and learn how to think like a great Android developer. This hands-on book teaches you everything from designing user interfaces to building multi-screen apps that persist data in a database. It ... Leer más

    $55.99 USD

  • The Haskell School of Expression

    Learning Functional Programming through Multimedia

    de Paul Hudak ...
    Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional ... Leer más

    $68.99 USD

  • Building and Testing with Gradle

    Understanding Next-Generation Builds

    Build and test software written in Java and many other languages with Gradle, the open source project automation tool that’s getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle, both as a build tool and as a complete solution for automating the compilation, test, and release process of simple and enterprise-level applications.Discover ... Leer más

    $13.99 USD

  • Scala Data Analysis Cookbook (new)

    Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes

    Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipesKey FeaturesImplement Scala in your data analysis using features from Spark, Breeze, and ZeppelinScale up your data anlytics infrastructure with practical recipes for Scala machine learningRecipes for every stage of the data analysis process, from reading and collecting data to distributed ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Julia for Scientific Computing

    Julia in Production: A Data Science Journey

    Series series Julia in Production: A Data Science Journey
    Transform your data science workflows with Julia's lightning-fast performance. This practical guide helps Python and R developers transition to Julia for large-scale scientific computing, machine learning, and numerical analysis. Features real-world case studies, optimization techniques, and integration with popular data science tools. Includes parallel computing patterns and best practices for ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • Refactoring Databases

    Evolutionary Database Design

    Series series Addison-Wesley Signature Series (Fowler)
    Refactoring has proven its value in a wide range of development projects–helping software professionals improve system designs, maintainability, extensibility, and performance. Now, for the first time, leading agile methodologist Scott Ambler and renowned consultant Pramodkumar Sadalage introduce powerful refactoring techniques specifically designed for database systems.Ambler and Sadalage ... Leer más

    $43.19 USD

  • 40 Algorithms Every Programmer Should Know

    Hone your problem-solving skills by learning different algorithms and their implementation in Python

    de Imran Ahmad ...
    Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental algorithms, such as sorting and searching, to modern algorithms used in machine learning and cryptographyKey FeaturesLearn the techniques you need to know to design algorithms for solving complex problemsBecome familiar with neural networks and deep learning techniquesExplore ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Scientific Computing with Python

    Mastering Numpy and Scipy

    de John Smith ...
    "Scientific Computing with Python: Mastering Numpy and Scipy" is a comprehensive guide designed to equip readers with the knowledge and skills necessary for efficient numerical computations and data analysis. Whether you're a beginner or an advanced user, this book delves into essential topics such as array manipulation, advanced Numpy techniques, and the vast functionalities of Scipy, including ... Leer más

    $6.95 USD o gratis con Kobo Plus

  • OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide

    Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-817

    This OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide was published before Oracle announced major changes to its OCP certification program and the release of the new Developer 1Z0-819 exam. No matter the changes, rest assured this Study Guide covers everything you need to prepare for and take the exam.NOTE: The OCP Java SE 11 Programmer I Exam 1Z0-815 and Programmer II ... Leer más

    $48.00 USD

  • Alice and Bob Learn Secure Coding

    de Tanya Janca ...
    Unlock the power of secure coding with this straightforward and approachable guide!Discover a game-changing resource that caters to developers of all levels with Alice and Bob Learn Secure Coding. With a refreshing approach, the book offers analogies, stories of the characters Alice and Bob, real-life examples, technical explanations and diagrams to break down intricate security concepts into ... Leer más

    $30.00 USD

  • Software Engineering for Data Scientists

    From Notebooks to Scalable Systems

    Data science happens in code. The ability to write reproducible, robust, scaleable code is key to a data science project's success—and is absolutely essential for those working with production code. This practical book bridges the gap between data science and software engineering,and clearly explains how to apply the best practices from software engineering to data science.Examples are provided in ... Leer más

    $43.99 USD