LoginSignup
325
422

More than 1 year has passed since last update.

この単語さえわかれば、英語の技術書がサクサク読める!英単語まとめ(保存版)

Posted at

はじめに

英語のプログラミング教材って、良いって聞くけど、英語に苦手意識があるから使ったことがない...。

私もその一人でした。ですが、この単語さえわかっていれば、なんとか英語のDjangoの本を読み切ることができました。

これから英語でプログラミング学習したい人は見ていただけると役に立つかもです!

execute 実行する

例文

execute the migrate command
migrate コマンドを実行する

navigate 移動する

例文

Navigate to our homepage at http://localhost:8000/
http://localhost:8000/のホームページに移動する

configure 設定する

例文

the project configured for local development
ローカル環境で設定されたプロジェクト

confirm 確認する

例文

process of confirming
確認作業

go through 確認する

例文

go through the prompts
プロンプトを確認する

dedicated 専用の

例文

dedicated server
専用サーバー

sync 同期する

例文

sync the database
データベースと同期する

specify 明示する

例文

specify the type of content
項目の型を明示する

ensure 確かに〜する

例文

To ensure Django knows about our new app
djangoが新しいアプリを認識できるようにする

assume 仮定する

例文

assume each post has a title
各投稿にタイトルがあると仮定する

inherit 受け継ぐ、継承する

例文

other templates inherit from base.html.
他のテンプレートはbase.htmlから継承する

以上です。ありがとうございました!

325
422
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
325
422