Skip to main content

カート

VIP 特典をお楽しみいただけます!

購入できない書籍
お買い物かごをご確認ください。購入不可の商品を削除できます。削除されなかった購入不可の商品は、購入手続き時に削除されます。

おすすめ

Loading...

CGI, JavaScript, Perl, VBScript 電子書籍

CGI, JavaScript, Perl, VBScript の本がお好きな方におすすめです。
1578件の検索結果中481504を表示
Skip side bar filters
  • JavaScript for Data Science

    シリーズ series Chapman & Hall/CRC Data Science Series
    JavaScript is the native language of the Internet. Originally created to make web pages more dynamic, it is now used for software projects of all kinds, including scientific visualization and data services. However, most data scientists have little or no experience with JavaScript, and most introductions to the language are written for people who want to build shopping carts rather than share maps ... もっと見る

    12,615 円

  • Modern React TypeScript Development: A Beginner-to-Advanced Guide

    Lex Cornell ...
    Stop wrestling with JavaScript errors and start building professional, type-safe web applications with confidence.Are you an aspiring developer overwhelmed by the complexity of modern web development? Are you a JavaScript developer tired of chasing runtime bugs that could have been caught during development? If you're ready to master the industry-standard combination of React and TypeScript, this ... もっと見る

    199 円

  • JavaScript All-in-One For Dummies

    Chris Minnick ...
    A developer’s resource to learning one of the most-used scripting languagesJavaScript All-in-One For Dummies saves you shelf space by offering a complete introduction to JavaScript and how it’s used in the real world. This book serves up JavaScript coding basics before diving into the tools, libraries, frameworks, and runtime environments new and experienced coders need to know. Start by learning ... もっと見る

    3,847 円

  • The Principles of Object-Oriented JavaScript

    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The ... もっと見る

    2,721 円

  • The Recursive Book of Recursion

    Ace the Coding Interview with Python and JavaScript

    Al Sweigart ...
    An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples.Recursion has an intimidating reputation: it’s considered to be an advanced computer science topic frequently brought up in coding interviews. But there’s nothing magical about recursion.The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing ... もっと見る

    4,499 円

  • JavaScript徹底攻略 非同期処理編

    Promise, async/awaitの仕組みと使い方

    澁谷 真帆 ...
    シリーズ series 技術の泉シリーズ
    JavaScriptの非同期処理を徹底解説します。非同期処理を扱ううえで欠かせない、コールバック関数、Promise、async/awaitの仕組みと使い方を基礎から高度な内容まで網羅することを目指しました。ECMAScript 2021対応です。入門書ではあまり触れられることのない、次のような話題も扱います。・Promiseのfulfillとresolveの違い・イベントループとマイクロタスクキューの動作・class構文によるPromiseのJavaScript実装さらに、Promiseチェーンのさまざまな書き方、標準のPromiseの拡張のしかた、ジェネレーターによるasync/await的な非同期処理の扱いなど、知っておくと何かの役に立つかもしれない話題も含めました。Promise,async/awaitがどのような仕組みで動いているのか興味はあるけど、仕様書を読むのはちょっと辛い ... もっと見る

    1,980 円

  • Pythonで学ぶ音声合成 機械学習実践シリーズ

    シリーズ 本: キカイガクシュウジッセン - 機械学習実践
    [この電子書籍は固定型レイアウトです。リフロー型と異なりビューア機能が制限されます]固定型レイアウトはページを画像化した構造であるため、ページの拡大縮小を除く機能は利用できません。また、モノクロ表示の端末ではカラーページ部分で一部見づらい場合があります。「音声合成」とは、人間の音声を人工的に作り出す、音声情報処理の一分野です。深層学習の発展に従い、画像認識・音声認識などの分野と同様に、音声合成においてもパラダイムシフトが起きています。本書では、従来の統計的音声合成システムの基礎について解説した上で、深層学習技術による近年の音声合成の発展について詳説しています。また、実際に公開されているデータセットを用いて、深層学習を用いた音声合成システムを作るための実装の解説も行っています。本書は、2020年8月24日刊の『Pythonで学ぶ音源分離』、2021年5月20日刊の『Pythonで学ぶ音声認識 ... もっと見る

    3,850 円

  • Nuxt.jsとPythonで作る!ぬるさくAIアプリ開発入門

    データ分析からAIアプリ開発まで優しく解説!

    シリーズ series 技術の泉シリーズ(NextPublishing)
    本書は「モダンなAIアプリを開発する」ことを目標にした解説書です。AIアプリの開発という目的を明確にし、そこへの最短経路でデータ分析を行い、分析結果をモデル化し、Webアプリケーションに組み込むことによって、プロダクトをAIアプリに昇華させるためのチュートリアルです。【目次】第1章 AIアプリ開発の進め方を知ろう1.1 目的から考えよう1.2 AIアプリ開発のステップを知ろう第2章 Google Colaboratory で環境を構築しよう2.1 Google Colaboratoryにアクセスする2.2 データ保存先としてGoogleドライブを利用する2.3 Markdown記法を積極的に使おう第3章 Scikit-learnでモデルを構築しよう3.1 ワインの美味しさを予測してみよう3.2 探索的データ解析3.3 Googleドライブをマウントする3.4 データ準備3.5 機... ... もっと見る

    2,200 円

  • Vue CLIがわかる!使える!TDDでつくるアプリ開発入門

    シリーズ series 技術の泉シリーズ
    本書はVue.jsをCDN版で少し触れてみた人に向けて、Vue CLIへ移行するまでと、Vue CLI上でテスト駆動開発(TDD)をするまでの手順を解説します。合わせて、フロントエンドのVue CLIから利用するバックエンドのREST APIをExpressにて実装する際に、HTTPリクエスト部分をテスト駆動で開発する方法も掲載しています。Vue CLIの前提となっているwebpackとBabelについて「詳しく知らなくとも、とりあえず使えるようになる」ことを目指します。フロントエンドVue.jsとバックエンドExpressで「Azure上でそのまま公開できる簡単なWebアプリ」を説明のサンプルに用いています。【目次】第1章 Vue.jsのCDN版からVue CLI版へ移行第2章 Vue CLIでテスト駆動開発する(TDD)第3章 ExpressによるWebAPIサーバーをテスト駆動開発する ... もっと見る

    1,980 円

  • 実践Firestore

    福田 雄貴 ...
    シリーズ series 技術の泉シリーズ
    近年、Firebaseは個人でのアプリケーション開発を中心に利用が広がっています。 その中心的な機能のひとつであるFirestoreは、2019年1月にGAを迎えたばかりの新しいNoSQLマネージドデータベースであり、 これまでのデータベースにはない特徴を数多く備えている一方で、まだまだ解説も少なく使いこなすのは難しいとお悩みの方も多いのではないでしょうか。本書には筆者が業務でFirestoreに向き合い続けて獲得した、Firestoreを有効かつ安全に利用するためのエッセンスが詰め込まれています。【目次】第1章 Firestoreの正体1.1 Firestoreとはなにか1.2 Firestoreがもたらす変化1.3 特徴的な機能1.4 Cloud Functions1.5 ロケーション第2章 データアクセスの基礎2.1 Firestoreのデータモデル2.2 ... もっと見る

    1,980 円

  • VueとVuetifyで学ぶLP制作

    Viteで叶える高速&快適フロントエンド開発

    岩淵 勇樹 ...
    シリーズ series 技術の泉シリーズ
    本書は、Vue.jsとVuetifyを活用したランディングページ(LP)制作の実践ノウハウを丁寧に解説した開発ガイドです。構成にはViteを採用し、HTMLの基礎を前提としながらも、CSSやJavaScriptの記述を極力排除したVue独自の記法を中心に展開。導入から実装、公開までの一連の流れを、全脳アーキテクチャ若手の会10周年記念LPの事例を通じて解説します。特に、Vuetifyによるレスポンシブ対応やタイムラインの演出、v-for・v-if・v-htmlの具体的な活用、Netlifyへのデプロイ手順に至るまで、実制作を踏まえたリアルな技術的試行錯誤が詰まっています。コンポーネント分割やデータの構造化など、LP構築に役立つ設計思想を学べる一冊です。【目次】第1章 はじめに第2章 導入編第3章 基本コーディング編第4章 Vuetify UI活用編第5章 本番化編 ... もっと見る

    1,980 円

  • After Effects自動化サンプルプログラム 上

    シリーズ series Adobe JavaScriptシリーズ(NextPublishing)
    Adobe JavaScriptを使って、After Effectsの操作を自動化するプログラム集です。スクリプトの基本処理からGUIによる処理まで幅広く掲載しています。After EffectsバージョンCS6〜CC 2017に対応しています。なおこの書籍は上下2冊に分かれています。本書は上巻で、比較的よく使われる項目を集めました。【目次】イントロダクション第1章 アプリケーション第2章 プロジェクト第3章 プロジェクト(アイテム)第4章 ファイルソース第5章 フォルダー項目(プロジェクトのフォルダー)第6章 フッテージ項目第7章 フッテージソース第8章 ソース第9章 読み込みオプション第10章 コンポジション第11章 レイヤー第12章 レイヤーコレクション第13章 AVレイヤー第14章 ライトレイヤー第15章 カメラレイヤ... ... もっと見る

    4,730 円

  • 後悔しないためのVueコンポーネント設計

    中島 直博 ...
    シリーズ series 技術の泉シリーズ
    本書はVue.jsを利用してシングルページアプリケーションの作成を考えているエンジニア、特にコンポーネントの設計や分類に悩んでいる方のためのガイドブックです。テストの書き方がわからない、コンポーネントのアンチパターンを知りたい、といった方のために、テストしやすい、またはしづらいコンポーネントとはなにか、単体テストの書き方などについて丁寧に解説しています。〈本書の対象読者〉・Vue.jsのコンポーネント設計に自身がない・Vue.jsのコンポーネントの分類で悩んでいる・Vue.jsのコンポーネントのアンチパターンを知りたい・Vue.jsのコンポーネントのテストの書き方がわからない【目次】第1章 なぜテストを書くのか1.1 なぜ「私」はテストを書くようになったのか第2章 テストしやすいコンポーネントと、テストしづらいコンポーネント2.1 テストしやすい/しづらいコンポーネント2.2 ... もっと見る

    1,980 円

  • 2時間でクリエイティブコーダーになる本

    迫田 千紘 ...
    シリーズ series 技術の泉シリーズ
    アートとプログラミングの融合・クリエイティブコーディング入門!クリエイティブコーディングの世界へようこそ!この本では、プログラミングを用いたアート作品制作に興味がある方々へ、ブラウザで手軽にプログラミングができるp5.jsを使った絵やアニメーションの制作方法を分かりやすく解説します。デジタルアート初心者やプログラミング初心者にも優しく、以下のトピックを豊富に取り上げています。・基本的な図形の描き方・色彩豊かな作品づくりのための色の設定方法・効果的なif文・forループの使い方・三角関数の基本的な考え方と活用法この本を通して、あなたもクリエイティブコーディングの魅力にどっぷり浸ってみませんか?技術と芸術の融合により、無限の可能性を手に入れましょう!【目次】第1章 クリエイティブコーディングとは第2章 プログラミング、3つの柱第3章 p5.jsエディターの使い方第4章 p5.js ... もっと見る

    2,420 円

  • How Not to Node.js

    A handbook to avoid common Node.js pitfalls and build cleaner, faster, and production-ready apps

    Lucas Santos ...
    Level up from writing code that works to writing code that scales and avoid performance and production issues like a proKey FeaturesIdentify and fix common Node.js anti-patterns before they impact productionAvoid performance bottlenecks by understanding Node.js internalsApply proven patterns to write clean, maintainable, and scalable Node.js codeBook DescriptionNode.js makes it easy to get started ... もっと見る

    3,874 円

    予約注文

  • Práticas de programação web

    シリーズ series Série Universitária
    A Série Universitária foi desenvolvida pelo Senac São Paulo com o intuito de preparar profissionais para o mercado de trabalho. Os títulos abrangem diversas áreas, abordando desde conhecimentos teóricos e práticos adequados às exigências profissionais até a formação ética e sólida.Práticas de programação web apresenta os principais fundamentos do JavaScript aplicados ao desenvolvimento web, com ... もっと見る

    850 円

  • 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 ... もっと見る

    1,082 円

  • JavaScript Monetization API:

    How to Fund your Human Resistance Cell after the Apocalypse

    John Rhea ...
    シリーズ series 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 ... もっと見る

    556 円

  • 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 ... もっと見る

    1,082 円

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

    Julie Meloni ...
    シリーズ series 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 ... もっと見る

    4,085 円

  • 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 ... もっと見る

    1,170 円

  • 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 ... もっと見る

    1,716 円

  • JAVA PROGRAMMING FOR BEGINNERS

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

    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... ... もっと見る

    567 円

  • Begin to Code with JavaScript

    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 ... もっと見る

    3,631 円