Skip to content

mercari-build/mercari-build-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build@Mercari Training Program

This is @'s build training repository.

Build trainingの前半では個人で課題に取り組んでもらい、Web開発の基礎知識をつけていただきます。 ドキュメントには詳細なやり方は記載しません。自身で検索したり、リファレンスを確認したり、チームメイトと協力して各課題をクリアしましょう。

ドキュメントには以下のような記載があるので、課題を進める際に参考にしてください。

In the first half of Build@Mercari program, you will work on individual tasks to understand the basics of web development. Detailed instructions are not given in each step of the program, and you are encouraged to use official documents and external resources, as well as discussing tasks with your teammates and mentors.

The following icons indicate pointers for

📖 Reference

  • そのセクションを理解するために参考になるUdemyやサイトのリンクです。課題内容がわからないときにはまずReferenceを確認しましょう。
  • Useful links for Udemy courses and external resources. First check those references if you are feeling stuck.

🔰 Point

  • そのセクションを理解しているかを確認するための問いです。 次のステップに行く前に、Pointの問いに答えられるかどうか確認しましょう。
  • Basic questions to understand each section. Check if you understand those Points before moving on to the next step.

Tasks

  • STEP1 Git (JA/EN)
  • STEP2 Setup environment (JA /EN)
  • STEP3 Develop API (JA /EN)
  • STEP4 Database (JA/EN)
  • STEP5 Docker (JA/EN)
  • STEP6 Continuous Integration(CI) (JA /EN)
  • STEP7 (Stretch) Frontend (JA /EN)
  • STEP8 (Stretch) Run multi service (JA /EN)
  • Extra1 Data structure and algorithm (JA/EN)
  • EXTRA2 (Stretch) Data Analysis (Link)

Other documents

  • 効率的に開発できるようになるためのTips / Tips for efficient development (JA/EN)

Which one should I choose, Python or Go?

  • Mercari uses Go for building the backend of their applications. If you like taking on challenges, using Go will let you develop in an environment similar to Mercari's.

  • Python is a relatively easy-to-write programming language. Choosing Python may make it easier for you to understand the overall flow.

  • MercariではBackend開発にGoを利用しています。挑戦できそうな方はこちらを選んでいただくとよりMercariに近い環境で開発いただけます。

  • Pythonは比較的簡単にかけるプログラミング言語です。Pythonを選んだほうが全体のフローの理解がしやすいかと思われます。