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 11771200 av 1290 resultat
Skip side bar filters
  • Ajax Level 2

    Learn how to load content dynamically with JavaScript

    av J.D Gauchat ...
    Learn how to use Ajax on your website or web application to communicate with your server. After reading this guide, you will know how to read files on the server and process their content, how to control the process with events, how to send data to the server, and how to upload and download resources.Table of ContentsAJAX LEVEL 2The XMLHttpRequest ObjectPropertiesEventsSending DataUploading ... Läs mer

    18,85 kr

  • Jython Essentials

    Rapid Scripting in Java

    Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used ... Läs mer

    220,26 kr

  • Mastering Perl for Bioinformatics

    Perl Programming for Bioinformatics

    av James Tisdall ...
    Historically, programming hasn't been considered a critical skill for biologists. But now, with access to vast amounts of biological data contained in public databases, programming skills are increasingly in strong demand in biology research and development. Perl, with its highly developed capacities in string handling, text processing, networking, and rapid prototyping, has emerged as the ... Läs mer

    314,70 kr

  • Migrating Legacy JavaScript Projects to TypeScript: A Practical Guide

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

    65,68 kr eller gratis med Kobo Plus

  • Vue.js: Up and Running

    Building Accessible and Performant Web Apps

    av Callum Macrae ...
    Get a brisk introduction to building fast, interactive single-page web applications with Vue.js, the popular JavaScript framework that organizes and simplifies web development. With this practical guide, you’ll quickly move from basics to custom components and advanced features—including JSX, the JavaScript syntax extension.Author Callum Macrae shows you how to use the most useful libraries in the ... Läs mer

    267,53 kr

  • Developing Web Components

    UI from jQuery to Polymer

    Although web components are still on the bleeding edge—barely supported in modern browsers—the technology is also moving extremely fast. This practical guide gets you up to speed on the concepts underlying W3C’s emerging standard and shows you how to build custom, reusable HTML5 Web Components.Regardless of your experience with libraries such as jQuery and Polymer, this book teaches JavaScript ... Läs mer

    204,57 kr

  • Secure Coding in TypeScript: Best Practices and Vulnerability Prevention

    av Baldurs L. ...
    Secure Coding in TypeScript: Best Practices and Vulnerability PreventionIn an era where security breaches dominate headlines and compromise user data, writing secure code has never been more critical. "Secure Coding in TypeScript" is your comprehensive guide to leveraging TypeScript's powerful type system as a frontline defense against common web vulnerabilities.This practical handbook bridges the ... Läs mer

    75,08 kr eller gratis med Kobo Plus

  • Programming Clojure

    Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing a set of composable tools--immutable data, functions, macros, and the interactive REPL. Written by members of the Clojure core team, this book is ... Läs mer

    338,34 kr

  • Ultimate Typescript Handbook

    Build, scale and maintain Modern Web Applications with Typescript

    av Dan Wellman ...
    DESCRIPTIONThis book provides a comprehensive guide to TypeScript, a programming language that extends JavaScript with powerful features like static typing, classes, and interfaces. The book is divided into thirteen chapters that cover everything from setting up a development environment to building an Angular app with TypeScript.We start with an introduction to TypeScript and its benefits and go ... Läs mer

    248,52 kr eller gratis med Kobo Plus

  • 10 Lessons in Front-end

    Even though some of the chapters present basic concepts in front-end development the book is more about medium and advanced programmers. It's a collection of 10+ curated articles published on krasimirtsonev.com/blog. "10 Lessons in Front-end" we'll show you ES6 features, Flux design pattern, animations in HTML or how to smoothly run your application in 60 frames per second. You'll learn about the ... Läs mer

    9,30 kr eller gratis med Kobo Plus

  • Web Designing and Publishing

    O' Level Made Simple

    Book provides the technological development in the field of Web Designing and Publishing. It emphasize on comprehensive knowledge of publishing content on Internet. The book covers the basics process of planning and maintenance of Web pages and Websites in Chapter 1. Chapter 2 covers using HTML basics to create Web pages using HTML tags to display information in a Web browser. Chapter 3 covers ... Läs mer

    163,02 kr eller gratis med Kobo Plus

  • Mastering React Test-Driven Development

    Build simple and maintainable web apps with React, Redux, and GraphQL

    av Daniel Irvine ...
    Learn test-driven and behavior-driven development techniques that will give you greater confidence when building React applicationsKey FeaturesExplore the TDD process, how it works, and why it will help you write maintainable React appsDevelop a component testing framework from scratch, which will help you understand the mechanics of good unit testingReduce complexity by using unit tests and end ... Läs mer

    338,13 kr eller gratis med Kobo Plus

  • Functions in JavaScript: A Beginner’s Guide

    Learn to Write, Use, and Master Functions for Cleaner and Reusable JavaScript Code

    av Dargslan ...
    Serie Bok 4 - Dargslan - JavaScript - Beginner Level
    Functions in JavaScript: A Beginner's Guide - Book Description for Amazon KDPUnlock the power of JavaScript functions and transform your coding skills with "Functions in JavaScript: A Beginner's Guide." This comprehensive tutorial takes you on a journey from basic function concepts to advanced techniques that power modern web applications.Are you struggling to understand JavaScript functions? Do ... Läs mer

    164,11 kr eller gratis med Kobo Plus

  • JavaScript : Object-Oriented Programming

    Build sophisticated web applications by mastering the art of Object-Oriented JavascriptAbout This BookLearn popular Object-Oriented programming (OOP) principles and design patterns to build robust appsImplement Object-Oriented concepts in a wide range of frontend architecturesCapture objects from real-world elements and create object-oriented code that represents themLearn the latest ES6 features ... Läs mer

    662,49 kr eller gratis med Kobo Plus

  • JavaScript Debugging Basics

    A Beginner’s Guide to Finding and Fixing JavaScript Errors with Confidence

    av Dargslan ...
    Serie Bok 9 - Dargslan - JavaScript - Beginner Level
    JavaScript Debugging Basics: A Beginner's Guide to Finding and Fixing JavaScript Errors with ConfidenceAre you tired of staring at broken JavaScript code, feeling helpless when faced with cryptic error messages? Do you wish you could approach debugging methodically instead of through trial and error? JavaScript Debugging Basics transforms the often frustrating process of finding and fixing code ... Läs mer

    164,11 kr eller gratis med Kobo Plus

  • The TypeScript Workshop

    A practical guide to confident, effective TypeScript programming

    Broaden your skill set by learning TypeScript and applying your knowledge to build real-world applicationsKey FeaturesQuickly get started writing TypeScript code with hands-on exercises and activitiesDevelop new skills that can be applied at work or in your own side projectsBuild your understanding, boost your confidence, and advance your programming careerBook DescriptionBy learning TypeScript, ... Läs mer

    352,97 kr eller gratis med Kobo Plus

  • Begin to Code

    Building apps and games in the Cloud

    av Rob Miles ...
    Become a cloud developer — and have fun doing it!This full-color guide will help you start creating cloud-based apps and games fast, even if you've never done it before. Not just friendly and easy, it puts you in control of your own learning and empowers you to solve problems you care about. Microsoft and author Rob Miles have reinvented the introductory tutorial, reflecting deep research into how ... Läs mer

    338,34 kr

  • Coding for Kids Ages 9-15

    Simple HTML, CSS and JavaScript lessons to get you started with Programming from Scratch

    av Mather Bob ...
    Are you looking to teach children how to code? Or are you looking to start coding?This book on beginner html and JavaScript is the answer.For the last couple of years, the news keeps talking about the digital economy and how everyone needs programmers. It seems like everyone wants to learn how to code. However, it is not that easy. Coding is a skill; and like any skill it takes time to learn. Like ... Läs mer

    95,00 kr eller gratis med Kobo Plus

  • Angular UI Development with PrimeNG

    Build rich UI for Angular applications using PrimeNG

    Unleash the power of PrimeNG components to design compelling user interface for your Angular applicationsKey FeaturesDetailed insights into PrimeNG concepts, components and features with examples to help you make excellent User Interfaces for Angular web apps.Get familiar with themes, layouts and customization in real world applications.Develop Angular applications rapidly using advance tools and ... Läs mer

    392,19 kr eller gratis med Kobo Plus

  • React Cookbook

    Create dynamic web apps with React using Redux, Webpack, Node.js, and GraphQL

    Over 66 recipes that cover UI development, animations, component architecture, routing, and testing with React Key FeaturesUse essential hacks and simple techniques to solve React application development challengesCreate native mobile applications for iOS and Android using React NativeLearn how you can write robust tests for your applications using Jest and EnzymeBook DescriptionReact.js is ... Läs mer

    392,19 kr eller gratis med Kobo Plus

  • Building HTML5 Games with ImpactJS

    An Introduction On HTML5 Game Development

    av Jesse Freeman ...
    Create a real 2D game from start to finish with ImpactJS, the JavaScript game framework that works with the HTML5's Canvas element. Making video games is hard work that requires technical skills, a lot of planning, and—most critically—a commitment to completing the project. With this hands-on guide, you’ll learn how to use Impact with other technologies step-by-step.You’ll pick up important tips ... Läs mer

    138,85 kr

  • Perl Graphics Programming

    Creating SVG, SWF (Flash), JPEG and PNG files with Perl

    av Shawn Wallace ...
    Graphics programmers aren't the only ones who need to be proficient with graphics. Web and applications programmers know that a dull web page can be quickly transformed into one that's interesting and lively with the use of well-planned graphics. And fortunately, you don't need the skills of a fulltime graphics programmer to use graphics effectively. From access counters and log report graphs to ... Läs mer

    228,21 kr

  • JavaScript in 100 Words

    av Enton Biba ...
    Learn the power of JavaScript in less than 100 words. Perfect for starters, it covers essential topics including variables, functions, loops, arrays and more. Code samples included for hands on learning. ... Läs mer

    29,78 kr

  • JavaScript Made Simple: The Practical Beginner’s Guide with Hands-On Projects

    av Riven Clarke ...
    Master the Language of the Web with Practical, Hands-On ProjectsDo you want to learn web development but feel overwhelmed by complex jargon? You are not alone. JavaScript is the essential language of the modern web, but most tutorials make it sound like rocket science.JavaScript Made Simple is the practical, project-based guide designed to take you from absolute beginner to confident developer. ... Läs mer

    56,29 kr eller gratis med Kobo Plus