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 361 - 384 de 10612 resultados
Skip side bar filters
  • Effective Objective-C 2.0

    52 Specific Ways to Improve Your iOS and OS X Programs

    de Matt Galloway ...
    Series series Effective Software Development Series
    Write Truly Great iOS and OS X Code with Objective-C 2.0!Effective Objective-C 2.0 will help you harness all of Objective-C’s expressive power to write OS X or iOS code that works superbly well in production environments. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and ... Leer más

    $30.99 USD

  • Python Machine Learning: Machine Learning Algorithms for Beginners - Data Management and Analytics for Approaching Deep Learning and Neural Networks from Scratch

    How can a beginner approach machine learning with Python from scratch?Why exactly is machine learning such a hot topic right now in the business world?Ahmed Ph. Abbasi will lead you from being a complete beginner in learning a sound method of data analysis that uses algorithms, which learn from data and produce actionable and valuable information.The basis for understanding deep learning and ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • The Expert Beginner

    de Erik Dietrich ...
    What happens when a software engineer, after deciding that there’s nothing left to learn, is placed in a position of power?In The Expert Beginner, Dietrich traces the path of this programmer from rise to inevitable downfall. The author describes the development of the expert beginner’s mindset, explaining how one might believe in the achievement of total mastery while faced with evidence to the ... Leer más

    $4.99 USD

  • CodeNotes for XML

    de Gregory Brill ...
    Series series CodeNotes
    CodeNotes provides the most succinct, accurate, and speedy way for a developer to ramp up on a new technology or language. Unlike other programming books, CodeNotes drills down to the core aspects of a technology, focusing on the key elements needed in order to understand it quickly and implement it immediately. It is a unique resource for developers, filling the gap between comprehensive manuals ... Leer más

    $9.99 USD

  • Spring Start Here

    Learn what you need and learn it well

    Quickly master the massive Spring ecosystem with this focused, hands-on guide that teaches you exactly what you need to know.In Spring Start Here, you will learn how to:Build web applications with SpringManage application objects with Spring contextImplement data persistence using data sources and transactionsImplement data exchange between applications using REST servicesUtilize Spring Boot's ... Leer más

    $49.99 USD

  • Mastering VBA for Microsoft Office 2016

    Enhance productivity in any Office application with zero programming experienceMastering VBA for Microsoft Office 2016 helps you extend the capabilities of the entire Office suite using Visual Basic for Applications (VBA). Even if you have no programming experience , you'll be automating routine computing processes quickly using the simple, yet powerful VBA programming language. Clear, systematic ... Leer más

    $30.00 USD

  • Programming in D

    de Ali Çehreli ...
    The main aim of this book is to teach D to readers who are new to computer programming. Although having experience in other programming languages is certainly helpful, this book starts from the basics.D is a multi-paradigm system programming language that combines a wide range of powerful programming concepts from the lowest to the highest levels. It has C-like syntax and static typing. It ... Leer más

    $8.99 USD

  • 1000 C Sharp Dot NET (C#.NET) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack the interview

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive C#.NET interview ... Leer más

    $2.99 USD

  • CSS Pocket Reference

    Visual Presentation for the Web

    de Eric Meyer ...
    When youâ??re working with CSS and need an answer now, this concise yet comprehensive quick reference provides the essential information you need. Revised and updated for CSS3, this fifth edition is ideal for intermediate to advanced web designers and developers.Youâ??ll find a short introduction to the key concepts of CSS and alphabetical summaries of CSS selectors and properties. Youâ??ll also ... Leer más

    $18.99 USD

  • Nodejs Programming By Example

    This book is a reference to the nodejs programming language. It describes all the elements of the language and illustrates their use with code examples.The book covers topics such as:* Basic nodejs programming language* File operations* Functions* String operations* Building own module* Error handling* Events* Database programming* Web application* Socket programming* Socket.io ... Leer más

    $4.81 USD

  • SQL: A Beginner's Guide, Fourth Edition

    de Andy Oppel ...
    Series series Beginner's Guide
    This fully revised, self-paced learning tool lays out all the necessary steps to quickly and easily start writing SQL programsThoroughly updated to reflect the most recent ANSI/ISO standard, SQL: A Beginner's Guide, Fourth Edition will get you up-and-running with SQL programming right away. Clear tutorials, annotated code, and proven instructional tools guide you to easily performing queries and ... Leer más

    $33.99 USD

  • Learning UML 2.0

    A Pragmatic Introduction to UML

    "Since its original introduction in 1997, the Unified Modeling Language has revolutionized software development. Every integrated software development environment in the world--open-source, standards-based, and proprietary--now supports UML and, more importantly, the model-driven approach to software development. This makes learning the newest UML standard, UML 2.0, critical for all software ... Leer más

    $25.99 USD

  • Web Development with Node and Express

    Leveraging the JavaScript Stack

    de Ethan Brown ...
    Build dynamic web applications with Express, a key component of the Node/JavaScript development stack. In this updated edition, author Ethan Brown teaches you Express fundamentals by walking you through the development of an example application. This hands-on guide covers everything from server-side rendering to API development suitable for usein single-page apps (SPAs).Express strikes a balance ... Leer más

    $34.99 USD

  • C++ Software Design

    Design Principles and Patterns for High-Quality Software

    Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language.C++ trainer and ... Leer más

    $48.99 USD

  • Practical Object-Oriented Design

    An Agile Primer Using Ruby

    de Sandi Metz ...
    The Complete Guide to Writing Maintainable, Manageable, Pleasing, and Powerful Object-Oriented ApplicationsObject-oriented programming languages exist to help you create beautiful, straightforward applications that are easy to change and simple to extend. Unfortunately, the world is awash with object-oriented (OO) applications that are difficult to understand and expensive to change. Practical ... Leer más

    $43.19 USD

  • Rust for Embedded Systems

    de James Oakton ...
    Master embedded systems programming with Rust's memory-safe features. Learn how to build reliable IoT devices, work with popular microcontroller boards, and implement real-time applications with zero-cost abstractions. Perfect for C/C++ developers looking to leverage Rust's safety guarantees in embedded development. Includes hands-on projects for Arduino, STM32, and Raspberry Pi platforms.This ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • Sinatra: Up and Running

    Ruby for the Web, Simply

    Take advantage of Sinatra, the Ruby-based web application library and domain-specific language used by Heroku, GitHub, Apple, Engine Yard, and other prominent organizations. With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications.Sinatra serves as a lightweight wrapper around Rack middleware, ... Leer más

    $10.99 USD

  • Python for DevOps

    Learn Ruthlessly Effective Automation

    Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout these transformations, Python has become one of the most popular languages in the world. This practical resource shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, ... Leer más

    $36.99 USD

  • AVR Programming

    Learning to Write Software for Hardware

    Atmel's AVR microcontrollers are the chips that power Arduino, and are the go-to chip for many hobbyist and hardware hacking projects. In this book you'll set aside the layers of abstraction provided by the Arduino environment and learn how to program AVR microcontrollers directly. In doing so, you'll get closer to the chip and you'll be able to squeeze more power and features out of it.Each ... Leer más

    $21.99 USD

  • TOP 30 SQL Interview Coding Tasks

    de Matthew Urban ...
    Are you preparing for a job interview as a developer? If yes, you have come to the right place. This book contains a pool of 30 carefully selected SQL coding tasks, most often asked by recruiters. Less than 100 pages include deeply-explained, most commonly used data manipulation queries, relationships modeling, aggregation, sorting, table joins, index and other top topics to discuss during the job ... Leer más

    $5.99 USD

  • Arduino Mega 2560 A Hands-On Guide for Beginner

    This book helps you to get started with Arduino Mega 2560 development using Sketch program. The following is a list of highlight topics in this book:Preparing Development EnvironmentSetting Up Arduino Mega 2560Writing and Reading Digital DataSerial Communication (UART)PWM and Analog InputWorking with I2CWorking with SPIAccessing EEPROMSensing Temperature and Humidity with DHT Module ... Leer más

    $1.99 USD

  • Doing Math with Python

    Use Programming to Explore Algebra, Statistics, Calculus, and More!

    de Amit Saha ...
    Doing Math with Python shows you how to use Python to delve into high school–level math topics like statistics, geometry, probability, and calculus. You’ll start with simple projects, like a factoring program and a quadratic-equation solver, and then create more complex projects once you’ve gotten the hang of things.Along the way, you’ll discover new ways to explore math and gain valuable ... Leer más

    $24.99 USD

  • Absolute FreeBSD, 3rd Edition

    The Complete Guide to FreeBSD

    This updated edition of Michael W. Lucas' definitive volume on FreeBSD-based systems adds coverage of modern disks, the ZFS filesystem IPv6, redesigned jail and packaging systems, and virtualization, among dozens of new features added in the last 10 years.FreeBSD is the muscle behind companies like Netflix and EMC. Any place where someone does heavy lifting on the Internet, you'll find FreeBSD. ... Leer más

    $39.99 USD

  • Impractical Python Projects

    Playful Programming Activities to Make You Smarter

    de Lee Vaughan ...
    Impractical Python Projects is a collection of fun and educational projects designed to entertain programmers while enhancing their Python skills. It picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools that you'll use every day. And to keep things interesting, each project includes a zany twist featuring historical incidents, pop culture ... Leer más

    $17.99 USD