DEV Community

Cover image for Amazona Part 2 Prerequisites: Build ECommerce Website Like Amazon
4 2

Amazona Part 2 Prerequisites: Build ECommerce Website Like Amazon

This post is part of a Coding Course by Basir JD to Build An ECommerce Website Like Amazon. If you did not read that, follow this link:

Please provide the following tools and skills to get the best result in the live stream.

Tools

  • VS Code: The Code Editor. download from here
  • Google Chrome: The Web Browser. download from here

Skills

  • HTML:

    • Basic elements like html, head, body, div
    • Semantic elements like nav, header, main, section, aside, footer
    • Linking to external CSS files
  • CSS:

    • whitespaces: margin, padding
    • units: px, em, rem
    • flexbox
    • grid

Live Stream

I will have a live stream on this Wednesday 26 Feb 2020 at 9:30 pm EST. It is all about designing a web template for Amazona.

Subscribe to my Youtube channel to participate in my live stream. You will be notified when the session starts.

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay