Best of eCommerceOctober 2023

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Easy Guide To Designing A 3 Tier Architecture

    This article provides a guide to designing a 3 tier architecture for an e-commerce platform. It explains the purpose of a 3 tier architecture and discusses the components of each tier. The article also mentions the use of a session manager for secure access and control over AWS instances.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Digital Products Store with Medusa and Next.js

    Learn how to build an e-book online store using Medusa and Next.js. The tutorial covers topics such as setting up TypeScript type definitions, incorporating e-book previews into the product details, simplifying the checkout process for digital products, and delivering digital products to customers.

  3. 3
    Article
    Avatar of codropsCodrops·3y

    Animating Multi-Page Navigations with Browser View Transitions and Astro

    Learn how to implement smooth transitions between pages in Astro using View Transitions. View Transitions make navigation seamless and effortless, reducing compatibility, performance, and accessibility issues. Find out about the performance impact, browser support, and design considerations for View Transitions.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Add a Shopping Cart & Checkout to a Next.js App with Snipcart

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Laravel Attributes Package

    The Laravel Attributes package allows for easy creation of attributes on a model, such as associating technical details with a product in an e-commerce store. It provides a trait that can be added to the model, and allows for attaching and retrieving attributes.