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 orientada a objetos

Si te gustan los eBooks de Programación orientada a objetos, seguro que te encanta esta selección.
Mostrando 289 - 312 de 817 resultados
Skip side bar filters
  • Last Minute System Design Interviews

    Must Learn Topics With Real World Examples

    “In the chaotic world of tech interviews, where every secondcounts, there’s an opportunity to shine among others”Pramod NPreparing for system design interviews at the last minute?Where do I start my preparation for system design interviews?What does an interviewer expect in system design interviews?What approach should I use to design a large scale distributed system?What if there is a book to ... Leer más

    $61 MXN

  • Learning C# 3.0

    Master the fundamentals of C# 3.0

    If you're new to C#, this popular book is the ideal way to get started. Completely revised for the latest version of the language, Learning C# 3.0 starts with the fundamentals and takes you through intermediate and advanced C# features -- including generics, interfaces, delegates, lambda expressions, and LINQ. You'll also learn how to build Windows applications and handle data with C#.No previous ... Leer más

    $307 MXN

  • iOS 9 App Development Essentials

    Learn to develop iOS 9 Apps using Xcode 7 and Swift 2

    de Neil Smyth ...
    iOS 9 App Development Essentials is latest edition of this popular book series and has now been fully updated for the iOS 9 SDK, Xcode 7 and the Swift 2 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment. An introduction to the architecture of iOS 9 and programming in Swift is provided, followed by an in ... Leer más

    $173 MXN

  • Jython Essentials

    Rapid Scripting in Java

    Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used ... Leer más

    $269 MXN

  • C# EBOOK

    de C# ...
    Guide to learning the programming language C#.In this volume we will discuss the main methodologies and techniques of C# programming.Topics covered:✔️ History of C#✔️ Structure of the programme✔️ Types of variables✔️ Input/Output✔️ Conditional constructions (if/else/switch)✔️ Arithmetic and Boolean operations✔️ Iterative cycles (while/for)✔️ Comments✔️ Vectors/Arrays✔️ Matrixes ... Leer más

    $121 MXN o gratis con Kobo Plus

  • Unlocking Insights

    A Practical Guide to Data Analysis with Retrieval-Augmented Generation

    de Logan Gray ...
    About the TechnologyRetrieval-Augmented Generation (RAG) is a revolutionary approach to data analysis that combines information retrieval with cutting-edge text generation techniques. This powerful technology empowers you to extract deeper meaning from your data than ever before.Short SummaryStruggling to uncover hidden patterns and generate actionable insights from your data? This book is your ... Leer más

    $139 MXN o gratis con Kobo Plus

  • 'C' Programming in an Open Source Paradigm

    Over the period of last few decades, the 'C' language has become an icon for computer programmers. The field of computer science has undergone tremendous change, and the rate of obsolescence of concepts, programming platforms, tools and utilities is extremely high. However, in spite of such vast changes, the only thing that has retained its stability is the 'C' language. Even today, millions of ... Leer más

    $1,222 MXN

  • Android Studio 4.2 Development Essentials - Java Edition

    Developing Android 11 Apps Using Android Studio 4.2, Java and Android Jetpack

    de Neil Smyth ...
    Fully updated for Android Studio 4.2, the goal of this book is to teach the skills necessary to develop Android-based applications using the Java programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment.An overview of Android Studio is included covering areas such as tool windows, the code editor, ... Leer más

    $659 MXN o gratis con Kobo Plus

  • Application Design

    Key Principles For Data-Intensive App Systems

    de Rob Botwright ...
    Introducing the Ultimate Application Design Book Bundle! Are you ready to take your application design skills to the next level? Dive into the world of data-intensive app systems with our comprehensive book bundle, "Application Design: Key Principles for Data-Intensive App Systems." Book 1 - Foundations of Application Design: Lay the groundwork for success with an introduction to key principles ... Leer más

    $136 MXN o gratis con Kobo Plus

  • Geometric Computation: Foundations for Design

    Geometric Computation: Foundations for Design describes the mathematical and computational concepts that are central to the practical application of design computation in a manner tailored to the visual designer. Uniquely pairing key topics in code and geometry, this book develops the two key faculties required by designers that seek to integrate computation into their creative practice: an ... Leer más

    $1,331 MXN

  • (Part 2) Java 4 Selenium WebDriver: Come Learn How To Program For Automation Testing

    de Rex Jones ...
    If You Are Ready To Master Selenium WebDriver Using Java Then You Must Read This BookThis is by far the best Java book specifically for Selenium WebDriverNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback (Black/White & Color). You will find details of downloading the PDF document inside the book.3 Tips To Master Selenium Within 30 DaysCopy and paste this URL http://tinyurl ... Leer más

    $69 MXN o gratis con Kobo Plus

  • Implementation Patterns

    de Kent Beck ...
    Series series Addison-Wesley Signature Series (Beck)
    Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday ProgrammingGreat code doesn’t just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesn’t just happen. It is the outcome of hundreds of small but critical decisions programmers make ... Leer más

    $747 MXN

  • Blender Unleashed: Mastering the Art of 3D Creation

    "Blender Unleashed: Mastering the Art of 3D Creation" is an essential guide for aspiring and professional digital artists seeking to elevate their skills in 3D modeling and animation. This comprehensive resource unlocks the full potential of Blender, the renowned open-source 3D software, guiding readers through its rich features and capabilities.From the basics of navigating Blender's user ... Leer más

    $173 MXN

  • The Book of F#

    Breaking Free with Managed Functional Programming

    de Dave Fancher ...
    F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you're a traditional .NET developer used to C# and Visual Basic, discovering F# will be a revelation that will change how you code, and how you think about coding.In The Book of F#, Microsoft MVP Dave Fancher shares his expertise and teaches you how ... Leer más

    $448 MXN

  • Pragmatic Scala

    Create Expressive, Concise, and Scalable Applications

    Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and Pragmatic Scala shows you how to work effectively with both. Updated to Scala 2.11, with in-depth coverage of new features such as Akka actors, parallel collections, and tail call optimization, this book will show you how to ... Leer más

    $386 MXN

  • ElasticSearch Blueprints

    A practical project-based guide to generating compelling search solutions using the dynamic and powerful features of Elasticsearch

    de Vineeth Mohan ...
    Key FeaturesBook DescriptionIf you are a data enthusiast and would like to explore and specialize on search technologies based on Elasticsearch, this is the right book for you. A compelling case-to-case mapping of features and implementation of Elasticsearch to solve many real-world use cases makes this book the right choice to start and specialize on Elasticsearch.What you will learnBuild a ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Mastering C# Fundamentals: A Step-by-Step Beginner’s Handbook

    de Isaac Thorn ...
    Unlock Your Potential with C#. Go from Absolute Beginner to Confident Developer.Are you ready to learn one of the most powerful and in-demand programming languages in the world, but feel intimidated by the complexity? Do you want a clear, practical, and supportive guide that respects your intelligence and builds your skills from the ground up?"Mastering C# Fundamentals: A Step-by-Step Beginner's ... Leer más

    $86 MXN o gratis con Kobo Plus

  • PYTHON FOR DATA ANALYSIS

    A Practical Guide to Manipulating, Cleaning, and Analyzing Data Using Python (2023 Beginner Crash Course)

    de Ike Beck ...
    Python is one of the most popular programming languages for data analysis due to its simplicity and flexibility.Python for Data Analysis is a comprehensive guide for individuals who want to learn how to use Python for data manipulation, cleaning, and analysis.Starting from the basics of Python programming, the book covers essential topics such as data types, variables, loops, and functions. It ... Leer más

    $155 MXN

  • Swift Development for the Apple Watch

    An Intro to the WatchKit Framework, Glances, and Notifications

    Apple Watch is the sort of science-fiction gadget that people used to dream about as kids. What kinds of apps do you envision for this new device? If you’re comfortable using OS X, Xcode, and iOS—and familiar with Swift—this concise book shows you the basics of building your own apps for this wrist-mounted computer with Apple’s WatchKit framework.You’ll learn what an Apple Watch is, what it isn’t, ... Leer más

    $216 MXN

  • JavaScript for Modern Web Development

    Beginner to Expert in Web development with JavaScript: From HTML to React-Redux KEY FEATURES a- Acquire web development skills to build independent applications a- Understand the basics of HTML, CSS, JavaScript, React and Reduxa- Create build beautiful applications using HTML, CSS, JavaScript, React and Reduxa- Learn how to debug and unit test your applications properly to build good end productsa ... Leer más

    $264 MXN

  • Java Basics : Your Comprehensive Guide to Programming with Ease and Confidence from Scratch to Advanced Concepts

    Unlock the full potential of Java with our comprehensive guide, perfect for both novices and seasoned developers. This book provides a deep dive into Java's core principles, ecosystem, and advanced topics, equipping you with the skills to build robust applications across various domains—web, mobile, enterprise, and more. From understanding the history and evolution of Java to mastering its ... Leer más

    $34 MXN

  • C# Interview Questions You'll Most Likely Be Asked

    Series Libro 5 - Job Interview Questions series
    284 C# Interview Questions78 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsC# Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through comprehensiv... ... Leer más

    $155 MXN

  • iOS 7 Programming Fundamentals

    Objective-C, Xcode, and Cocoa Basics

    de Matt Neuburg ...
    If you want to build an app optimized for iPhone or iPad, you need a thorough understanding of the Objective-C language, the Cocoa API, and the Xcode development environment. This practical guide walks you through the fundamentals of these iOS building blocks, complete with easy-to-follow code examples. By learning how to navigate the idiosyncracies of this framework, you’ll be able to create a ... Leer más

    $307 MXN

  • Jumping Into PHP

    A Beginner's Guide to Learning PHP

    de John Facey II ...
    Welcome to Jumping Into PHP! This ebook will teach you the basics of PHP programming, so you can start creating your own dynamic and interactive web pages.PHP is a server-side scripting language, which means that it executes on the web server rather than on the user's computer. This makes it ideal for web development, as it allows you to create pages that are personalized and responsive to user ... Leer más

    $86 MXN o gratis con Kobo Plus