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 25 - 48 de 10560 resultados
Skip side bar filters
  • Learning Java

    An Introduction to Real-World Programming with Java

    Ideal for working programmers new to Java, this best-selling book guides you through the language features and APIs of Java 21. Through fun, compelling, and realistic examples, authors Marc Loy, Patrick Niemeyer, and Dan Leuck introduce you to Java's fundamentals, including its class libraries, programming techniques, and idioms, with an eye toward building real applications.This updated sixth ... Leer más

    $48.99 USD

  • Practical Domain-Driven Design in Enterprise Java

    Using Jakarta EE, Eclipse MicroProfile, Spring Boot, and the Axon Framework

    de Vijay Nair ...
    Series series Professional and Applied Computing (R0)
    See how Domain-Driven Design (DDD) combines with Jakarta EE MicroProfile or Spring Boot to offer a complete suite for building enterprise-grade applications. In this book you will see how these all come together in one of the most efficient ways to develop complex software, with a particular focus on the DDD process.Practical Domain-Driven Design in Enterprise Java starts by building out the Cargo ... Leer más

    $40.99 USD

  • Powerful Python

    Patterns and Strategies with Modern Python

    de Aaron Maxwell ...
    Once you've mastered the basics of Python, how do you skill up to the top 1%? How do you focus your learning time on topics that yield the most benefit for production engineering and data teams—without getting distracted by info of little real-world use? This book answers these questions and more.Based on author Aaron Maxwell's software engineering career in Silicon Valley, this unique book ... Leer más

    $40.99 USD

  • Creating Procedural Artworks with Processing

    de Penny de Byl ...
    Creating Procedural Artworks with Processing: A Holistic Guide, is for those seeking to learn computer programming from the very basics to the more advanced concepts. It uses Processing (processing.org) to visualise the concepts through the production of computer graphics that illustrate the coding principles while being artworks in their own right. This book started as a set of tutorials for ... Leer más

    $24.95 USD o gratis con Kobo Plus

  • Oracle SQL Developer Data Modeler for Database Design Mastery

    Design Databases with Oracle SQL Developer Data ModelerIn this practical guide, Oracle ACE Director Heli Helskyaho explains the process of database design using Oracle SQL Developer Data Modeler—the powerful, free tool that flawlessly supports Oracle and other database environments, including Microsoft SQL Server and IBM DB2. Oracle SQL Developer Data Modeler for Database Design Mastery covers ... Leer más

    $49.99 USD

  • Creating Web Animations

    Bringing Your UIs to Life

    Thanks to faster browsers, better web standards support, and more powerful devices, the web now defines the next generation of user interfaces that are fun, practical, fluid, and memorable. The key? Animation. But learning how to create animations is hard, and existing learning material doesn’t explain the context of the UI problem that animations are trying to solve. That’s where this book comes ... Leer más

    $24.99 USD

  • Blazor in Action

    de Chris Sainty ...
    An example-driven guide to building reusable UI components and web frontends—all with Blazor, C#, and .NET.In Blazor in Action, you will learn about:Blazor + WebAssemblyPicking the right hosting modelBuilding reusable UI componentsBuilding forms with validationIntegrating with JavaScript librariesSecuring your applicationTesting your applicationsBlazor in Action is a practical guide to buil... ... Leer más

    $49.99 USD

  • Learning jQuery Fourth Edition

    Step through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the basics, the book returns to each concept to cover more advanced examples and techniques.This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their ... Leer más

    $23.99 USD o gratis con Kobo Plus

  • Building RESTful Web Services with .NET Core

    Developing Distributed Web Services to improve scalability with .NET Core 2.0 and ASP.NET Core 2.0

    Building Complete E-commerce/Shopping Cart ApplicationKey Features\[\*\]Follow best practices and explore techniques such as clustering and caching to achieve a reactive, scalable web service\[\*\]Leverage the .NET Framework to quickly implement RESTful endpoints.\[\*\]Learn to implement a client library for a RESTful web service using ASP.NET Core.Book DescriptionREST is an architectural style ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Easy html and css

    de S VASIST ...
    In this book, I have written basics of HTML and CSS. HTML and CSS both have big manuals and numerous elements, but I have included in this book, the most important elements and rules. It has enough material to build a complete website with all-important functionality (Forms, Maps, and Multimedia, etc.). ... Leer más

    $3.00 USD o gratis con Kobo Plus

  • The VirtualBox Handbook

    Practical Solutions for Setting Up and Managing Virtual Machines

    "The VirtualBox Handbook: Practical Solutions for Setting Up and Managing Virtual Machines" is an authoritative guide that equips readers with the essential skills to master VirtualBox, one of the most versatile virtualization tools available today. Designed for both beginners and experienced users, this comprehensive resource covers the gamut of virtualization concepts, starting with foundational ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • High Performance JavaScript

    Build Faster Web Application Interfaces

    If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your apps. This book reveals techniques and strategies to help you eliminate performance bottlenecks during development. You'll learn how to improve execution time, downloading, interaction with the DOM, ... Leer más

    $20.99 USD

  • AppleScript: The Missing Manual

    The Missing Manual

    From newspapers to NASA, Mac users around the world use AppleScript to automate their daily computing routines. Famed for its similarity to English and its ease of integration with other programs, AppleScript is the perfect programming language for time-squeezed Mac fans. As beginners quickly realize, however, AppleScript has one major shortcoming: it comes without a manual.No more. You don't need ... Leer más

    $17.99 USD

  • Java Language Specification, Java SE 7 Edition, The

    Series series Java Series
    Written by the inventors of the technology, The Java® Language Specification, Java SE 7 Edition,** is the definitive technical reference for the Java programming language. The book provides complete, accurate, and detailed coverage of the Java programming language. It fully describes the new features added in Java SE 7, including the try-with-resources statement, multi-catch, precise rethrow, ... Leer más

    $52.19 USD

  • Kotlin and Android Development featuring Jetpack

    Build Better, Safer Android Apps

    de Michael Fazio ...
    Start building native Android apps the modern way in Kotlin with Jetpack's expansive set of tools, libraries, and best practices. Learn how to create efficient, resilient views with Fragments and share data between the views with ViewModels. Use Room to persist valuable data quickly, and avoid NullPointerExceptions and Java's verbose expressions with Kotlin. You can even handle asynchronous web ... Leer más

    $30.99 USD

  • Java: The Good Parts

    Unearthing the Excellence in Java

    de Jim Waldo ...
    What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.Every language eventually builds up crud, Java included. The core language has become increasingly large ... Leer más

    $17.99 USD

  • C# Programming Illustrated Guide For Beginners & Intermediates: The Future Is Here! Learning By Doing Approach

    C# Programming Illustrated Guide For Beginners & IntermediatesLearn Coding Fast! With Practical Easy To Follow Examples And Step By Step Instructions!Why should you choose to learn C# programming?C sharp programing was developed by Microsoft and is USED in all their products!C# is definitely a great way to get started in the world of programming, and since one of the biggest software giants ... Leer más

    $4.97 USD o gratis con Kobo Plus

  • OPNsense Configuration and Deployment Guide

    Definitive Reference for Developers and Engineers

    "OPNsense Configuration and Deployment Guide"The "OPNsense Configuration and Deployment Guide" is a comprehensive resource designed for IT professionals, network architects, and security administrators seeking in-depth mastery over OPNsense, the powerful open-source firewall and routing platform. The book begins by establishing a robust foundational knowledge, meticulously detailing OPNsense’s ... Leer más

    $9.95 USD o gratis con Kobo Plus

  • Raspberry Pi System Programming for Beginner

    This book helps how to learn system programming on Raspberry Pi using C language and core system libraries. Several code samples are provided for ease of understanding about system programming.**TOC**Preparing Development Environment1.1 Raspberry Pi1.2 Compiler and Development Tools1.3 Hello WorldFile I/O2.1 Opening and Closing File2.1.1 open() and close()2.1.2 creat()2.1.3 Creating a New File<... ... Leer más

    $4.28 USD

  • C# 7.0 All-in-One For Dummies

    Sharpen your knowledge of C#C# know-how is a must if you want to be a professional Microsoft developer. It's also good to know a little C# if you're building tools for the web, mobile apps, or other development tasks. C# 7.0 All-in-One For Dummies offers a deep dive into C# for coders still learning the nuances of the valuable programming language. Pop it open to get an intro into coding with C#, ... Leer más

    $30.00 USD

  • Modern C

    de Jens Gustedt ...
    SummaryModern C focuses on the new and unique features of modern C programming. The book is based on the latest C standards and offers an up-to-date perspective on this tried-and-true language.About the technologyC is extraordinarily modern for a 50-year-old programming language. Whether you’re writing embedded code, low-level system routines, or high-performance applications, C is up to the ... Leer más

    $43.99 USD

  • Mastering Test-Driven Development (TDD)

    Building Reliable and Maintainable Software

    "Mastering Test-Driven Development (TDD): Building Reliable and Maintainable Software" provides an in-depth exploration of TDD, a methodology that transforms the way software is developed. This book delves into the core principles and practices of TDD, offering readers a comprehensive roadmap to enhance code quality and design through a test-first approach. From setting up a TDD-friendly ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Automate the Boring Stuff with Python, 3rd Edition

    de Al Sweigart ...
    The bestselling introduction to Python programming, revised to include the latest Python features, improved explanations, and new chapters about databases and sound files.If you’ve ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do this work for you?In this fully revised third edition ... Leer más

    $31.99 USD

  • Practical Foundations for Programming Languages

    de Robert Harper ...
    This text develops a comprehensive theory of programming languages based on type systems and structural operational semantics. Language concepts are precisely defined by their static and dynamic semantics, presenting the essential tools both intuitively and rigorously while relying on only elementary mathematics. These tools are used to analyze and prove properties of languages and provide the ... Leer más

    $76.99 USD