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 721 - 744 de 1195 resultados
Skip side bar filters
  • 680 Dot Net (.NET) Framework Interview Questions and Answers

    680 most important and frequently asked questions and answers to crack interviews

    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 Dot Net (.NET) ... Leer más

    $2.99 USD

  • Mastering Coding Test - 50 Problems with Solutions

    Your Coding Test Companion

    Welcome to “Mastering Coding Test: 50 Problems with Solutions.”This book aims to provide a curated list of 50 of the most popular coding/interview test/problems along with detailed explanations and solutions to help you master these concepts and improve your problem-solving skills.This book assumes basic understanding of JavaScript. ... Leer más

    $10.99 USD o gratis con Kobo Plus

  • Composing Software

    An Exploration of Functional Programming and Object Composition in JavaScript

    de Eric Elliott ...
    Unlock the power of functional programming in JavaScript with this detailed guide. Master essential techniques like function composition, immutability, and higher-order functions to create modular, maintainable code that's easy to understand and reuse.Key FeaturesAn exploration of functional programming in JavaScript, from basics to advanced conceptsAn extensive focus on real-world applications & ... Leer más

    $31.99 USD o gratis con Kobo Plus

  • Quick Start Basic HTML and JavaScript

    Basic HTML and JavaScript skills are required for working on the web.In this Quick Start guide, we cover the basics of both.Starting with HTML elements, review HTML5 changes, tables, divs, and spans.Next, we cover JavaScript's basic syntax.Including:Variable and ValuesFunctionsConditionalsLoopsScopeClosuresThis isn't a long one but a concise quick-start guide for all levels who wa... ... Leer más

    $0.99 USD o gratis con Kobo Plus

  • Learning Object-Oriented Programming

    Explore and crack the OOP code in Python, JavaScript, and C#

    Key FeaturesBook DescriptionIf you're a Python, JavaScript, or C\# developer and want to learn the basics of object-oriented programming with real-world examples, then this book is for you.What you will learnGenerate instances in three programming languages: Python, JavaScript, and C\#Customize constructors and destructorsWork with a combination of access modifiers, prefixes, properties, fields, ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Hugo in Action

    de Atishay Jain ...
    Build and deploy a live website in just 30 minutes using Hugo. The Hugo engine lets you rapidly deliver static sites that are low maintenance, high performance, and feature rich.In Hugo in Action you will learn:Building web pages with Hugo and JamstackCreating content using MarkdownContent management with HugoDesigning new Hugo themesUsing the Go template languageManaging dependencies with Hugo ... Leer más

    $49.99 USD

  • Redux in Action

    SummaryWith Redux in Action, you'll discover how to integrate Redux into your React application and development environment. With the insights you glean from the experience of authors Marc Garreau and Will Faurot, you'll be more than confident in your ability to solve your state management woes with Redux and focus on developing the apps you need!Foreword by Mark Erikson, Redux co-maintainer.About ... Leer más

    $49.99 USD

  • Testing Vue.js Applications

    de Edd Yerburgh ...
    SummaryTesting Vue.js Applications is a comprehensive guide to testing Vue components, methods, events, and output. Author Edd Yerburgh, creator of the Vue testing utility, explains the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.About the TechnologyWeb developers who use the Vue framework love its reliability, speed, small footprint, and ... Leer más

    $49.99 USD

  • JavaScript Application Design

    A Build First Approach

    SummaryJavaScript Application Design: A Build First Approach introduces JavaScript developers to techniques that will improve the quality of their software as well as their web development workflow. You'll begin by learning how to establish build processes that are appropriate for JavaScript-driven development. Then, you'll walk through best practices for productive day-to-day development, like ... Leer más

    $49.99 USD

  • Vue.js in Action

    **SummaryWeb pages are rich with data and graphics, and it's challenging to maintain a smooth and quick user experience. Vue.js in Action teaches you how to build a fast, flowing web UI with the Vue.js framework. As you move through the book, you'll put your skills to practice by building a complete web store application with product listings, a checkout process, and an administrative interface ... Leer más

    $49.99 USD

  • Getting MEAN with Mongo, Express, Angular, and Node

    SummaryGetting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. This edition was completely revised and updated to cover MongoDB 4, Express 4, Angular 7, Node 11, and the latest mainstream release of JavaScript ES2015.About the TechnologyJuggling languages mid-application can radically slow down a full-stack web project. The MEAN stack—MongoDB, ... Leer más

    $49.99 USD

  • CMIS and Apache Chemistry in Action

    SummaryCMIS and Apache Chemistry in Action is a comprehensive guide to the CMIS standard and related ECM concepts, written by the authors of the standard. In it, you'll tackle hands-on examples for building applications on CMIS repositories from both the client and the server sides. You'll learn how to create new content-centric applications that install and run in any CMIS-compliant repository ... Leer más

    $58.99 USD

  • Aurelia in Action

    de Sean Hunter ...
    SummaryAurelia in Action teaches you how to build fantastic single-page applications with the Aurelia framework. You'll learn about modern design practices and a modular architecture based on web components, perfect for hybrid web + mobile apps.About the TechnologyTry Aurelia, and you may not go back to your old web framework. Flexible and efficient, Aurelia enforces modern design practices and a ... Leer más

    $49.99 USD

  • Functional Reactive Programming

    SummaryFunctional Reactive Programming teaches the concepts and applications of FRP. It offers a careful walk-through of core FRP operations and introduces the concepts and techniques you'll need to use FRP in any language.About the TechnologyToday's software is shifting to more asynchronous, event-based solutions. For decades, the Observer pattern has been the go-to event infrastructure, but it ... Leer más

    $49.99 USD

  • CORS in Action

    Creating and consuming cross-origin APIs

    SummaryCORS in Action introduces Cross-Origin Resource Sharing (CORS) from both the server and the client perspective. It starts with the basics: how to make CORS requests and how to implement CORS on the server. It then explores key details such as performance, debugging, and security. API authors will learn how CORS opens their APIs to a wider range of users. JavaScript developers will find ... Leer más

    $49.99 USD

  • Programming with Types

    Examples in TypeScript

    de Vlad Riscutia ...
    SummaryProgramming with Types teaches you to design safe, resilient, correct software that’s easy to maintain and understand by taking advantage of the power of strong type systems. Designed to provide practical, instantly useful techniques for working developers, this clearly written tutorial introduces you to using type systems to support everyday programming tasks.About the technologyCommon ... Leer más

    $49.99 USD

  • Hello! HTML5 & CSS3

    A User Friendly Reference Guide

    de Rob Crowther ...
    SummaryHello! HTML5 & CSS3 is written for the web designer or developer who wants a fast, example-oriented introduction to the new HTML and CSS features. This snappy, user-friendly, and fun guide will get you started right away.About this BookWhether you're building web pages, mobile apps, or desktop apps, you need to learn HTML5 and CSS3. So why wait? Hello! HTML5 & CSS3 is a smart, snappy, and ... Leer más

    $40.99 USD

  • TypeScript Quickly

    SummaryTypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript can help you eliminate entire categories of runtime errors. In TypeScript Quickly, you’ll learn to build rock-solid apps through practical examples and hands-on projects under the expert instruction of experienced web developers Yakov Fain and Anton Moiseev.About the technologyStrong ... Leer más

    $49.99 USD

  • React in Depth

    A guide to the advanced React skills used by the very best React developers.React in Depth teaches the React libraries, tools and techniques that are vital to build amazing apps. You’ll put each skill you learn into practice with hands-on projects like a goal-focused task manager, expenses tracker, and custom UI library.In React in Depth you will learn how to:Assess technologies in the React ... Leer más

    $49.99 USD

  • Professional Node.js

    Building Javascript Based Scalable Software

    Learn to build fast and scalable software in JavaScript with Node.jsNode.js is a powerful and popular new framework for writing scalable network programs using JavaScript. This no nonsense book begins with an overview of Node.js and then quickly dives into the code, core concepts, and APIs. In-depth coverage pares down the essentials to cover debugging, unit testing, and flow control so that you ... Leer más

    $29.99 USD

  • Learn Angular: Build a Todo App

    Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop.This book contains a complete tutorial on building a todo app with Angular. Along the way, we'll learn about installation and setup, component architecture, adding a REST backend, routing, authentication, and much more.This book is for all front-end developers ... Leer más

    $10.99 USD o gratis con Kobo Plus

  • JavaScript: A Comprehensive Beginner's Guide to Mastering JavaScript Programming Incrementally

    de Ryan roffe ...
    Are you interested in delving into computer programming but feel like a total novice, lacking any prior experience, and seeking user-friendly resources?If that sounds like you, then this guide is tailor-made for individuals just like yourself.In today's modern society, computers have become indispensable tools, yet many still find them daunting, leaving them bewildered and frustrated by the ... Leer más

    $9.99 USD o gratis con Kobo Plus

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

    A Practical Q&A Guide Using a GPA Calculator

    Learn how to build a functional GPA calculator using only HTML, CSS, and JavaScript. This hands-on guide is for beginners and early-stage developers who want to improve their front-end skills through a real project.Structured in a practical Q&A format, this book walks through every part of the development process: setting up your project, structuring HTML, styling with CSS, and adding JavaScript ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • DOM Manipulation Made Easy with JavaScript

    A Beginner’s Guide to Creating Interactive Web Pages Using JavaScript and the DOM

    de Dargslan ...
    Series Libro 5 - Dargslan - JavaScript - Beginner Level
    DOM Manipulation Made Easy with JavaScript: A Beginner's Guide to Creating Interactive Web Pages Using JavaScript and the DOMTransform your static websites into dynamic, responsive experiences with the power of JavaScript DOM manipulation!Are you ready to take your web development skills to the next level? "DOM Manipulation Made Easy with JavaScript" is your comprehensive, beginner-friendly guide ... Leer más

    $17.46 USD o gratis con Kobo Plus