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 Compiladores

Si te gustan los eBooks de Compiladores, seguro que te encanta esta selección.
Mostrando 1009 - 1032 de 1249 resultados
Skip side bar filters
  • Let’s Build a Multiplayer Phaser Game

    With TypeScript, Socket.IO, and Phaser

    Series series Professional and Applied Computing (R0)
    Create a fully working multiplayer game from scratch using TypeScript, Socket.IO, and the community edition of Phaser.js. You will achieve amazing feats in the browser without having to install any software. This book teaches you how to use the Phaser game engine APIs to tap into physics, and how to utilize HUD information and fire lasers.Let’s Build a Multiplayer Phaser Game dives into the ... Leer más

    $808 MXN

  • Java Lambdas and Parallel Streams

    Series series Professional and Applied Computing (R0)
    This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way—within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic ... Leer más

    $417 MXN

  • Perl 6 Fundamentals

    A Primer with Examples, Projects, and Case Studies

    de Moritz Lenz ...
    Series series Professional and Applied Computing (R0)
    Gain the skills to begin developing Perl 6 applications from the ground up in this hands-on compact book, which includes a foreword from Larry Wall, creator of Perl. You’ll learn enough to get started building with Perl 6, using Perl 6’s gradual typing, handy object orientation features, powerful parsing capabilities, and human-usable concurrency. After a short introduction, each chapter develops ... Leer más

    $490 MXN

  • Pro .NET Memory Management

    For Better Code, Performance, and Scalability

    Series series Professional and Applied Computing (R0)
    Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. This book ... Leer más

    $1,891 MXN

  • Code Generation with Roslyn

    de Nick Harrison ...
    Series series Professional and Applied Computing (R0)
    Learn how Roslyn's new code generation capability will let you write software that is more concise, runs faster, and is easier to maintain. You will learn from real-world business applications to create better software by letting the computer write its own code based on your business logic already defined in lookup tables.Code Generation with Rosyln is the first book to cover this new capability. ... Leer más

    $490 MXN

  • Guide to ILDJIT

    Series series Computer Science (R0)
    This book is a guide to getting started with ILDJIT, a compilation framework designed to be both easily extensible and easily configurable. Within this framework, it is possible to build a tool-chain by customizing ILDJIT for specific purposes. Customizations can be used within both static and dynamic compilers already included in the framework without adaptations. Moreover, customizations allow ... Leer más

    $920 MXN

  • Answer Set Programming

    Series series Computer Science (R0)
    Answer set programming (ASP) is a programming methodology oriented towards combinatorial search problems. In such a problem, the goal is to find a solution among a large but finite number of possibilities. The idea of ASP came from research on artificial intelligence and computational logic. ASP is a form of declarative programming: an ASP program describes what is counted as a solution to the ... Leer más

    $1,104 MXN

  • Swift Game Programming for Absolute Beginners

    de Arjan Egges ...
    Series series Professional and Applied Computing (R0)
    "Concepts of game programming are explained well, and no prior knowledge of Swift language programming is required. ... The images and audio provided are professional and clean." William Fahle, Computing Review, May 31, 2016Swift Game Programming for Absolute Beginners teaches Apple’s Swift language in the context of four, fun and colorful games. Learn the Swift 2.0 language, and learn to create ... Leer más

    $808 MXN

  • Kubernetes Microservices with Docker

    de Deepak Vohra ...
    Series series Professional and Applied Computing (R0)
    Start using Kubernetes in complex big data and enterprise applications, including Docker containers. Starting with installing Kubernetes on a single node, the book introduces Kubernetes with a simple Hello example and discusses using environment variables in Kubernetes.Next, Kubernetes Microservices with Docker discusses using Kubernetes with all major groups of technologies such as relational ... Leer más

    $1,152 MXN

  • C++ Game Development Primer

    Series series Professional and Applied Computing (R0)
    C++ is the language behind most of today's computer games. This 96-page C++ Game Development Primer takes you through the accelerated process of writing games for otherwise experienced C++ programmers. After reading this book, you’ll have the fundamental know-how to become a successful and profitable game applications developer in today’s increasingly competitive indie game marketplace.For those ... Leer más

    $602 MXN

  • Pivotal Certified Professional Core Spring 5 Developer Exam

    A Study Guide Using Spring Framework 5

    Series series Professional and Applied Computing (R0)
    Pass the Pivotal Certified Professional exam for Core Spring, based on the latest Spring Framework 5, using source code examples, study summaries, and mock exams. This book now includes WebFlux, reactive programming, and more found in Spring 5. You'll find a descriptive overview of certification-related Spring modules and a single example application demonstrating the use of all required Spring ... Leer más

    $1,719 MXN

  • ES6 for Humans

    The Latest Standard of JavaScript: ES2015 and Beyond

    Series series Professional and Applied Computing (R0)
    Learn ES6 best practices for code optimization and organization and walk through practical, common examples of how to implement complete components of your applications. While this book covers the basic concepts of modern JavaScript, it primarily focuses on the new syntax, data-types, functionalities, and everything else that's new in ES6, the latest standard of JavaScript.You'll examine how to ... Leer más

    $980 MXN

  • MATLAB Optimization Techniques

    de Cesar Lopez ...
    Series series Professional and Applied Computing (R0)
    MATLAB is a high-level language and environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java ... Leer más

    $1,375 MXN

  • Practical Web Design for Absolute Beginners

    Series series Professional and Applied Computing (R0)
    Learn the fundamentals of modern web design, rather than relying on CMS programs, such as WordPress or Joomla!. You will be introduced to the essentials of good design and how to optimize for search engines. You will discover how to register a domain name and migrate a website to a remote host. Because you will have built the web pages yourself, you will know exactly how HTML and CSS work. You ... Leer más

    $1,083 MXN

  • Pro Functional PHP Programming

    Application Development Strategies for Performance Optimization, Concurrency, Testability, and Code Brevity

    de Rob Aley ...
    Series series Professional and Applied Computing (R0)
    Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functional programming has a host of benefits when compared to traditional imperative programming.Part one of Pro Functional PHP Programming takes you through the basics of functional programming, outlining the key concepts and how they translate ... Leer más

    $808 MXN

  • Practical JSF in Java EE 8

    Web Applications ​in Java for the Enterprise

    Series series Professional and Applied Computing (R0)
    Master the Java EE 8 and JSF (JavaServer Faces) APIs and web framework with this practical, projects-driven guide to web development. This book combines theoretical background with a practical approach by building four real-world applications. By developing these JSF web applications, you'll take a tour through the other Java EE technologies such as JPA, CDI, Security, WebSockets, and more.In ... Leer más

    $1,083 MXN

  • Learn Rails 6

    Accelerated Web Development with Ruby on Rails

    Series series Professional and Applied Computing (R0)
    Effectively learn and apply software development and engineering techniques to web application development using Rails 6 with this accelerated tutorial. This book teaches modern engineering practices including git flow, containerization, debugging, testing, and deployment. Along the way, you’ll see how to build a social network application and then deploy it on a cloud provider such as Amazon Web ... Leer más

    $1,375 MXN

  • Embedded Software Development with C

    Series series Computer Science (R0)
    Embedded Software Development With C offers both an effectual reference for professionals and researchers, and a valuable learning tool for students by laying the groundwork for a solid foundation in the hardware and software aspects of embedded systems development.Key features include a resource for the fundamentals of embedded systems design and development with an emphasis on software, an ... Leer más

    $1,656 MXN

  • Make a 2D RPG in a Weekend

    Second Edition: With RPG Maker MV

    de Darrin Perez ...
    Series series Professional and Applied Computing (R0)
    Updated for RPG Maker MV using JavaScript, Make a 2D RPG in a Weekend shows you how to create your very own dungeon crawler game in RPG Maker MV in a single weekend. The entire process, from start to finish, is covered within this book. You will see a variety of dungeon maps and events, all broken down for your convenience.One of the hardest parts of game development is actually finishing a game, ... Leer más

    $1,152 MXN

  • Python Descriptors

    Series series Professional and Applied Computing (R0)
    This short book on Python descriptors is a collection of knowledge and ideas from many sources on dealing with and creating descriptors. And, after going through the things all descriptors have in common, the author explores ideas that have multiple ways of being implemented as well as completely new ideas never seen elsewhere before.This truly is a comprehensive guide to creating Python ... Leer más

    $308 MXN

  • Introduction to MATLAB for Engineers and Scientists

    Solutions for Numerical Computation and Modeling

    de Sandeep Nagar ...
    Series series Professional and Applied Computing (R0)
    Familiarize yourself with MATLAB using this concise, practical tutorial that is focused on writing code to learn concepts. Starting from the basics, this book covers array-based computing, plotting and working with files, numerical computation formalism, and the primary concepts of approximations. Introduction to MATLAB is useful for industry engineers, researchers, and students who are looking ... Leer más

    $636 MXN

  • Principles of Modeling

    Essays Dedicated to Edward A. Lee on the Occasion of His 60th Birthday

    Series series Computer Science (R0)
    This Festschrift is published in honor of Edward A. Lee, Robert S. Pepper Distinguished Professor Emeritus and Professor in the Graduate School in the Department of Electrical Engineering and Computer Sciences at the University of California, Berkeley, USA, on the occasion of his 60th birthday.The title of this Festschrift is “Principles of Modeling" because Edward A. Lee has long been devoted to ... Leer más

    $920 MXN

  • Web Development with Go

    Building Scalable Web Apps and RESTful Services

    Series series Professional and Applied Computing (R0)
    Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud.Web Development with Go will teach you how to develop scalable real-world web ... Leer más

    $980 MXN

  • Beginning Backdrop CMS

    Series series Professional and Applied Computing (R0)
    Learn what Backdrop CMS is and how it fulfills the role of a content management system, along with how to install and configure it. This book teaches how to create and manage content, taxonomy, users, page layouts, and menus to get the best site possible. You'll also see how to install on shared hosting – which is a focus of the Backdrop CMS team – to make hosting your website affordable.Backdrop ... Leer más

    $828 MXN