What language is Amazon's site created in?

Asked 1 years ago, Updated 1 years ago, 320 views

I would like to create a mail order site like Amazon and a general mall.
I would like to create a mail order mall site that deals with products from various companies.
What programming language is used in Amazon?

I'd like to develop software that Amazon uses, but I don't know which language to start with.
I am a beginner in programming, so please take good care of me.

programming-language

2022-10-15 09:37

3 Answers

Amazon is a giant.Just take a quick look at the job information that is currently available.

C, C++, Scala, Java, Python, Ruby, Go, C#

he said to his many limbs.I'm sure there are other languages I use.The underlying architecture is also extraordinary and sold as AWS.I think it's a tough match for a beginner in programming to refer to.By using AWS as a user, you may have the same technology configuration as Amazon in a way.

Instead of imitating a giant, it's better to choose something that makes it easier to start.

When creating a web service, you can expect a library, a framework, and books for beginners in the following languages:(I think I made a list without subjectivity.)The order is meaningless.)

  • Ruby
  • Python
  • JavaScript (Node.js)
  • PHP
  • Java


2022-10-15 09:37

Amazon-branded programs published in GitHub include Python/Java/Swift/JavaScript/PHP.
Also, according to Hacker News, Java/C++/Python/Ruby/Go/Perl/Scala/Rust is used.

However, as the other response states, Amazon is not fit to copy it personally because it is built on a large system to stably handle large amounts of access to countless products from many users.


2022-10-15 09:37

As for how to check on chrome, open the appropriate Amazon page and right-click.
View Page Sources to see html and Javascript syntax.

For this reason, the minimum html+css+javascript is definitely included.

Then press F12 to view the developer mode, and then click "Source", which is probably at the top of the developer mode, to see the external file group that you are loading on that page in folder file format.If you ignore a .jpeg file because it ends with an image, you can see that it also uses an externally imported Javascript file because it contains a .js file.

In general, it is reasonable to assume that php is used for such site configurations, but in principle, php descriptions are forced to be hidden and hidden when viewed or downloaded from outside.This is because it is common to use php to break down blocks of personal information and scatter them inside the page.

From the above, you will need to study html+css+Javascript+php at least as a format to write on your own.

Also, as long as you only design the site itself, how do you use the database (DB) for parts that actually manage personal information and other data individually?

or

It is inextricably derived from the network and server design of how to handle large amounts of traffic (the amount of traffic that users access).

In particular, when it comes to major levels such as Amazon, Rakuten, and Yahoo, large adults will be bundled together to develop all these specifications and requirements on an annual basis.

Development of elementary features → Fix affected parts later → Implement additional features → Fix affected parts and handle this amount by individual.

First of all, you can easily think of building a page structure (html) and decorating (css), studying setting up a personal account in php, building a buyer account, seller account, administrator account, and simplifying the listing and purchasing structure.

There is also a hell of security measures.(If leaked…) loss ★ harm ★ compensation ★ compensation)

It's too bloated for personal writing, so try it with plenty of room.

Also, if you want to open a sales site such as Mercari or Minne, there are small-scale development methods that only modify the layout of images, colors, etc. on the finished foundation frame.
Compared to the size of the site, the basic frame completed by WordPress is sold at a low price.It's getting cheaper to do renovations such as adding flesh to what you bought.

For more information, you can find it online by creating a mail order site.


2022-10-15 09:37

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.