Skip to main content

購物車

您會獲得 VIP 禮遇!

無法購買的項目
請檢閱您的購物車。您可以即刻移除無法購買的項目,或者我們將於結帳時為您自動移除。
項目項目
項目項目

專屬於您的推薦

Loading...

CGI, JavaScript, Perl, VBScript 電子書

如果您喜歡 CGI, JavaScript, Perl, VBScript 電子書,或許您也會喜歡這些熱門精選。
顯示第 313336 個結果,共 1277
Skip side bar filters
  • Web Development with ReasonML

    Type-Safe, Functional Programming for JavaScript Developers

    J. David Eisenberg ……
    ReasonML is a new, type-safe, functional language that compiles to efficient, readable JavaScript. ReasonML interoperates with existing JavaScript libraries and works especially well with React, one of the most popular front-end frameworks. Learn how to take advantage of the power of a functional language while keeping the flexibility of the whole JavaScript ecosystem. Move beyond theory and get …… 閱讀更多內容

    NT$954 TWD

  • Java / J2EE Interview Questions You'll Most Likely Be Asked

    Vibrant Publishers ……
    系列 第 9 冊 - Job Interview Questions series
    280 Java/J2EE Interview Questions75 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJava/J2EE Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather ... …… 閱讀更多內容

    NT$298 TWD

  • Mastering PostCSS for Web Design

    Explore the power of PostCSS to write highly performing, modular, and modern CSS code for your web pages

    Alex Libby ……
    Explore the power of PostCSS to write highly performing, modular, and modern CSS code for your web pagesKey Features\[\*\] Incorporate cutting-edge styles in your web pages with PostCSS\[\*\] Simplify the process of writing CSS to a great extent using PostCSS shortcuts, fallbacks, and pack plugins\[\*\] This in-depth, step-by-step guide will help you master PostCSS, to create amazing and …… 閱讀更多內容

    NT$1,069 TWD 透過 Kobo Plus 免費享用

  • Effective Angular

    Develop applications of any size by effectively using Angular with Nx, RxJS, NgRx, and Cypress

    Roberto Heckers ……
    Develop your front-end expertise and build scalable, enterprise-ready web applications by efficiently using the Angular framework's powerful features and essential librariesKey FeaturesImplement design patterns and Nx for optimal maintainability and scalability of your code baseExplore reactive programming and state management using RxJS, Signals, and NgRxBuild and test large-scale Angular …… 閱讀更多內容

    NT$929 TWD 透過 Kobo Plus 免費享用

  • Client-Server Web Apps with JavaScript and Java

    Rich, Scalable, and RESTful

    Casimir Saternos ……
    As a Java programmer, how can you tackle the disruptive client-server approach to web development? With this comprehensive guide, you’ll learn how today’s client-side technologies and web APIs work with various Java tools. Author Casimir Saternos provides the big picture of client-server development, and then takes you through many practical client-server architectures. You’ll work with hands-on …… 閱讀更多內容

    NT$716 TWD

  • jQuery Mobile: Up and Running

    Up and Running

    Maximiliano Firtman ……
    Would you like to build one mobile web application that works on iPad and Kindle Fire as well as iPhone and Android smartphones? This introductory guide to jQuery Mobile shows you how. Through a series of hands-on exercises, you’ll learn the best ways to use this framework’s many interface components to build customizable, multiplatform apps. You don’t need any programming skills or previous …… 閱讀更多內容

    NT$716 TWD

  • Learning from jQuery

    Building on Core Skills

    Callum Macrae ……
    If you’re comfortable with jQuery but a bit shaky with JavaScript, this concise guide will help you expand your knowledge of the language—especially the code that jQuery covers up for you. Many jQuery devotees write as little code as possible, but with some JavaScript under your belt, you can prevent errors, reduce overhead, and make your application code more efficient.This book explores event …… 閱讀更多內容

    NT$383 TWD

  • Guia prático de TypeScript

    Melhore suas aplicações JavaScript

    Desenvolvido e mantido pela Microsoft, o TypeScript é um pré-processador open source de códigos JavaScript que auxilia na escrita de códigos, desde os mais simples até os mais complexos, utilizando tipagem de dados e os princípios da Orientação a Objetos para o desenvolvimento de aplicações front-end, back-end e mobile. Neste livro, Thiago da Silva Adriano abordará conceitos básicos do TypeScript, …… 閱讀更多內容

    曾經是 NT$330 TWD 目前是 NT$290 TWD 透過 Kobo Plus 免費享用

  • HTML5, CSS3, JavaScript Tome 1

    Michel Martin ……
    Cet eBook fait partie d'une série sur la programmation HTML5, CSS3 et JavaScript. Il va vous montrer comment construire des pages Web de toutes pièces et les assembler pour créer des sites Web légers et compatibles avec les dernières normes du Web.Si vous n'avez aucune connaissance en programmation HTML/CSS/JavaScript, je vous rassure tout de suite, cet eBook est tout à fait adapté à votre profil, …… 閱讀更多內容

    NT$212 TWD

  • Vue.js

    Construa aplicações incríveis

    Caio Incau ……
    O modo como desenvolvemos código front-end mudou muito ao longo dos últimos anos. Mais do que dar as ferramentas necessárias para desenvolver, os frameworks de componentes reativos para interfaces web modernas vieram nos ajudar com padrões e reaproveitamento de código. Vue.js, ou simplesmente Vue, é uma biblioteca moderna de desenvolvimento front-end, uma lib JavaScript para componentes reativos …… 閱讀更多內容

    NT$330 TWD 透過 Kobo Plus 免費享用

  • 200+ JavaScript Programs for Beginners

    Hernando Abella ……
    "JavaScript is the Most popular programming language used by professional developers today"Programming in JS was complicated until you appreciated this Wonderful book.Focus on the most important thing writing code, starting from the first program to the last will help you quickly Increase your skills as a programmer and will give you the knowledge necessary to understand:✅The flow of a program✅the …… 閱讀更多內容

    NT$316 TWD 透過 Kobo Plus 免費享用

  • Test-Driven Development with Python

    Obey the Testing Goat: Using Django, Selenium, and JavaScript

    Harry Percival ……
    The third edition of this trusted guide shows you how to apply test-driven development (TDD) to building real-world web applications with Python. By writing tests before building each part of your app—and then creating just enough code to pass them—you'll learn how TDD leads to clean, reliable, and maintainable software.Author Harry J.W. Percival takes you through a practical, end-to-end example …… 閱讀更多內容

    NT$1,624 TWD

  • Node.js Event Loop

    A. Jobaer ……
    Understand the event loop. Avoid blocking it. Master Node.js.This book demystifies the core of Node.js — the event loop — and teaches you how to use it efficiently and safely in real-world systems.You'll learn how Node.js schedules work, handles concurrency, and delivers performance from a single thread. More importantly, you'll discover how to avoid event loop blocking, the silent killer of …… 閱讀更多內容

    NT$631 TWD 透過 Kobo Plus 免費享用

  • Designing React Hooks the Right Way

    Explore design techniques and solutions to debunk the myths about adopting states using React Hooks

    Fang Jin, Sagar Kale ……
    Get to grips with React Hooks and design your own custom Hook to manage application states for making better decisions in site architecture Key Features • Get to grips with Hooks' design and understand each built-in Hook's pitfalls with examples • Discover how to turn your existing code into a reusable Hook via code refactoring • Explore design solutions to identify and solve site performance …… 閱讀更多內容

    NT$1,074 TWD 透過 Kobo Plus 免費享用

  • Mastering The Faster Web with PHP, MySQL, and JavaScript

    Develop state-of-the-art web applications using the latest web technologies

    Andrew Caya ……
    Make web applications run faster by using advanced PHP, SQL and JavaScript techniquesKey FeaturesUse a customized PHP stack to create efficient data-driven web applicationsEnsure seamless implementation of a JavaScript & HTML 5 CSS based frontend and PHP based backend.Learn about problem identification, best strategies, and UI design patterns as well to build a clean, fast web applicationBook …… 閱讀更多內容

    NT$964 TWD 透過 Kobo Plus 免費享用

  • Responsive Web Design with HTML5 and CSS3 Essentials

    Design and deliver an optimal user experience for all devices

    Design and deliver an optimal user experience for all devicesKey Features\[\*\] Get to grips with the core functionality of RWD through examples\[\*\] Discover how to make layouts, content and media flexible, and explore why a content-first approach is more effective\[\*\] Maximize the performance of your web pages so that they work across all browsers and devices irrespective of the screen …… 閱讀更多內容

    NT$687 TWD 透過 Kobo Plus 免費享用

  • Learn Three.js

    Programming 3D animations and visualizations for the web with HTML5 and WebGL

    Jos Dirksen ……
    Create and animate stunning 3D browser based graphics with Three.js JavaScript libraryKey FeaturesEnhance your 3D graphics with light sources, shadows, advanced materials, and texturesLoad models from external sources, and visualize and animate them directly from JavaScriptCreate your own custom WebGL shader and explore the postprocessing feature of Three.jsBook DescriptionWebGL makes it possible …… 閱讀更多內容

    NT$1,279 TWD 透過 Kobo Plus 免費享用

  • MobX Quick Start Guide

    Supercharge the client state in your React apps with MobX

    Apply functional Reactive programming for simple and scalable state management with MobXKey FeaturesThe easiest way to learn MobX to enhance your client-side state-managementUnderstand how the concepts and components fit togetherWork through different state management scenarios with MobXBook DescriptionMobX is a simple and highly scalable state management library in JavaScript. Its abstractions …… 閱讀更多內容

    NT$774 TWD 透過 Kobo Plus 免費享用

  • HTML and CSS

    The Comprehensive Guide

    Learn HTML, CSS, and foundational JavaScript with clear, practical guidance. Build responsive, stylish web pages using real-world examples and modern front-end development techniques.Key FeaturesComprehensive coverage of HTML and CSS fundamentals essential for modern web developmentEmphasis on responsive design to ensure websites adapt smoothly across all devices and screensPractical integration …… 閱讀更多內容

    NT$1,425 TWD 透過 Kobo Plus 免費享用

  • Mastering React: From Zero to Hero (Step By Step)

    Sin Cos Web ……
    Mastering React: From Zero to Hero is a concise yet comprehensive React 18 book, guiding you from beginner to confident developer through 10 practical chapters.What you will learn:First published in 2025, this book teaches React’s core principles by building real-world applications without complex tooling. Across 10 chapters, you’ll master setting up projects, crafting components with JSX, …… 閱讀更多內容

    NT$99 TWD 透過 Kobo Plus 免費享用

  • Real-Time 3D Graphics with WebGL 2

    Build interactive 3D applications with JavaScript and WebGL 2 (OpenGL ES 3.0)

    A comprehensive guide with 80+ examples on 3D programming in WebGL 2, covering computer graphics topics such as rendering, 3D math, camera, and moreKey FeaturesCreate visually stunning, high-performance 3D applications for the web with WebGL 2A complete course on 3D computer graphics: rendering, 3D math, lighting, cameras, and moreUnlock a variety of new and advanced features offered in WebGL …… 閱讀更多內容

    NT$1,069 TWD 透過 Kobo Plus 免費享用

  • Computer Vision for the Web

    Unleash the power of the Computer Vision algorithms in JavaScript to develop vision-enabled web content

    Foat Akhmadeev ……
    Unleash the power of the Computer Vision algorithms in JavaScript to develop vision-enabled web contentKey FeaturesExplore the exciting world of image processing, and face and gesture recognition, and implement them in your websiteDevelop wonderful web projects to implement Computer Vision algorithms in an effective wayA fast-paced guide to help you deal with real-world Computer Vision …… 閱讀更多內容

    NT$774 TWD 透過 Kobo Plus 免費享用

  • Derinlemesine JavaScript

    Onder Teker ……
    Bu kitapta JavaScipt dili, hem temel hem de ileri düzeyde anlatılmaktadır. Son ve standart sürümü ECMAScript ile gelen özellikler, ayrıntılı olarak işlenmektedir. Tür desteği sağlayan TypeScript de kitabın kapsamındadır. JQuery kütüphanesi; Angular & React çatıları, temel mantıkları anlaşılacak düzeyde açıklanmaktadır. …… 閱讀更多內容

    NT$32 TWD

  • The Basics of JavaScript Coding For Kids

    Roggie Clark, Raj Clark ……
    Unlock the Power of Coding with JavaScript!Are you ready to inspire the next generation of tech creators? The Basics of JavaScript Coding For Kids is the perfect guide for young learners aged 10 and up to dive into the exciting world of programming!This beginner-friendly book breaks down JavaScript concepts into fun, easy-to-follow lessons, turning coding into an adventure. With clear explanations …… 閱讀更多內容

    NT$132 TWD