The hottest Substack posts of Cristian’s Substack

And their main takeaways
39 implied HN points 10 Apr 23
  1. Shopify offers benefits like fast-loading websites, scalable infrastructure, and a great back office user experience.
  2. Potential drawbacks of Shopify include dependency on apps, development costs, mismanagement risks, and limited content management.
  3. Steps before switching to Shopify include assessing pain points, trying out a test store, evaluating costs, planning migration, and making necessary platform checks before the switch.
39 implied HN points 10 Apr 23
  1. Back-end for Front-end (BFF) pattern helps reduce front-end complexity by acting as an interface between front-end and microservices/APIs.
  2. BFF pattern separates front-end requirements from back-end concerns, making the application easier to maintain and more resilient to API changes.
  3. Implementing BFF pattern can improve error handling, maintainability, and performance in an ecommerce platform by allowing for better control over API consumption and reducing network steps.