Skip to main content

Kundvagn

Du får VIP-behandlingen!

Objekt inte tillgängliga för köp
Vänligen granska din kundvagn. Du kan ta bort objekt som inte är tillgängliga nu, eller så gör vi det automatiskt i kassan.
objektobjekt
objektobjekt

Rekommenderas för dig

Loading...

CGI, JavaScript, Perl, VBScript E-böcker

Om du gillar CGI, JavaScript, Perl, VBScript-e-böcker så kommer du att älska dessa toppval.
Visar 217240 av 1286 resultat
Skip side bar filters
  • 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, ... Läs mer

    352,97 kr eller gratis med 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 ... Läs mer

    188,78 kr

  • Guide to: Learning Iteration and Generators in Python

    av 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. ... Läs mer

    49,70 kr

  • 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... ... Läs mer

    198,72 kr eller gratis med Kobo Plus

  • Programming Concepts in C++

    av 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 ... Läs mer

    51,94 kr

  • Derinlemesine React

    av 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 ... Läs mer

    9,30 kr

  • Django 2

    av 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 ... Läs mer

    249,00 kr eller gratis med 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 ... Läs mer

    314,70 kr

  • Data Oriented Development with Angularjs

    Data Oriented Development with Angularjs

    av 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 ... Läs mer

    215,17 kr eller gratis med 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, ... Läs mer

    49,70 kr eller gratis med 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, ... Läs mer

    392,19 kr eller gratis med Kobo Plus

  • HTML5 Hacks

    Tips & Tools for Creating Interactive Web Applications

    With 90 detailed hacks, expert web developers Jesse Cravens and Jeff Burtoft demonstrate intriguing uses of HTML5-related technologies. Each recipe provides a clear explanation, screenshots, and complete code examples for specifications that include Canvas, SVG, CSS3, multimedia, data storage, web workers, WebSockets, and geolocation.You’ll also find hacks for HTML5 markup elements and attributes ... Läs mer

    236,05 kr

  • Hands-On Sencha Touch 2

    A Real-World App Approach

    av Lee Boonstra ...
    Get hands-on experience building speedy mobile web apps with Sencha Touch 2.3, the user interface JavaScript framework built specifically for the mobile Web. With this book, you’ll learn how to build a complete touch application, called Find a Cab, that has the look and feel of a native app on Android, iOS, Windows, and BlackBerry devices.In the process, you’ll work with Sencha’s model-view ... Läs mer

    163,34 kr

  • React Native

    Desenvolvimento de aplicativos mobile com React

    O React Native é um framework desenvolvido pelo Facebook e baseado na biblioteca React. Ele consiste em uma série de ferramentas que viabilizam a criação de aplicações mobile nativas — para as plataformas iOS e Android — utilizando internamente as tecnologias básicas do front-end: HTML, CSS e JavaScript. Ao contrário de outros frameworks semelhantes, o React Native converte todo o código ... Läs mer

    Var 105,00 kr Nu 89,00 kr eller gratis med Kobo Plus

  • Mastering Modular JavaScript

    If you have a working knowledge of JavaScript and ECMAScript 6 (ES6), this practical guide will help you tackle modular programming to produce code that’s readable, maintainable, and scalable. You’ll learn the fundamentals of modular architecture with JavaScript and the benefits of writing self-contained code at every system level, including the client and server.Nicolás Bevacqua, author of ... Läs mer

    338,34 kr

  • Programmation avec Node.js, Express.js et MongoDB

    JavaScript coté serveur

    av Eric Sarrion ...
    Serie serie Noire
    Un livre incontournable pour développer des applications web professionnelles !Né à la fin des années 1990, le langage JavaScript connaît aujourd'hui une deuxième vie. Après s'être installé sur pratiquement tous les sites web de la planète, il s'invite désormais sur de plus en plus de serveurs web, notamment grâce à Node.js qui symbolise le JavaScript côté serveur. Node.js est donc plus que jamais ... Läs mer

    240,75 kr

  • Computer Programming For Passionate Beginners

    Fundamental Concepts & Terms Of Programming | The Perfect Guide To Learn Java, C#, Python And More Even If You’re New To Programming

    av Stephen Weber ...
    Get to grips with the building blocks of programming languages and get started on your programming journey without a computer science degreeFor a beginner, programming can seem like something scary or hard to do. With all the technical terms and concepts out there, as well as the numerous programming languages available at your disposal, it is so important - now more than ever before - to build a ... Läs mer

    59,66 kr eller gratis med Kobo Plus

  • Backbone.js Patterns and Best Practices

    av Swarnendu De ...
    This is a step-by-step guide to design patterns, best practices, and solutions to common problems for Backbone.js-based application development. This book is for JavaScript developers who work with Backbone.js and want to learn the best design patterns to develop complex web applications. Basic knowledge of Backbone.js and JavaScript is essential. ... Läs mer

    322,23 kr eller gratis med Kobo Plus

  • TypeScript: Modern JavaScript Development

    Leverage the features of TypeScript to boost your development skills and create captivating applicationsAbout This BookLearn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScriptExplore techniques to use TypeScript alongside other leading tools such as Angular 2, React, and Node.jsFocusing on design patterns in TypeScript, this step-by ... Läs mer

    786,51 kr eller gratis med Kobo Plus

  • Vue.js 2 Web Development Projects

    Learn Vue.js by building 6 web apps

    A project-based, practical guide to get hands-on into Vue.js 2.5 development by building beautiful, functional and performant web applicationsKey FeaturesBuild exciting real world web projects from scratch and become proefficient with Vue.js Web DevelopmentTake your app to the next level with animation, routing, state management, server-side rendering and i18nLearn professional web programming ... Läs mer

    392,19 kr eller gratis med Kobo Plus

  • Cangaceiro JavaScript

    Uma aventura no sertão da programação

    Talvez nenhuma outra linguagem tenha conseguido invadir o coletivo imaginário dos desenvolvedores como JavaScript fez. Em sua história fabular em busca de identidade, foi a única que conseguiu se enraizar nos navegadores, tornando-se uma linguagem em que todo desenvolvedor precisa ter algum nível de conhecimento. Neste livro completíssimo, adentre o sertão do JavaScript com o cangaceiro Flávio ... Läs mer

    105,00 kr eller gratis med Kobo Plus

  • The Art of Docker

    Streamline App Development and Deployment with Containerization (Computer Programming)

    av Ryan Campbell ...
    Unleash the Power of Docker: Transform Your App Development!Imagine seamless, efficient, and scalable app development. With Docker, this vision becomes reality. The Art of Docker is your essential guide to mastering Docker, revolutionizing how you build, deploy, and manage applications.What You'll LearnDocker FundamentalsContainers and Images: Understand core concepts and the revolution of ... Läs mer

    9,86 kr

  • Cross-platform Desktop Application Development: Electron, Node, NW.js, and React

    Build desktop applications with web technologies

    av Dmitry Sheiko ...
    Build powerful cross-platform desktop applications with web technologies such as Node, NW.JS, Electron, and ReactKey FeaturesBuild different cross-platform HTML5 desktop applications right from planning, designing, and deployment to enhancement, testing, and deliveryForget the pain of cross-platform compatibility and build efficient apps that can be easily deployed on different platforms.Build ... Läs mer

    392,19 kr eller gratis med Kobo Plus

  • Dominando JavaScript com jQuery

    Esqueça os livros que mais parecem uma documentação da API! Aqui você encontra jQuery apresentado de maneira incremental, substituindo código JavaScript longo e complicado. Truques de animação, componentes visuais, e manipulação do DOM através de jQuery, jQueryUI e jQuery mobile. Refatore uma aplicação JavaScript e finalmente entenda callbacks, seletores e AJAX sem ficar preso ao copy and paste. ... Läs mer

    105,00 kr eller gratis med Kobo Plus