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 CGI, JavaScript, Perl, VBScript

Si te gustan los eBooks de CGI, JavaScript, Perl, VBScript, seguro que te encanta esta selección.
Mostrando 145 - 168 de 1269 resultados
Skip side bar filters
  • Programming JavaScript Applications

    Robust Web Architecture with Node, HTML5, and Modern JS Libraries

    de Eric Elliott ...
    Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base grows.JavaScript may be the most essential web programming ... Leer más

    $23.09 USD

  • Deno Web Development

    Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno

    A curious JavaScript developer\\'s practical guide to deep dive into Deno and get the most out of it for building secure web applicationsKey FeaturesUnderstand Deno’s essential concepts and featuresLearn how to use Deno in real-world scenariosUse Deno to develop, test, and deploy web applications and toolsBook DescriptionDeno is a JavaScript and TypeScript runtime with secure defaults and a great ... Leer más

    $26.59 USD o gratis con Kobo Plus

  • 30 BeagleBone Black Projects for the Evil Genius

    Series series Evil Genius
    Fiendishly Fun Ways to Use the BeagleBone Black!This wickedly inventive guide shows you how to program and build fun and fascinating projects with the BeagleBone Black. You’ll learn how to connect the BeagleBone Black to your computer and program it, quickly mastering BoneScript and other programming tools so you can get started right away. 30 BeagleBone Black Projects for the Evil Genius is ... Leer más

    $16.19 USD

  • PHP, MySQL & JavaScript All in One, Sams Teach Yourself

    de Julie Meloni ...
    Series series Sams Teach Yourself
    In just a short time, you can learn how to use PHP, MySQL, and JavaScript together to create dynamic, interactive websites and applications using three leading web development technologies.No previous programming experience is required. Using a straightforward, step-by-step approach, each lesson in this book builds on the previous ones, enabling you to learn the essentials of full-stack web ... Leer más

    $30.99 USD

  • HTML, CSS, and JavaScript All in One

    Covering HTML5, CSS3, and ES6, Sams Teach Yourself

    Series series Sams Teach Yourself
    Teach Yourself HTML, CSS, and JavaScript All in One combines these three fundamental web development technologies into one clearly written, carefully organized, step-by-step tutorial that expertly guides the beginner through these three interconnected technologies.In just a short time, you can learn how to use HTML, Cascading Style Sheets (CSS), and JavaScript together to design, create, and ... Leer más

    $27.39 USD

  • MQL

    Eine hierarchische Abfragesprache mit TypeScript erstellen

    Series Libro 231 - shortcuts
    Eine der großen Fragen bei webbasierten Apps bleibt immer die nach dem Datenaustausch mit den Backends. Obwohl es inzwischen durchaus erprobte und zuverlässige Abfragemethoden wie OData und GraphQL gibt, sind diese für alle denkbaren Aufgabenstellungen ausgelegt und bringen deshalb auch immer einen gewissen Overhead in Entwicklung und Ausführung mit sich. Deshalb würde es sich doch anbieten, ... Leer más

    $3.55 USD

  • Node.js for Embedded Systems

    Using Web Technologies to Build Connected Devices

    How can we build bridges from the digital world of the Internet to the analog world that surrounds us? By bringing accessibility to embedded components such as sensors and microcontrollers, JavaScript and Node.js might shape the world of physical computing as they did for web browsers. This practical guide shows hardware and software engineers, makers, and web developers how to talk in JavaScript ... Leer más

    $18.79 USD

  • ANDROID DEVELOPMENT PART 1

    de m.furqan riaz ...
    Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible.In this book the languages used for android development are xml and javascript.It is ... Leer más

    $3.99 USD o gratis con Kobo Plus

  • Developing Backbone.js Applications

    Building Better JavaScript Applications

    de Addy Osmani ...
    If you want to build your site’s frontend with the single-page application (SPA) model, this hands-on book shows you how to get the job done with Backbone.js. You’ll learn how to create structured JavaScript applications, using Backbone’s own flavor of model-view-controller (MVC) architecture.Start with the basics of MVC, SPA, and Backbone, then get your hands dirty building sample applications—a ... Leer más

    $28.09 USD

  • ReactJS Blueprints

    Create powerful applications with ReactJS, the most popular platform for web developers todayAbout This BookCreate web apps with the most popular JavaScript library in the worldLearn how to speed up your development process and save valuable timeWork though step-by-step tutorials that provide easy-to-understand solutions to real-world problemsWho This Book Is ForThis book is for those who want to ... Leer más

    $32.39 USD

  • JavaScript in easy steps, 5th Edition

    de Mike McGrath ...
    Series series In Easy Steps
    JavaScript in easy steps, now in its 5th edition, instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality.  You need have no previous knowledge of any scripting language so it's ideal for the newcomer to JavaScript. By the end of this book you will have gained a sound understanding of JavaScript and be able to add exciting dynamic scripts to ... Leer más

    $15.00 USD

  • Programming Elm

    Build Safe, Sane, and Maintainable Front-End Applications

    Elm brings the safety and stability of functional programing to front-end development, making it one of the most popular new languages. Elm's functional nature and static typing means that run-time errors are nearly impossible, and it compiles to JavaScript for easy web deployment. This book helps you take advantage of this new language in your web site development. Learn how the Elm Architecture ... Leer más

    $25.19 USD

  • Learning JavaScript Fast

    Build Web Interactivity Using Powerful JavaScript Tools

    Beginners who wish to learn JavaScript fast and efficiently may find "Learning JavaScript Fast: Essential Coding Skills for Beginners: Build Web Interactivity Using Powerful JavaScript Tools," an extensive tutorial. This book makes it easier for users to create dynamic web apps by offering a methodical and straightforward approach to comprehending the fundamentals of JavaScript. This book breaks ... Leer más

    $9.99 USD

  • Javascript "La Biblia"

    El presente libro nace con la idea de servir como texto introductorio, de consulta, respaldo y para la codificación, generación y diseños de páginas web, por medio de la codificación javascript, a través de extractos, resúmenes y aportes propios del autor, para su entendimiento y aprendizaje."HTML" es lo que se utiliza para crear todas las páginas web de Internet". De manera más concreta, HTML es ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • 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.91 USD

  • Sviluppare applicazioni ibride per dispositivi mobili

    Molti sanno come sviluppare un'applicazione per dispositivi mobili, pochi invece sanno come farlo nel modo migliore. Grazie a questo ebook sarà possibile imparare a sviluppare applicazioni ibride per dispositivi mobili partendo da zero usando Apache Cordova in pochissimo tempo.Il libro è strutturato in 5 macro-argomenti (architettura, strumenti, sviluppo, debugging, ottimizzazione). Dopo averlo ... Leer más

    $14.99 USD o gratis con Kobo Plus

  • Object-Relational Mapping (ORM): MongoDB, Mongoosejs and Node.js By Example

    The Guide to learn Object-Relational Mapping (ORM) for MongoDB using Mongoosejs and Node.js is the development practical guide for you. The text aims to give you illustration in code how to implement ORM for MongoDB. It contains lots of detailed sample code that can be followed a long with as you read.****TOC***Development EnvironmentSchemas and ModelsCreate, Read, Update and Delete ... Leer más

    $2.99 USD

  • Responsive & Fast

    Implementing High-Performance Responsive Design

    de Guy Podjarny ...
    Is Responsive Web Design (RWD) slowing your site down? It doesn’t have to. With this concise book, you’ll learn practical techniques for improving performance with RWD, including a default set of guidelines you can use as an easy starting point. Web performance researcher and evangelist Guy Podjarny walks you through several existing solutions for dealing with RWD performance problems, and offers ... Leer más

    $10.69 USD

  • JavaScript für Einsteiger - In einfachen Schritten zum Programmier-Experten: Der leicht verständliche und praxisnahe Leitfaden zum professionellen Programmieren im Handumdrehen

    de Code Campus ...
    Wie Sie mit den richtigen Skills in kürzester Zeit zum absoluten Programmier-Profi werden – ganz ohne Vorkenntnisse! Möchten Sie sich für Ihren Job oder Ihr Studium einen Vorteil verschaffen und objektorientiertes Programmieren lernen? Wollen Sie Ihre eigenen Codes schreiben, auch wenn Sie noch keine Ahnung von Programmiersprachen haben? Brauchen Sie eine Schritt-für Schritt Anleitung, mit der Sie ... Leer más

    $8.59 USD

  • Security Challenges with Blockchain

    Navigate Blockchain Security Challenges, Unveil Vulnerabilities, and Gain Practical Strategies for Secure Application Development (English Edition)

    de Chintan Dave ...
    Securing the Chain: Navigating the Future of Blockchain with ConfidenceBook DescriptionIn “Security Challenges with Blockchain”, readers embark on a critical journey through the evolving landscape of blockchain security. This essential guide illuminates the intricate security challenges posed by blockchain technology’s decentralized nature, providing a comprehensive overview of the potential ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Migrating Legacy JavaScript Projects to TypeScript: A Practical Guide

    de Baldurs L. ...
    Migrating Legacy JavaScript Projects to TypeScript: A Practical GuideTransform your JavaScript codebase into a type-safe, maintainable TypeScript project with confidence.Are you struggling with a growing JavaScript codebase that's becoming increasingly difficult to maintain? Do runtime errors plague your applications? Is onboarding new developers to your JavaScript projects taking too long? This ... Leer más

    $6.99 USD o gratis con Kobo Plus

  • Building a Poll Builder Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Poll Builder

    This hands-on Q&A-style guide shows how to create a complete Poll Builder web app using only HTML, CSS, and JavaScript. It is intended for learners who have a basic understanding of these technologies and want to apply them in a practical project.You will learn how to:Structure your HTML for user input and resultsStyle forms and layouts using CSS for a better experienceUse JavaScript to add and ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • Building a Screenshot Capture Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Screenshot Capture App

    This practical guide shows you how to build a working Screenshot Capture web app using only HTML, CSS, and JavaScript. Designed for beginners and early intermediates, it uses a clear question-and-answer format to explain every step in simple terms.You will learn how to:Set up your project structure and layoutUse the Screen Capture API to access screen contentConvert live video previews into still ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • Building a Tab Manager Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Tab Manager

    This guide helps developers with basic web skills build a functional Tab Manager app using core web technologies: HTML, CSS, and JavaScript. Through a practical question-and-answer format, it explains key concepts and techniques needed to create an interactive tabbed interface.Starting with the project setup, the guide walks you through structuring HTML for tabs and content panels, styling with ... Leer más

    $4.99 USD o gratis con Kobo Plus