Přeskočit na hlavní obsah

Nákupní košík

Dostáváte VIP zacházení!

Položka(y), kterou si nemůžete koupit
Prosím, zkontrolujte svůj košík. Nedostupnou položku (y) můžete odebrat nyní nebo ji automaticky odebereme v pokladně.
položkypoložka
položkypoložka

Doporučeno pro vás

Loading...

CGI, JavaScript, Perl, VBScript elektronické knihy

Pokud se vám líbí e-knihy v oblasti CGI, JavaScript, Perl, VBScript, pak budete milovat tyto top výběry.
Zobrazuje se 217240 z 1265
Přeskočit filtry boční lišty
  • Рекурсивная книга о рекурсии

    Книга «Рекурсивная книга о рекурсии» содержит примеры кода на языке Python и JavaScript, которые иллюстрируют основы рекурсии и проясняют фундаментальные принципы всех рекурсивных алгоритмов. Из книги вы узнаете о том, когда стоит использовать рекурсивные функции (и, главное, когда этого не нужно делать), как реализовывать классические рекурсивные алгоритмы, часто обсуждаемые на собеседованиях, а ... Přečtěte si více

    199,00 Kč

  • Mastering JavaScript Design Patterns

    Write reliable code to create powerful applications by mastering advanced JavaScript design patterns

    podle Simon Timms ...
    Write reliable code to create powerful applications by mastering advanced JavaScript design patternsKey Features\[\*\] Learn how to use tried and true software design methodologies to enhance your JavaScript code\[\*\] Discover robust JavaScript implementations of classic and advanced design patterns\[\*\] Packed with easy-to-follow examples that can be used to create reusable code and extensible ... Přečtěte si více

    725,39 Kč nebo zdarma s Kobo Plus

  • Learning jQuery, Third Edition

    Create better interaction, design, and web development with simple JavaScript techniques

    Step through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the basics, the book returns to each concept to cover more advanced examples and techniques. This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their ... Přečtěte si více

    725,39 Kč nebo zdarma s Kobo Plus

  • Web Workers

    Multithreaded Programs in JavaScript

    podle Ido Green ...
    Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this book, you’ll learn how to use Web Workers to run computationally intensive JavaScript code in a thread parallel to the UI. Yes, multi-threaded programing is complicated, but Web Workers provide a simple API that helps you be productive without the ... Přečtěte si více

    255,29 Kč

  • TypeScript for Python Developers

    podle Baldurs L. ...
    TypeScript for Python Developers: Bridging the Gap Between Dynamic and Static Typing in Modern Web DevelopmentEmbark on a seamless journey from Python to TypeScript with this comprehensive guide tailored specifically for Python developers. "TypeScript for Python Developers" leverages your existing Python knowledge to accelerate your mastery of TypeScript, one of the most in-demand languages in ... Přečtěte si více

    145,85 Kč

  • Ian Talks JavaScript Libraries and Frameworks A-Z

    WebDevAtoZ, #4

    podle Ian Eress ...
    Série Kniha 4 - WebDevAtoZ
    Uncover the vast world of JavaScript libraries and frameworks in this comprehensive reference guide for web developers. "Ian Talks JavaScript Libraries and Frameworks A-Z" by Ian Eress breaks down the complex landscape of JavaScript tools to help beginners navigate and harness their power for building modern web applications.You will learn:- An A-Z overview of popular JavaScript libraries and ... Přečtěte si více

    62,39 Kč

  • Java

    A complete practical solution

    podle Swati Saxena ...
    It covers all the topics of Java with explanation like object and class, this, super, instance, static, final, package, interface, abstract exception handling, applet, swing, event handling, collections, GUI, AWT, Thread, Servlet, JSP, JDBC, Look and feel, RMI, Socket programming and many more keywords and topics.This book helps you to understand each and every topic of java practically. It will ... Přečtěte si více

    299,79 Kč nebo zdarma s Kobo Plus

  • Building Cross-Platform Desktop Applications with Electron

    podle Muhammed Jasim ...
    Learn how to develop cross-platform desktop app from scratch with Electron and NodeAbout This BookBuild a solid foundation with Electron for an easier development experienceUse modern JavaScript frameworks and tools along with Electron to take your desktop applications to the next levelExtend the functionality of Electron through modulesWho This Book Is ForIf you are a developer with prior ... Přečtěte si více

    675,89 Kč

  • JavaScript für .NET-Entwickler

    Série Kniha 126 - shortcuts
    Die Programmiersprache JavaScript gewinnt bei der Entwicklung von Oberflächen moderner Anwendungen zunehmend an Bedeutung. Dieser shortcut stellt die Sprache JavaScript und die auf ihr beruhende serverseitige Plattform Node.js vor. Im ersten Kapitel stehen die Grundbausteine der Sprache - wie Typen, Funktionen und Variablen - im Fokus. Kapitel 2 liefert einen Überblick über die bekanntesten ... Přečtěte si více

    79,00 Kč

  • Go Simple with Postfix

    podle Lord Linus ...
    This is the basic command E book for Your MTA (Mail Transfer Agent) i.e. Postfix. This will learn you how easy the postfix is ... Přečtěte si více

    75,92 Kč

  • Plain JavaScript: Learning the Front-End

    podle Roger Beans-Rivet ...
    Plain JavaScript: Learning the Front-End – A Practical Guide to Mastering Front-End DevelopmentAre you ready to build stunning, interactive websites from scratch using only plain JavaScript, HTML5, and CSS? Whether you're a complete beginner or an intermediate developer looking to strengthen your foundational front-end skills, this comprehensive ebook has everything you need to become proficient ... Přečtěte si více

    312,77 Kč

  • Node Cookbook: Second Edition

    In Node Cookbook Second Edition, each chapter focuses on a different aspect of working with Node. Following a Cookbook structure, the recipes are written in an easy-to-understand language. Readers will find it easier to grasp even the complex recipes which are backed by lots of illustrations, tips, and hints. If you have some knowledge of JavaScript and want to build fast, efficient, scalable ... Přečtěte si více

    827,99 Kč nebo zdarma s Kobo Plus

  • Building Node Applications with MongoDB and Backbone

    Rapid Prototyping and Scalable Deployment

    podle Emily Wilson ...
    Build an application from backend to browser with Node.js, and kick open the doors to real-time event programming. With this hands-on book, you’ll learn how to create a social network application similar to LinkedIn and Facebook, but with a real-time twist. And you’ll build it with just one programming language: JavaScript.If you’re an experienced web developer unfamiliar with JavaScript, the book ... Přečtěte si více

    330,39 Kč

  • Ultimate React Testing with Jest

    Build Reliable Web Applications Using React Testing Library, Modern Testing Patterns, Async Flows and CI/CD Integration

    podle Sreejith Salgunan ...
    Write clean, confident React tests that eliminate bugs before they reach users.Key Features● End-to-end React testing with Jest and React Testing Library. ● Hands-on coverage of hooks, async flows, Redux, routing, and CI. ● Modern testing strategies using Jest, RTL, MSW, and real scenarios.Book DescriptionUltimate React Testing with Jest uses Jest as the foundation to introduce prac... ... Přečtěte si více

    395,49 Kč

  • React 16 Essentials

    A fast-paced, hands-on guide to designing and building scalable and maintainable web apps with React 16

    Everything you need to start working with React 16 and assess React FiberKey FeaturesHands-on examples and tutorials for the latest React 16 releaseAssess the impact of React Fiber for your future web developmentBuild maintainable and high performance React 16 web applicationsBook DescriptionReact 16 Essentials, Second Edition, fully updated for React 16, takes you on a fast-paced journey through ... Přečtěte si více

    551,69 Kč nebo zdarma s Kobo Plus

  • JavaScript Essentials

    podle Neil Smyth ...
    The purpose of this ebook is to teach the essentials of the JavaScript scripting language so that anyone with a web site can learn to use this powerful language quickly and effectively. It builds detailed and in depth knowledge of all aspects of JavaScript from language basics through to advanced topics in 23 detailed chapters. This book is designed to provide a detailed and comprehensive yet easy ... Přečtěte si více

    257,49 Kč

  • JavaScript Cloud Native Development Cookbook

    Deliver serverless cloud-native solutions on AWS, Azure, and GCP

    podle John Gilbert ...
    Master over 60 recipes to help you deliver completely scalable and serverless cloud-native applicationsKey FeaturesDevelop global scale and event-driven autonomous servicesContinuously deploy, test, observe, and optimize your servicesPractical Node.js recipes for serverless cloud-native developmentBook DescriptionCloud-native development is a modern approach to building and running applications ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Ultimate Next.js for Modern Web Applications

    Master Modern Web Development and Build High-Performance Scalable, SEO-Optimized Applications with Next.js, Typescript and Tailwind CSS (English Edition)

    podle Shubham Jain ...
    Master the Art of Building Lightning-Fast and SEO-Friendly Web Applications with Next.js.Book DescriptionNext.js has emerged as the go-to framework for building high-performance, scalable, and SEO-optimized web applications. Ultimate Next.js for Modern Web Applications takes you on a complete, structured journey—from setting up your development environment to mastering the advanced features that ... Přečtěte si více

    395,49 Kč nebo zdarma s Kobo Plus

  • Regular Expression Pocket Reference

    Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    podle Tony Stubblebine ...
    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular ... Přečtěte si více

    330,39 Kč

  • Rapid Application Development with AWS Amplify

    Full stack web development on Amazon Web Servics

    podle Adrian Leung ...
    Get to grips with the AWS Amplify framework and use it to build scalable cloud-native progressive web apps with React and cross-platform mobile apps with React Native in TypeScriptKey FeaturesExplore the capabilities of AWS Amplify with popular app frameworks for both web and mobile app platformsBuild your first cloud-native web and mobile applications using AWS AmplifyLeverage AWS Amplify to ... Přečtěte si více

    646,19 Kč nebo zdarma s Kobo Plus

  • Web Developer's Cookbook

    podle Robin Nixon ...
    300+ Ready-to-Use PHP, JavaScript, and CSS SolutionsWeb Developer's Cookbook contains more than 300 PHP, JavaScript, and CSS recipes you can use right away to create interactive Web content. All of the solutions are fully documented and their functionality clearly explained, along with customization tips. The recipes include HTML examples and screen shots showing exactly how to apply them in real ... Přečtěte si více

    976,49 Kč

  • Ajax: The Definitive Guide

    Interactive Applications for the Web

    Is Ajax a new technology, or the same old stuff web developers have been using for years? Both, actually. This book demonstrates not only how tried-and-true web standards make Ajax possible, but how these older technologies allow you to give sites a decidedly modern Web 2.0 feel.Ajax: The Definitive Guide explains how to use standards like JavaScript, XML, CSS, and XHTML, along with the ... Přečtěte si více

    600,79 Kč

  • Eclipse

    Programming Java Applications

    podle Steve Holzner ...
    Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time.Eclipse, the popular Java integrated development environment (IDE) provides an ... Přečtěte si více

    540,69 Kč