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 385408 av 678 resultat
Skip side bar filters
  • Head First JavaScript Programming

    A Learner's Guide to Modern JavaScript

    What will you learn from this book?The new edition of this brain-friendly guide takes you through a comprehensive journey into modern JavaScript, covering everything from core language fundamentals to today's cutting-edge features. You'll dive into the nuances of JavaScript types and the unparalleled flexibility of its functions. You'll also learn how to expertly navigate classes and objects, and ... Läs mer

    478,26 kr

  • Learning Heroku Postgres

    About This BookManage and optimize your PostgreSQL database with Heroku PostgresSecure your database with rollback, followers and forks functionalitiesA step-by-step tutorial with examples to help you get to grips with proficiency in Heroku Postgres databaseWho This Book Is ForLearning Heroku Postgres is targeted at developers and database admins. Even if you're new to Heroku Postgres, you'll be ... Läs mer

    240,72 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

    707,86 kr eller gratis med Kobo Plus

  • JavaScript: The Definitive Guide

    Master the World's Most-Used Programming Language

    For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript material on the market. The seventh edition represents a significant update, with new information for ECMAScript 2020, and new chapters on language-specific features.JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the ... Läs mer

    428,02 kr

  • Perl One-Liners

    130 Programs That Get Things Done

    Part of the fun of programming in Perl lies in tackling tedious tasks with short, efficient, and reusable code. Often, the perfect tool is the one-liner, a small but powerful program that fits in one line of code and does one thing really well.In Perl One-Liners, author and impatient hacker Peteris Krumins takes you through more than 100 compelling one-liners that do all sorts of handy things, ... Läs mer

    189,62 kr

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

    87,76 kr

  • JavaScript Monetization API:

    How to Fund your Human Resistance Cell after the Apocalypse

    av John Rhea ...
    Serie serie Undead Institute
    You won’t need to trade with the other apocalyptic survivors for long, with web monetization you can add an income stream besides black market cheese. This book discusses the emerging web monetization standard that allows site owners to receive micro payments (thousandths of a cent) privately and securely from anyone in the world. You’ll understand how it works, how to set it up and how to work ... Läs mer

    45,47 kr

  • 6 JavaScript Projects

    There's no doubt that the JavaScript ecosystem changes fast. Not only are new tools and frameworks introduced and developed at a rapid rate, the language itself has undergone big changes with the introduction of ES2015 (aka ES6). Understandably, many articles have been written complaining about how difficult it is to learn modern JavaScript development these days. We're aiming to minimize that ... Läs mer

    87,76 kr

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

    av Julie Meloni ...
    Serie serie 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 ... Läs mer

    320,96 kr

  • iPhone 12 User Guide

    The Beginners, Dummies and Seniors Guide to Maximize Your iPhone 12 Pro, iPhone 12 Pro Max, with iOS 14 Updates (The User Manual like No Other )

    iPhone 12 is a masterpiece to behold. It packs great performance, a scintillating display, and enough storage space at the base level to let you store as much information as you would want. The new iOS 14 update brings some useful tools, including the ability to display Triple-lens 3D camera for better video and gaming and more.The advancement in the camera is top-notch with a triple- camera lens ... Läs mer

    54,50 kr

  • Svelte: A Beginner's Guide

    Svelte is a relatively new JavaScript frontend framework for developing websites and web apps.The praise that Svelte has received over the last two years is testament to it not being "just another frontend framework". It won "breakthrough of the year" on the State of JS survey 2019, followed by topping the satisfaction rating in 2020. It was also voted the most loved web framework in the Stack ... Läs mer

    96,77 kr

  • Jump Start JavaScript

    Get Up to Speed With JavaScript in a Weekend

    Get a Jump Start on JavaScript today!JavaScript is a key technology in modern web development, enabling you to craft interactive, usable and engaging experiences for your users.In just one weekend with this SitePoint book, you'll learn how to:Use JavaScript to solve real world problems: build forms, track user events and craft animationsUse JavaScript with HTML5 and CSS3Build an entire JavaScript ... Läs mer

    135,56 kr

  • TypeScript in 50 Lessons

    In “TypeScript in 50 Lessons”, Stefan Baumgartner breaks down the quirks of TypeScript into short, manageable lessons. You’ll make sense of TypeScript concepts, tooling for TypeScript and how to get most out of it without learning a new language. Everything TypeScript explained, from start to finish.Written for seasoned and not-so-seasoned developers who know enough JavaScript to be dangerous, or ... Läs mer

    193,16 kr

  • JAVA PROGRAMMING FOR BEGINNERS

    Master Java Fundamentals and Build Your Own Applications (2023 Crash Course)

    av Theo Houle ...
    "Java Programming for Beginners" is a comprehensive guide to learning the fundamentals of Java programming.This book is designed for those who are new to programming and want to learn how to write Java code.Here are some key points that are covered in the book:An introduction to the Java programming language and its syntaxThe basics of object-oriente... ... Läs mer

    49,45 kr

  • Mastering Web Application Development with AngularJS

    This book will be a step-by-step guide showing the readers how to build a complete web app with AngularJS. This book will be most useful to developers who are evaluating or have decided to use AngularJS for a real life project. You should have some prior exposure to AngularJS, at least through basic examples. We assume that youve got working knowledge of HTML, CSS, and JavaScript. ... Läs mer

    254,07 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

    44,69 kr

  • Begin to Code with JavaScript

    av Rob Miles ...
    This full-colour book will inspire you to start solving problems and creating programs with JavaScript, even if you have absolutely no programming experience. Its not just friendly and easy: its the first JavaScript beginners guide that puts you in control of your own learning, and empowers you to build unique programs to solve problems you care about.Microsoft has completely reinvented the ... Läs mer

    285,34 kr

  • Learning Angular - Second Edition

    A no-nonsense guide to building real-world apps with Angular 5

    Build modern SPAs by learning the latest and powerful features of Angular 5 and TypeScript 2.xAbout This BookThe best overview of Angular 5 on the market, this guide gathers together everything there is to know about Angular 5 and groups it into intuitive sections.Learn to build, grow and test powerful and scalable mobile and desktop web applications with AngularExplore the latest features of ... Läs mer

    316,72 kr

  • JavaScript Essentials

    Crafting Dynamic Web Experiences

    av David Brooks ...
    "JavaScript Essentials: Crafting Dynamic Web Experiences" is your indispensable guide to mastering the art of JavaScript in web development. In this comprehensive book, you'll embark on a journey through the fundamental concepts and advanced techniques of JavaScript, equipping yourself with the skills needed to create dynamic, interactive, and engaging web applications.From understanding basic ... Läs mer

    98,99 kr

  • Jump Start Vue.js

    Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications.Now revised to cover ... Läs mer

    154,43 kr eller gratis med Kobo Plus

  • Ultimate Modern jQuery for Web App Development

    Create Stunning Interactive Web Applications with Seamless DOM Manipulation, Animation, and AJAX Integration of jQuery and JavaScript

    Turbocharge Your Web Projects with Lightning-fast Element Manipulation, Fluid Animations, and Effortless AJAX Integration of jQueryBook DescriptionUnlock the Full Potential of jQuery with this comprehensive resource crafted for web developers eager to excel in interactive web design and development.Beginning with an accessible introduction to jQuery syntax and integration, this book gradually ... Läs mer

    193,76 kr eller gratis med Kobo Plus

  • Automating with Node.js

    av Shaun Stone ...
    Automate your workflow with the power of Node.js!If your job is loaded with manual work, thenwhy not write scripts that can deal with it for you?With this book, you will learn how to deal with manytasks such as zipping files, emailing colleagues, anddeploying your work at the press of a button.The book is structured into two parts:The first part is a collection of recipes, or building blocks ... Läs mer

    46,64 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

    142,67 kr

  • Learn Python Gui Programming

    Unleash Your Python Prowess: The Ultimate Guide to GUI Development

    ## Unleash the Power of Python: From Code to Stunning Applications with GUI Programming!**Tired of staring at lines of code on a black screen?** **Break free and unlock the vibrant world of Python GUI Programming!** This book is your **passport to transforming Python skills** into the ability to build **engaging desktop applications** that solve real-world problems.**Imagine:*** **Designing user ... Läs mer

    49,45 kr