並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 86件

新着順 人気順

https console developers google com apis apiの検索結果1 - 40 件 / 86件

  • What's New In DevTools (Chrome 96)  |  Blog  |  Chrome for Developers

    Preview feature: New CSS Overview panel Use the new CSS Overview panel to identify potential CSS improvements on your page. Open the CSS Overview panel, then click on Capture overview to generate a report of your page’s CSS. You can further drill down on the information. For example, click on a color in the Colors section to view the list of elements that apply the same color. Click on an element

    • クラウド間の ID フェデレーションで固定シークレットから解放される

      GitHub Actions などで ID token を取ってきてクラウドにログインさせる, package の trusted publishing をする, というのは一般的になってきた。多くは Workload Identity Federation などと呼ばれ、近年はついに AWS も公式で ID token の発行をサポートするようになったし、各種クラウドプロバイダで受入れおよび払出しにだいたい対応しきったといって良いんじゃないだろうか。 GitHub Actions で利用する例は世の中に溢れているが、たとえば AWS や Google Cloud 間での利用や、Terraform での設定方法などはあんまりまとまっていない印象がある。そのため本稿では自分の身の回りで必要な、ID token をベースとしたクラウドプロバイダ間の ID フェデレーション方法、特にそれぞれのク

      • PC 版 Google Play Games (ベータ) が日本に公開

        #11WeeksOfAndroid 18 #AdaptiveApps 1 #Android12 1 #AndroidDevJourney 1 #androiddevsummit 5 #CredentialManager 1 #GDC2025 2 #GenerativeAI 3 #GoogleIO 19 #WeArePlay 21 12l 1 5 star apps 1 adaptive 2 Ads 1 advertising 1 AGDE 1 AGDK 2 AGI 1 AI 3 AI Announcements beginner Explore Generative AI 1 AI Announcements beginner Explore Generative AI、 1 Android 127 Android 10 1 Android 11 1 Android 12 Beta 5 1

          PC 版 Google Play Games (ベータ) が日本に公開
        • Why We're All-In on MCP | Mastra Blog

          Why We're All-In on MCPA deep dive into why Mastra is adopting Model Context Protocol (MCP) for AI tool integration, comparing it with Agents.json and Composio, addressing current limitations in discovery, quality, and configuration, and providing a framework-friendly proposal with practical code examples for implementation. Tool integration for AI agents is a mess. Even for developers building ag

            Why We're All-In on MCP | Mastra Blog
          • GitHub - modelcontextprotocol/servers: Model Context Protocol Servers

            Official integrations are maintained by companies building production ready MCP servers for their platforms. 21st.dev Magic - Create crafted UI components inspired by the best 21st.dev design engineers. 2slides - An MCP server that provides tools to convert content into slides/PPT/presentation or generate slides/PPT/presentation with user intention. ActionKit by Paragon - Connect to 130+ SaaS inte

              GitHub - modelcontextprotocol/servers: Model Context Protocol Servers
            • What's New In DevTools (Chrome 94)  |  Blog  |  Chrome for Developers

              Use DevTools in your preferred language Chrome DevTools now supports more than 80 languages, allowing you to work in your preferred language! Open Settings, then select your preferred language under the Preferences > Language dropdown and reload DevTools. Preferences" width="800" height="494"> Chromium issue: 1163928 New Nest Hub devices in the Device list You can now simulate the dimensions of Ne

              • Connect-Web: It's time for Protobuf and gRPC to be your first choice in the browser · Buf

                Connect-Web: It's time for Protobuf and gRPC to be your first choice in the browser Today we’re releasing connect-web, an idiomatic TypeScript library for calling RPC servers from web browsers. If you’ve been unimpressed by gRPC and Protobuf on the web before, now’s the time to take another look: connect-web generates modern TypeScript that’s just as ergonomic as a hand-written REST client. Client

                  Connect-Web: It's time for Protobuf and gRPC to be your first choice in the browser · Buf
                • CloudflareのDeveloper Week 2023の気になった発表のまとめ - console.lealog();

                  今年も祭りの季節がやってきましたね。 Developer Week 2023 | Cloudflare というわけで、今年も個人的に気になったものを。 (発表されるのがだいたいJST深夜かつ最後が金曜日なので、どうやっても公開するの週明けになるんよな・・) Introducing Constellation, bringing AI to the Cloudflare stack https://blog.cloudflare.com/introducing-constellation/ Workersで機械学習のモデルが動かせるようになったとのこと プライベートβ サポートされているランタイムで動作するモデルであれば、自作のものでも、用意されてるものでもOK 現状はONNX形式のみ対応 https://github.com/onnx/models https://github.com/d

                    CloudflareのDeveloper Week 2023の気になった発表のまとめ - console.lealog();
                  • CloudflareのPlatform Weekの発表まとめ - console.lealog();

                    Platform Week - The Cloudflare Blog この中から、個人的に気になったものたちをさっくりまとめ。つまりWorkersとかPagesとかに関連するものが多く、それ以外のStreamingとかWeb3系はスルーしてる。 The next chapter for Cloudflare Workers: open source The next chapter for Cloudflare Workers: open source CFWのランタイムのソースコードをオープンソースにするっていう発表 現時点でコードが見れるわけではなさそう これで`miniflare`と実環境の境界もなくせるねって言ってた https://twitter.com/_mrbbot/status/1523652262115278848 がんばれ〜 コードとして公開されたとして、誰しもが簡単

                      CloudflareのPlatform Weekの発表まとめ - console.lealog();
                    • C#でオリジナルコーディングエージェントをつくってみよう - KAYAC Engineers' Blog

                      この記事は 面白法人グループ Advent Calendar 2025 の5日目の記事です。 はじめに こんにちは!技術部の村上です。 普段はUnityを用いてハイパーカジュアルゲームを作っています。 近年の爆発的な進歩により、AIはもはや日々の開発に欠かせない存在になってきました。中でも今年に入ってからのコーディングエージェントの発展には目を見張るものがあります。 カヤックのハイパーカジュアルゲームチームでは、全員がAIを積極的に利用できるよう制度が整備され、Claude Codeを始めとしたコーディングエージェントを活用して日々開発が行われています。 ところで、コーディングエージェントって実のところ何をやっていて、どう動いて、どう作られているんでしょう? 私は、動いているモノを見るとそういうのが気になっちゃうのがエンジニアって生き物の生態だと思っています。 そこで今回は、簡易なオリジナ

                        C#でオリジナルコーディングエージェントをつくってみよう - KAYAC Engineers' Blog
                      • What's New In DevTools (Chrome 95)  |  Blog  |  Chrome for Developers

                        New CSS length authoring tools DevTools added an easier yet flexible way to update lengths in CSS! In the Styles pane, look for any CSS property with length (e.g. height, padding). Hover over the unit type, and notice the unit type is underlined. Click on it to select a unit type from the dropdown. Hover over the unit value, and your mouse pointer is changed to horizontal cursor. Drag horizontally

                        • App Server – Codex | OpenAI Developers

                          Protocol Like MCP, codex app-server supports bidirectional communication using JSON-RPC 2.0 messages (with the "jsonrpc":"2.0" header omitted on the wire). Supported transports: stdio (--listen stdio://, default): newline-delimited JSON (JSONL). websocket (--listen ws://IP:PORT, experimental): one JSON-RPC message per WebSocket text frame. In WebSocket mode, app-server uses bounded queues. When re

                            App Server – Codex | OpenAI Developers
                          • Exploiting IndexedDB API information leaks in Safari 15

                            DISCLAIMER: Fingerprint does not use this vulnerability in our products and does not provide cross-site tracking services. We focus on stopping fraud and support modern privacy trends for removing cross-site tracking entirely. We believe that vulnerabilities like this one should be discussed in the open to help browsers fix them as quickly as possible. To help fix it, we have submitted a bug repor

                              Exploiting IndexedDB API information leaks in Safari 15
                            • Why I don't miss React: a story about using the platform - Jack Franklin

                              May 3, 2022Why I don't miss React: a story about using the platformJust over two years ago I left a role at a London based startup where I lead development of a large, React based e-commerce frontend to join Google to work on Chrome DevTools. My initial focus was to introduce Web Components as the new fundamental building block of all new DevTools features and UI. With the recently launched Record

                                Why I don't miss React: a story about using the platform - Jack Franklin
                              • What's New In DevTools (Chrome 100)  |  Blog  |  Chrome for Developers

                                Chrome 100 Here’s to the 100th Chrome version! Chrome DevTools will continue to provide reliable tools for developers to build on the web. Take a moment to click around in the What’s New tab to celebrate the milestones. As usual, you can watch the latest What’s New in DevTools video by clicking on the image. View and edit @supports at rules in the Styles pane You can now view and edit the CSS @sup

                                • Announcing TypeScript 5.5 - TypeScript

                                  Today we’re excited to announce the release of TypeScript 5.5! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null and undefined, and more. Types also power TypeScript’s edi

                                    Announcing TypeScript 5.5 - TypeScript
                                  • Android 13 の日本語関連機能

                                    #11WeeksOfAndroid 18 #Android12 1 #AndroidDevJourney 1 #androiddevsummit 5 #GDC2025 2 #GoogleIO 19 #WeArePlay 15 12l 1 5 star apps 1 adaptive 1 Ads 1 advertising 1 AGDE 1 AGDK 2 AGI 1 AI 3 AI Announcements beginner Explore Generative AI 1 AI Announcements beginner Explore Generative AI、 1 Android 120 Android 10 1 Android 11 1 Android 12 Beta 5 1 Android 12L 1 Android 13 3 Android 14 7 Android 14 B

                                      Android 13 の日本語関連機能
                                    • Firebase Studio lets you build full-stack AI apps with Gemini | Google Cloud Blog

                                      Introducing Firebase Studio and agentic developer tools to build with Gemini Millions of developers use Firebase to engage their users, powering over 70 billion instances of apps every day, everywhere — from mobile devices and web browsers, to embedded platforms and agentic experiences. But full-stack development is evolving quickly, and the rise of generative AI has transformed not only how apps

                                        Firebase Studio lets you build full-stack AI apps with Gemini | Google Cloud Blog
                                      • Flaky Tests In React: Detection, Prevention and Tools - Semaphore

                                        I picked up most of my skills during the years I worked at IBM. Was a DBA, developer, and cloud engineer for a time. After that, I went into freelancing, where I found the passion for writing. Now, I'm a full-time writer at Semaphore. In the context of React, testing is a non-negotiable process to maintain code quality and a smooth user experience. However, there’s one frustrating bad news that is

                                          Flaky Tests In React: Detection, Prevention and Tools - Semaphore
                                        • What's New in DevTools (Chrome 117)  |  Blog  |  Chrome for Developers

                                          Network panel improvements Override web content locally even faster The local overrides feature is now streamlined, so you can easily mock response headers and web content of remote resources from the Network panel without access to them. To override web content, open the Network panel, right-click a request, and select Override content. If you have local overrides set up but disabled, DevTools en

                                            What's New in DevTools (Chrome 117)  |  Blog  |  Chrome for Developers
                                          • Announcing TypeScript 5.5 RC - TypeScript

                                            Today we are excited to announce the availability of the release candidate of TypeScript 5.5. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Here’s a quick list of what’s new in TypeScript 5.5! Inferred Type Predicates Control Flow Narrowing for Constant Indexed Accesses Type Imports in JSDoc Regular Expression Syn

                                              Announcing TypeScript 5.5 RC - TypeScript
                                            • ブラウザ JavaScript / Node.js の仕組みを知ろう! ~トラブルに迅速に立ち向かえる様に - Link and Motivation Developers' Blog

                                              こんにちは。リンクアンドモチベーション SRE グループの川津と申します! 弊社ではフロントエンドは勿論、開発環境の様々な所で JavaScript (Node.js) を利用しています。 JavaScript は歴史的経緯上 様々なランタイム&実行環境が存在し、仕組みが理解しづらいので書いてみました! はじめに 近年 JavaScript の需要は増し、Web Application のほとんどは JavaScript を使って動いているのではないかと思います。 もともと JavaScript は DOM API (Document Object Model、HTML を JavaScript でから操作できる) の為にありました。DOM API を更に使いやすくした jQuery 等が流行りましたね。 しかし JavaScript の活用範囲は拡大し、現在では以下の様々な用途で利用され

                                                ブラウザ JavaScript / Node.js の仕組みを知ろう! ~トラブルに迅速に立ち向かえる様に - Link and Motivation Developers' Blog
                                              • New – Amazon CloudWatch Evidently – Experiments and Feature Management | Amazon Web Services

                                                AWS News Blog New – Amazon CloudWatch Evidently – Experiments and Feature Management Update Nov 29, 2021 – This post has been modified to provide more clarity on the new service. As a developer, I am excited to announce the availability of Amazon CloudWatch Evidently. This is a new Amazon CloudWatch capability that makes it easy for developers to introduce experiments and feature management in the

                                                  New – Amazon CloudWatch Evidently – Experiments and Feature Management | Amazon Web Services
                                                • Chrome 118 beta  |  Blog  |  Chrome for Developers

                                                  Scoped styles for CSS, additional media features, keyboard-focusable scroll containers, and more. Unless otherwise noted, changes described apply to the newest Chrome beta channel release for Android, ChromeOS, Linux, macOS, and Windows. Learn more about the features listed here through the provided links or from the list on ChromeStatus.com. Chrome 118 is beta as of September 13, 2023. You can do

                                                  • Google API Keys Weren't Secrets. But then Gemini Changed the Rules. ◆ Truffle Security Co.

                                                    tl;dr Google spent over a decade telling developers that Google API keys (like those used in Maps, Firebase, etc.) are not secrets. But that's no longer true: Gemini accepts the same keys to access your private data. We scanned millions of websites and found nearly 3,000 Google API keys, originally deployed for public services like Google Maps, that now also authenticate to Gemini even though they

                                                      Google API Keys Weren't Secrets. But then Gemini Changed the Rules. ◆ Truffle Security Co.
                                                    • Local-first software: You own your data, in spite of the cloud

                                                      Cloud apps like Google Docs and Trello are popular because they enable real-time collaboration with colleagues, and they make it easy for us to access our work from all of our devices. However, by centralizing data storage on servers, cloud apps also take away ownership and agency from users. If a service shuts down, the software stops functioning, and data created with that software is lost. In t

                                                      • What's New in DevTools (Chrome 113)  |  Blog  |  Chrome for Developers

                                                        Override network response headers You can now override response headers in the Network panel. Previously, you needed access to the web server to experiment with HTTP response headers. With response header overrides, you can locally prototype fixes for various headers, including but not limited to: Cross-Origin Resource Sharing (CORS) Headers Permissions-Policy Headers Cross-Origin Isolation Header

                                                          What's New in DevTools (Chrome 113)  |  Blog  |  Chrome for Developers
                                                        • Building the future of the command line

                                                          A blank screen and a blinking cursor. That’s all that greeted users when they booted up their machines in the early days of personal computing. No start menu. No icons. Just the command line. For many budding developers, that blinking cursor presented a mystery to be solved or an invitation to adventure. “It felt magical,” says Toby Padilla, co-founder of Charm, a company that makes tools for buil

                                                            Building the future of the command line
                                                          • When Network is Faster than Cache

                                                            Introduction # I recently discovered that Firefox introduced a feature called RCWN (Race Cache With Network) in 2017. This feature was intended to improve web performance by racing cached requests against the network. Fig 1. Firefox network panel showing cached resources 'raced' againt the network This seemed odd to me, surely using a cached response would always be faster than making the whole re

                                                              When Network is Faster than Cache
                                                            • MongoDB Releases Queryable Encryption Preview | MongoDB Blog

                                                              Cynthia Braund and Pramod Borkar June 7, 2022 | Updated: June 14, 2022 Today we are announcing the Preview release of Queryable Encryption, which allows customers to encrypt sensitive data from the client side, store it as fully randomized encrypted data on the database server side, and run expressive queries on the encrypted data. With the introduction of Queryable Encryption, MongoDB is the only

                                                                MongoDB Releases Queryable Encryption Preview | MongoDB Blog
                                                              • What's New In DevTools (Chrome 98)  |  Blog  |  Chrome for Developers

                                                                Preview feature: Full-page accessibility tree The new Full-page accessibility tree makes it easier for you to get an overview of the full-page accessibility tree and help you better understand how your web content is exposed to assistive technology. In the Elements panel, open the Accessibility pane and select Enable full-page accessibility tree checkbox. Then, reload DevTools and you will see a n

                                                                • Google Analytics Data API(GA4)を使ってみる(PHPサンプル付き) / 開発者向けブログ・イベント | GMO Developers

                                                                  みなさん、こんにちは。GMOインターネットグループ株式会社の斉藤です。 ・・・、私はいつも上記のご挨拶でブログを書き始めますが、ちょっと変わりましたね。お気づきになりましたか? 弊社は2022年9月1日付けで商号変更いたしました。 GMOインターネット、「GMOインターネットグループ株式会社」に商号変更 https://www.gmo.jp/news/article/7964/ -旧: GMOインターネット株式会社 -新: GMOインターネットグループ株式会社 引き続き、GMOインターネットグループ株式会社をよろしくお願いいたします。 Google アナリティクス4とAPI 前回の「CryptoName byGMOでNFTドメインを取得しよう」と言う記事でご紹介したCryptoName byGMOですが、サイトへのアクセスを調べるためにGoogle アナリティクス4(GA4)を導入していま

                                                                  • What's New In DevTools (Chrome 93)  |  Blog  |  Chrome for Developers

                                                                    Editable CSS container queries in the Styles pane You can now view and edit CSS container queries in the Styles pane. Container queries provide a much more dynamic approach to responsive design. The @container at-rule works in a similar way to a media query with @media. However, instead of querying the viewport and user agent for information, @container queries the ancestor container that matches

                                                                    • Android Basics コースとトレーニングのアップデートについて

                                                                      #11WeeksOfAndroid 18 #AdaptiveApps 1 #Android12 1 #AndroidDevJourney 1 #androiddevsummit 5 #CredentialManager 1 #GDC2025 2 #GenerativeAI 3 #GoogleIO 19 #WeArePlay 21 12l 1 5 star apps 1 adaptive 2 Ads 1 advertising 1 AGDE 1 AGDK 2 AGI 1 AI 3 AI Announcements beginner Explore Generative AI 1 AI Announcements beginner Explore Generative AI、 1 Android 127 Android 10 1 Android 11 1 Android 12 Beta 5 1

                                                                        Android Basics コースとトレーニングのアップデートについて
                                                                      • When Is WebAssembly Going to Get DOM Support? - ACM Queue

                                                                        July 2, 2025 Volume 23, issue 3 PDF When Is WebAssembly Going to Get DOM Support? Or, how I learned to stop worrying and love glue code Daniel Ehrenberg Is WebAssembly (Wasm) really ready for production usage in web applications, even though that usage requires integration with a web page and the APIs used to manipulate it, such as the DOM? Simultaneously, the answer to this question is that "Wasm

                                                                        • A Tour of WebAuthn

                                                                          This book was distributed at the FIDO Authenticate conference in 2024. Its intended format was as a PDF, which you can find here. The following is the contents of the PDF converted to HTML. 1: Introduction Passwords are rubbish. If you’re reading this book then hopefully you’re already on board with this idea, but let’s recap anyway. The typical practice with passwords is to remember a few differe

                                                                          • Zennの全本を全文検索したい

                                                                            はじめに Zennのロードマップに本の全文検索はありますが、今のところタイトルやチャプターの一致検索しか対応していません Zenn Roadmap · zenn-dev/zenn-community なんとかして全文検索できるようにならないでしょうか? 原稿リポジトリを直接検索 Zennは投稿データをGitHubアカウントと接続することができます。 なので検索したい本の原稿がGitHub公開リポジトリである場合、GitHub上で全文検索することが可能です。 (「Chakra UIの歩き方 & Tips集」のリポジトリを検索している様子) しかし複数の本を横断して検索することはできませんし、GitHub連携されていない場合や公開リポジトリがない場合この方法も使えません。 今回私は複数の本を横断的に検索したかったため、替りの方法を求めました。 内部APIを使った本文データのクロール Zennの

                                                                              Zennの全本を全文検索したい
                                                                            • Google Maps API のマーカー仕様が刷新されたので対処してみた

                                                                              今さらなのですが、API を利用して Google Maps Platform で地図を表示しているページでふとブラウザのコンソールをみてみると、こんなエラーが。 Starting February 21, 2024, google.maps.Marker will no longer be available. Instead, use google.maps.marker.AdvancedMarkerElement. Find more information about the discontinuation at https://developers.google.com/maps/deprecations. もしくは、以下の警告が表示される場合もあります。 As of February 21st, 2024, google.maps.Marker is deprecated. P

                                                                                Google Maps API のマーカー仕様が刷新されたので対処してみた
                                                                              • Welcoming the new Search Console URL Inspection API  |  Google Search Central Blog  |  Google for Developers

                                                                                Subscribe to our RSS feed Follow us on X Subscribe to our YouTube Channel SEO fundamentals Introduction Search Essentials SEO Starter Guide How Google Search Works Do you need an SEO? Crawling and indexing Sitemaps robots.txt Meta tags Crawler management Removals Canonicalization Redirects JavaScript SEO Ranking and search appearance Visual Elements gallery Title links Snippets Images Videos Struc

                                                                                  Welcoming the new Search Console URL Inspection API  |  Google Search Central Blog  |  Google for Developers
                                                                                • What's New in DevTools (Chrome 118)  |  Blog  |  Chrome for Developers

                                                                                  New section for custom properties in Elements > Styles The Elements panel now supports the @property CSS at-rule. It lets you define CSS custom properties explicitly and register them in a stylesheet without running any JavaScript. To inspect your registered custom properties, in Elements > Styles, hover over the property name and see its descriptors in a tooltip. In the tooltip, click the link to

                                                                                    What's New in DevTools (Chrome 118)  |  Blog  |  Chrome for Developers