並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 60 件 / 60件

新着順 人気順

node.jsの検索結果41 - 60 件 / 60件

  • Why I’m skeptical of rewriting JavaScript tools in “faster” languages

    I’ve written a lot of JavaScript. I like JavaScript. And more importantly, I’ve built up a set of skills in understanding, optimizing, and debugging JavaScript that I’m reluctant to give up on. So maybe it’s natural that I get a worried pit in my stomach over the current mania to rewrite every Node.js tool in a “faster” language like Rust, Zig, Go, etc. Don’t get me wrong – these languages are coo

      Why I’m skeptical of rewriting JavaScript tools in “faster” languages
    • Visual Studio Code October 2024

      GitHub Pull Requests Version 0.100.0 of the GitHub Pull Requests extension adds Copilot integration: Use the @githubpr chat participant in the Chat view to search for issues, summarize issues/prs, and suggest fixes for issues. @githubpr uses a number of Language Model tools to accomplish this. There's also a new Notifications view that shows GitHub notifications, with an action to prioritize them

        Visual Studio Code October 2024
      • 2024-10-16のJS: Deno v2、TypeScript 5.7 Beta、ES2025に入る5つのProposal

        JSer.info #711 - Deno v2.0.0がリリースされました。 Announcing Deno 2 Deno 2.0 Release Candidate Node.jsとの互換性の改善、JSRのサポート改善、Workspaceのサポートなどが行われています。 Deno 1.xから2.xへのマイグレーションガイドも公開されています。 Deno 1.x to 2.x Migration Guide TypeScript 5.7 Betaがリリースされました Announcing TypeScript 5.7 Beta - TypeScript 初期化されてない変数のチェック、相対パスの.tsを出力時に.jsへと書き換える--rewriteRelativeImportExtensionsフラグの追加されています。 また、--target es2024のサポート、Node.js 2

          2024-10-16のJS: Deno v2、TypeScript 5.7 Beta、ES2025に入る5つのProposal
        • Deno 2 リリース — Node.jsとの互換性向上、標準ライブラリの提供、JSR連携など多数の改善を含むメジャーアップデート

          10月10日、Denoは「Deno 2」を正式に発表した。Denoは、JavaScriptおよびTypeScriptをサポートする現代的なツールチェーンとして、すでに数多くの開発者に愛用されているが、新バージョンのDeno 2はさらに多くの機能と強化を備え、特にNode.jsおよびnpmとの互換性を大幅に改善している。 Deno 2の主要機能 Deno 2では、多くの新機能が導入されている。以下は主な機能である。 Node.jsおよびnpmとの互換性:Deno 2は、既存のNode.jsプロジェクトやnpmパッケージをシームレスにサポートしており、package.jsonやnode_modulesを直接利用可能である。これにより、既存のNodeプロジェクトにDenoのツールを導入することができる。Denoでは、npm:という形式でnpmパッケージをインポートすることも可能で、node_mo

            Deno 2 リリース — Node.jsとの互換性向上、標準ライブラリの提供、JSR連携など多数の改善を含むメジャーアップデート
          • Introducing Express v5: A New Era for Node.js Framework

            Ten years ago (July 2014) the Express v5 release pull request was opened, and now at long last it’s been merged and published! We want to recognize the work of all our contributors, especially Doug Wilson, who spent the last ten years ensuring Express was the most stable project around. Without his contributions and those of many others, this release could not have happened. Eight months ago we we

              Introducing Express v5: A New Era for Node.js Framework
            • 2024-11-07のJS: Node v22.11.0 (LTS)、Nuxt 3.14、vlt Package Manager

              JSer.info #714 - Node.js v22.11.0がリリースされました。 Node.js — Node v22.11.0 (LTS) Node.js v22.11.0は、Node.js v22.xのLTS(Long Term Support)リリースとなります。 Node.js v22.xは、2027-04-30までのサポートが予定されています。 nodejs/Release: Node.js Release Working Group Nuxt.js v3.14がリリースされました。 Nuxt 3.14 · Nuxt Blog クライアントとサーバで共有するコードを置くshared/フォルダの追加、rspackの対応。 useResponseHeaderとuseRuntimeHookの追加などが行われています。 また、v4での変更をopt-inできるcompatibili

                2024-11-07のJS: Node v22.11.0 (LTS)、Nuxt 3.14、vlt Package Manager
              • 2024-10-22のJS: Node.js v23.0.0、Next.js 15、Express v5(pre)

                JSer.info #712 - Node.js v23.0.0 (Current)がリリースされました。 Node.js — Node v23.0.0 (Current) require(esm)をデフォルトで有効化、32 bit Windowsのサポートを削除、node --runをStableに変更されています。 また、非推奨な--huge-max-old-generation-sizeを削除、node:utilパッケージから非推奨な_extend()やisBoolean()などを削除なども行われています。 Next.js v15がリリースされました。 Next.js 15 | Next.js 破壊的な変更として、fetchはデフォルトでno-storeに変更、GETルートハンドラーはデフォルトでキャッシュしないように、クライアントルーターキャッシュもデフォルトではキャッシュしないよ

                  2024-10-22のJS: Node.js v23.0.0、Next.js 15、Express v5(pre)
                • Next.jsをやめて、Remixで技術ブログを作り替えた話 | カルキチブログ

                  10ヶ月ぶりの更新です。 突然ではありますが、エンジニアになったばかりの時にNext.jsで構築した技術ブログをRemixでリプレイスしました。 Next.js全盛の今Next.jsを使うのをやめて、Remixにリプレイスした理由ですが、Remixを今後の自分の技術スタックの軸にしたいと考えたからです。 Remixについて Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience. 引用: https://remix.run ReactベースのフルスタックフレームワークGETリクエストはloaderで、GET以外

                  • Node.js — Node v23.0.0 (Current)

                    2024-10-16, Version 23.0.0 (Current), @RafaelGSS We’re excited to announce the release of Node.js 23! Key highlights include: Enabling require(esm) by default for Node.js applications Removing support for Windows 32-bit systems Stabilizing the node --run command Enhancements to the test runner, including glob pattern support for coverage files Node.js 23 will replace Node.js 22 as the ‘Current’ re

                      Node.js — Node v23.0.0 (Current)
                    • v0とBolt.new

                      背景 2024.10.09にWeb上でAIにフルスタックアプリの生成、そのままデプロイ(Netlify)できるBoltが公開 AIにフルスタックアプリの生成を指示、Webブラウザ上のNode.js環境でそのまま実行できる「bolt.new」、StackBlitzが公開 - Publickey AIアプリケーション開発ではv0がすでにあり、使い分けの整理の記録 GitHubパブリックレポジトリURLの頭にbolt.newを追加するとWeb上で環境構築が完了できる ref. https://x.com/stackblitz/status/1843668731681267801 これもCodespacesがあるのでユースケースの整理 v0はフロントアプリケーションのUI部分が強いがBoltはNode.js環境構築などもできるのでフルスタック味があるという感じ? v0 v0は、Next.jsの開発

                        v0とBolt.new
                      • Transformers.js v3 の概要|npaka

                        以下の記事が面白かったので、簡単にまとめました。 ・Transformers.js v3: WebGPU Support, New Models & Tasks, and More… 1. Transformers.js v3「Transformers.js v3」は、HuggingFaceが開発した機械学習ライブラリ「Transformers」のJavaScript版の最新版です。 主な特徴は以下の通りです。 ・WebGPUサポート : 従来のWASMと比べて最大100倍高速 ・新しい量子化フォーマット(dtype) : より効率的なモデル実行が可能に ・対応アーキテクチャの拡大 : 120のアーキテクチャをサポート ・事前学習済みモデルの追加 : 120以上のモデルが利用可能 ・マルチプラットフォーム対応 : Node.js、Deno、Bunで動作 2. インストール(1) パッケージ

                          Transformers.js v3 の概要|npaka
                        • Node.js — Node v22.10.0 (Current)

                          Or if the package is only meant to be run on Node.js and wants to fallback to CJS on older versions that don't have require(esm): { "type": "module", "exports": { // On new version of Node.js, both require() and import get the ESM version "module-sync": "./index.js", // On older version of Node.js, where "module-sync" and require(esm) are // not supported, use the CJS version to avoid dual-package

                            Node.js — Node v22.10.0 (Current)
                          • Introducing the vlt Package Manager & Serverless Registry

                            AuthorsNameDarcy ClarkeTwitter@darcyNameRuy AdornoTwitter@ruyadornoNameIsaac SchlueterTwitter@izsNameLuke KarrysTwitter@lukekarrys After spending the past six months heads-down, we’re excited to share our foundational Package Manager Client & Serverless Registry.A New JavaScript Package Manager:First up, we're introducing vlt, a brand new, free, and open-source JavaScript package manager. vlt goes

                              Introducing the vlt Package Manager & Serverless Registry
                            • TechFeedの大規模リニューアルに向け、古川陽介氏、uhyo氏、鹿野壮氏らエキスパート3名がプロダクトアドバイザーに就任

                              TechFeedの大規模リニューアルに向け、古川陽介氏、uhyo氏、鹿野壮氏らエキスパート3名がプロダクトアドバイザーに就任エキスパートとして長らくエンジニアコミュニティに貢献してきた方々をアドバイザーとし、ユーザー体験の再設計と大規模リニューアルを実施 2024年10月9日、株式会社テックフィード(本社:神奈川県川崎市、代表:白石俊平)は、エンジニア向け情報プラットフォーム「TechFeed」における大規模リニューアルに向け、古川陽介氏、uhyo氏、鹿野壮氏がプロダクトアドバイザーとして就任したことをお知らせいたします。 概要 エンジニア専門ニュースアプリとして運営中のTechFeed (https://techfeed.io)が、今後大幅なリニューアルを実施致します。 従来のエンジニア向けニュースアプリの枠組みを拡張し、エキスパートを中心としたソーシャルなプラットフォームへと進化。20

                                TechFeedの大規模リニューアルに向け、古川陽介氏、uhyo氏、鹿野壮氏らエキスパート3名がプロダクトアドバイザーに就任
                              • WordPress in JavaScript - NextPress | WordPress in JavaScript

                                All the plugins templates themes functionality in JavaScript We’re in the process of  replicating all of WordPress to a modern tech stack (Node.js & Next.js) called NextPress.

                                  WordPress in JavaScript - NextPress | WordPress in JavaScript
                                • GitHub - FrigadeHQ/trench: Trench — Open-Source Analytics Infrastructure. A single production-ready Docker image built on ClickHouse, Kafka, and Node.js for tracking events, users, page views, and interactions.

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - FrigadeHQ/trench: Trench — Open-Source Analytics Infrastructure. A single production-ready Docker image built on ClickHouse, Kafka, and Node.js for tracking events, users, page views, and interactions.
                                  • 【AWS】アクセス制限のある動的サイトを作成する方法

                                    はじめに こんにちは!はじめまして! ユニフォームネクスト株式会社 のシステムエンジニアKです。 諸々割愛しますが、社内行事でゲームセンターを作ることになったので オリジナルPCゲームを作って社内限定で公開することにしました。 備忘録を兼ねて何をしたかを記載します。 もしゲームセンターを作ることがあればぜひ参考にしてください🙌 前提 この記事にあること S3でバケットを公開せずHTTPSのみでサイトを公開する方法 API Gateway を使用した Lambda関数 の呼び出し Javascript から Lambda関数 の呼び出し AWS WAFを使用した 特定のIPアドレスのリクエストからアクセス許可 この記事にないこと サイトページ・ゲームの作り方 各サービスの詳細な説明 やったことの流れ S3にフロントエンド(HTML, CSS)をデプロイ API Gateway でエンドポイ

                                      【AWS】アクセス制限のある動的サイトを作成する方法
                                    • GitHub - boronine/h2tunnel: Simple ngrok alternative for Node.js

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - boronine/h2tunnel: Simple ngrok alternative for Node.js
                                      • Goのテストでファイルの読み書きを扱いたい | フューチャー技術ブログ

                                        プロセス外部への副作用がないコードならテストは難しくありませんが、ファイルの読み書き、ネットワーク、データベースを使いだすと気にしなければならないことが増えます。今回はファイルの読み書きを扱うテストを書こうとしていろいろ調べたりしたことをまとめます。 単体のファイルの読み書きであれば、io.Readerやio.Writerを引数にすれば解決することも多いですが、複数のファイルがフォルダに格納されており、それを一括で読み書きするようなケースを想定しています。 fs.FSGo 1.16で追加されたのがfs.FSインタフェースです。ファイルシステムを抽象化するインタフェースです。go embedでプログラムに埋め込んだファイル群をアクセスしたり、os.DirFS()で実フォルダのfs.FSインタフェースを取り出したりできます。テスト時はすでに実行ファイルに組み込まれたデータをファイルとして読み込

                                          Goのテストでファイルの読み書きを扱いたい | フューチャー技術ブログ
                                        • Pythonや生成AI活用など無料で基礎が学べるプログラミング学習講座「スタディングテック」提供開始

                                          「スタディングテック」は、オンラインでプログラミングが学べる動画学習サービスで、基本コースは無料となっており、会員登録のみでプログラミングの学習動画を視聴できる。 提供コースとしては、人気プログラミング言語ランキングにて1位を獲得した「Python」や、近年需要が急速に高まっている「生成AI」などを用意しており、生成AIの活用、プログラミングの基礎からWeb開発・アプリ開発まで、未経験からITエンジニアになるためのスキルを身につけられる。 提供コースは以下の通り。 Python基礎 JavaScript入門 HTML/CSS入門 Astro入門 生成AI入門 Git/Githubの使い方 VSCodeの使い方 今後は、以下のコース提供も予定する。 PHP入門 Node.js入門 Next.js入門 Laravel入門 React入門 あわせて、現役エンジニアによるサポートが受けられる有料プ

                                            Pythonや生成AI活用など無料で基礎が学べるプログラミング学習講座「スタディングテック」提供開始