この数年でウェブも世界も変わりました。Google 検索は進化し改良されてきましたが、Google のアプローチは変わっていません。
Google パスワード マネージャーは、お使いのすべてのオンライン アカウントで強力な固有のパスワードを簡単に使用できるようにします。Google パスワード マネージャーを使用すると、Google アカウントやデバイスにパスワードを保存できます。 重要: Google パスワード マネージャーでは、Google アカウントにパスワードを保存する場合にのみ、安全なパスワードが提案されます。 Google パスワード マネージャーを使用することで、以下のようなことが可能になります。 安全な固有のパスワードを作成して Google アカウントに保存できます。パスワードを覚えておく必要はありません。 ビルトインされたセキュリティ機能により、保存したすべてのパスワードが安全に保護されます。 サイトやアプリでパスワードを自動入力できます。 Google パスワード マネージャーがオンライン セキュ
Please note: This guide is no longer being updated. Google recommends migrating to TypeScript, and following the TypeScript guide. 1 Introduction This document serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language. A JavaScript source file is described as being in Google Style if and only if it adheres to the rules herein. Like other
Background Which Shell to Use Bash is the only shell scripting language permitted for executables. Executables must start with #!/bin/bash and minimal flags. Use set to set shell options so that calling your script as bash script_name does not break its functionality. Restricting all executable shell scripts to bash gives us a consistent shell language that’s installed on all our machines. In part
C# at Google Style Guide This style guide is for C# code developed internally at Google, and is the default style for C# code at Google. It makes stylistic choices that conform to other languages at Google, such as Google C++ style and Google Java style. Formatting guidelines Naming rules Naming rules follow Microsoft’s C# naming guidelines. Where Microsoft’s naming guidelines are unspecified (e.g
Google Style Guides Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This pro
Google TypeScript Style gts is Google's TypeScript style guide, and the configuration for our formatter, linter, and automatic code fixer. No lint rules to edit, no configuration to update, no more bike shedding over syntax. To borrow from standardjs: No configuration. The easiest way to enforce consistent style in your project. Just drop it in. Automatically format code. Just run gts fix and say
// Good: choose between two options as appropriate (see below). import * as ng from '@angular/core'; import {Foo} from './foo'; // Only when needed: default imports. import Button from 'Button'; // Sometimes needed to import libraries for their side effects: import 'jasmine'; import '@polymer/paper-button'; Import paths TypeScript code must use paths to import other TypeScript code. Paths may be r
Google は 10 年以上にわたって毎週、数十億ものコンテナを起動してきた経験を Google Cloud にパッケージ化し、あらゆる規模のデベロッパーとお客様が最新のコンテナ イノベーションを簡単に利用できるようになっています。社内のクラスタ管理システム Borg から学んだことを元にオープンソース化し、Kubernetes でコンテナをより簡単かつ柔軟にオーケストレートできるようにしました。Google は、サービス メッシュを使用してマイクロサービスを管理するプロセスを効率化し、現在世界中で使用されているサイト信頼性エンジニアリング(SRE)標準を作成することで、デベロッパーの効率化を先導しました。
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project (google/stylegu
※ 12 月 20 日 追記あり 来年度から全国の小学校でプログラミング教育の必修化が、2021 年度、2022 年度にはそれぞれ中学校、高等学校でも重点的な学習が始まります。プログラミングやコンピューティングの分野に興味を持つ中高生にとって、学校のカリキュラムの内外に関わらず仲間たちと集まれるコミュニティの存在は重要です。興味関心を自由に追いかけ、その好奇心を満たし、コードを通じて新しいチャレンジに挑む勇気をくれる、そんな場所を作るお手伝いをしたいと Google は考えています。 そんな好奇心旺盛な若きエンジニアたちを応援すべく、パイロットプロジェクトとして、Google のエンジニアたちが選んだプログラミングに関する書籍 10 冊を全国 75 校の中学校及び高等学校に寄贈します。 Scratch ではじめよう!プログラミング入門 Scratch 3.0 版 私は、プログラムを書いてい
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く