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 73 - 96 de 1270 resultados
Skip side bar filters
  • Node.js Design Patterns

    Level up your Node.js skills and design production-grade applications using proven techniques

    An essential read for any JavaScript developer - take full advantage of the Node.js platform and build reliable, scalable web applications using design patterns Purchase of the print or Kindle book includes a free eBook in PDF format Free with your book: DRM-free PDF version + access to Packt's next-gen Reader (Email sign-up and proof of purchase required)Key FeaturesGain a deep understanding of ... Leer más

    $43.19 USD o gratis con Kobo Plus

  • Your First Week With Node.js

    While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and ... Leer más

    $10.59 USD o gratis con Kobo Plus

  • Security Challenges with Blockchain

    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

  • AngularJS Directives Cookbook

    Extend the capabilities of AngularJS and build dynamic web applications

    Extend the capabilities of AngularJS and build dynamic web applications by creating customized directives with this selection of more than 30 recipesKey FeaturesLearn how to extend HTML templates in new ways to build even better web applications with exceptional interface componentsBuild reusable directives for large-scale AngularJS applicationsCreate even sophisticated and impressive modern web ... Leer más

    $34.19 USD o gratis con Kobo Plus

  • Python Automation Mastery

    From Novice To Pro

    de Rob Botwright ...
    PYTHON AUTOMATION MASTERY: From Novice to Pro Book Bundle Are you ready to unlock the full potential of Python for automation? Look no further than the "Python Automation Mastery" book bundle, a comprehensive collection designed to take you from a beginner to an automation pro! Book 1 - Python Automation Mastery: A Beginner's GuidePerfect for newcomers to programming and Python.Learn Python ... Leer más

    $7.99 USD o gratis con Kobo Plus

  • JavaScript from Zero to Proficiency (Beginner)

    JavaScript from Zero to Proficiency, #1

    Series Libro 1 - JavaScript from Zero to Proficiency
    Get Started with JavaScript FastGetting Started with JavaScript can sometimes be tedious and difficult if you don't have an approach that is both simple and detailed.In the past, I have seen how a simple yet detailed approach to teaching JavaScript can make a real difference to student's ability to write confidently and successfully in this scripting language. There is no magic bullet to achieve ... Leer más

    $2.99 USD

  • Ultimate Next.js for Modern Web Applications

    de Shubham Jain ...
    Master the Art of Building Lightning-Fast and SEO-Friendly Web Applications with Next.js.Key Features● Master Next.js 15 from fundamentals to routing and data fetching to SSR, SSG, and API routes.● Build high-performance, scalable, and SEO-friendly modern web applications with TypeScript and Tailwind CSS.● Follow a complete workflow from setup to testing and deployment on platforms like Vercel and ... Leer más

    $18.99 USD

  • ASP.NET MVC Fundamentals : Step-by-Step Instructions for Building Web Applications with ASP.NET 8, Integrating SQLite for Robust Data Handling, and Utilizing Entity Framework

    Step-by-Step Instructions for Building Web Applications with ASP.NET 8, Integrating SQLite for Robust Data Handling, and Utilizing Entity Framework to Streamline Database Operations.This comprehensive guide is designed for both beginners and experienced developers aiming to master ASP.NET MVC using the latest .NET 8 framework. Delve into the evolution of ASP.NET MVC, understand its architecture, ... Leer más

    $1.99 USD

  • Cooking up the web with HTML and JavaScript

    Being proficient on the web requires basic knowledge of HTML. Therefore we cover tables, divs, and spans, along with HTML5 changes as well.Then we cover JavaScript in two parts. In part one, we cover some basic elements of the programming language.Mastering loops and conditionalsWorking with variable scopeHow to use ClosuresThat gets you off the ground, and then we move beyond to more advanced ... Leer más

    $1.99 USD

  • Svelte 5 et SvelteKit 2.x

    de Michel Martin ...
    Le framework JavaScript Svelte permet de créer des applications Web « réactives ». Par son intermédiaire, le DOM se synchronise automatiquement avec les variables de l'application. Il est même possible de synchroniser les variables les unes par rapport aux autres en utilisant des « déclarations réactives ».Pour créer des applications Svelte, vous devrez écrire du code HTML, CSS et JavaScript (ou ... Leer más

    $18.78 USD

  • HTML5 Canvas

    Native Interactivity and Animation for the Web

    Flash is fading fast as Canvas continues to climb. The second edition of this popular book gets you started with HTML5 Canvas by showing you how to build interactive multimedia applications. You’ll learn how to draw, render text, manipulate images, and create animation—all in the course of building an interactive web game throughout the book.Updated for the latest implementations of Canvas and ... Leer más

    $28.09 USD

  • Learning DHTMLX Suite UI

    Create your first single-page JavaScript application using multiple DHTMLX components and a touch of HTML5

    de Eli Geske ...
    Create your first single-page JavaScript application using multiple DHTMLX components and a touch of HTML5Key FeaturesLearn how to install and use DHTMLX methods and eventsStore data in HTML5 local storageLearn how to develop a client-side application using DHTMLX and browser toolsBook DescriptionJavaScript applications provide an excellent user experience for small to large scale enterprise ... Leer más

    $19.99 USD o gratis con Kobo Plus

  • D3.js 4.x Data Visualization

    Learn to visualize your data with JavaScript

    Create and publish your own interactive and compelling data visualizations with D3.js 4.xKey FeaturesBuild interactive and rich graphics and visualization using JavaScript\`s powerful library D3.jsLearn D3 from the ground up, using the all-new version 4 of the libraryGain insight into producing high-quality, extensible charts and visualizations using best practices such as writing testable, ... Leer más

    $34.19 USD o gratis con Kobo Plus

  • Becoming Functional

    Steps for Transforming Into a Functional Programmer

    If you have an imperative (and probably object-oriented) programming background, this hands-on book will guide you through the alien world of functional programming. Author Joshua Backfield begins slowly by showing you how to apply the most useful implementation concepts before taking you further into functional-style concepts and practices.In each chapter, you’ll learn a functional concept and ... Leer más

    $17.29 USD

  • Guide to: Learning Iteration and Generators in Python

    de Matt Harrison ...
    Understanding iteration enables understanding generators and easily creating objects that can iterate. This guide will explain the theory behind iteration in Python and teach best practices for generator creation and use. Do not beware the yield, rather embrace the power it provides. ... Leer más

    $4.99 USD

  • Mastering Test-Driven Development with React: Build Uncluttered and Robust React Applications Using Test-Driven Development Principles with Jest, React Testing Library, and Mocha

    React and TDD: Craft Reliable, High-Quality Apps from Scratch!Key Features● Master Test-Driven Development to build reliable, bug-free React apps.● Write comprehensive tests to ensure maintainable, scalable React code.● Leverage Jest and React Testing Library for efficient automated testing.● Build real-world React applications by applying TDD principles end-to-end.Book DescriptionTes... ... Leer más

    $19.95 USD o gratis con Kobo Plus

  • Programming Concepts in C++

    de Robert Burns ...
    Programming Concepts in C++ is one in a series of books that introduce the basic concepts of computer programming, using a selected programming language. Other books in the series use languages like Java and Python, but all focus on concepts and not on any particular language. The presentation of the material is the same in each language, and much of the text is identical. Code samples are ... Leer más

    $4.99 USD

  • Derinlemesine React

    de Onder Teker ...
    Bu kitap React konusunda temel, orta & ileri konuları içermektedir. İçerikte component (class, function,arrow); properties; event; state; condition; map; form (controlled / uncontrolled ) gibi temel konularderinlemesine işlenmektedir. Sonrasında validation,elements (text, radio, checkbox, select) anlatılmaktadır. İleri konulardan hooks, lifecycle; memo; reducer; error; configuration; higher order ... Leer más

    $0.99 USD

  • Django 2

    de Antonio Mele ...
    Descubra el proceso completo para desarrollar aplicaciones web profesionales con Django. Este libro le guiará a través de la creación de cuatro proyectos prácticos con Django para saber cómo resolver problemas comunes e implementar las mejores prácticas de desarrollo. A lo largo de la lectura aprenderá a construir una aplicación blog, un sitio web social para compartir imágenes, una tienda online ... Leer más

    $25.62 USD o gratis con Kobo Plus

  • Rediscovering JavaScript

    Master ES6, ES7, and ES8

    JavaScript is no longer to be feared or loathed - the world's most popular and ubiquitous language has evolved into a respectable language. Whether you're writing frontend applications or server side code, the phenomenal features from ES6 and beyond - like the rest operator, generators, destructuring, object literals, arrow functions, modern classes, promises, async, and metaprogramming ... Leer más

    $28.79 USD

  • Data Oriented Development with Angularjs

    Data Oriented Development with Angularjs

    de Manoj Waikar ...
    Key FeaturesBook DescriptionThis book helps beginner-level AngularJS developers organize AngularJS applications by discussing important AngularJS concepts and best practices. If you are an experienced AngularJS developer but haven't written directives or haven't created custom HTML controls before, then this book is ideal for you.What you will learnExperience the power of twoway data binding using ... Leer más

    $21.89 USD o gratis con Kobo Plus

  • Building a Mortgage Calculator Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Mortgage Calculator

    This project-based guide shows you how to create a mortgage calculator web app using only HTML, CSS, and JavaScript. Designed for beginners with basic knowledge of these core technologies, the book focuses on writing real, functional code for a practical use case.Presented in a clear Q&A format, each section covers a step in the development process, including project setup, input validation, ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • Learning Three.js: The JavaScript 3D Library for WebGL - Second Edition

    Create stunning 3D graphics in your browser using the Three.js JavaScript library

    de Jos Dirksen ...
    Key FeaturesBook DescriptionIf you know JavaScript and want to start creating 3D graphics that run in any browser, this book is a great choice for you. You don't need to know anything about math or WebGL; all that you need is general knowledge of JavaScript and HTML.What you will learnUse the different geometries that are provided by Three.jsApply realistic lighting and shadows to the 3D objects ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • SPRING COOKBOOK

    Over 100 hands-on recipes to build Spring web applications easily and efficiently

    Key FeaturesBook DescriptionThis book is for you if you have some experience with Java and web development (not necessarily in Java) and want to become proficient quickly with Spring.What you will learnInstall Maven and Tomcat and create a Spring MVC web applicationDisplay, validate, and process formsQuery a database with minimal codeAuthenticate users and manage their rolesBuild REST, Java RMI, ... Leer más

    $37.79 USD o gratis con Kobo Plus