Gusgsalazar.hashnode.dev·Dec 17, 2024Construcción de un Dron con 8 Motores de 6 kW Usando Aluminio, Agua y Oxígeno, Aprovechando Hidrógeno y Supercondensadores para EstabilizaciónResumen Este documento presenta el diseño de un dron eléctrico con 8 motores de 6 kW, alimentado por baterías aluminio-aire y celdas de combustible que reutilizan el hidrógeno generado como subproducto. Un supercondensador absorbe picos de demanda y ... Hydrogen
David Willifordblog.davidwilliford.dev·Dec 5, 2024How to implement 'Sign in with Google' for Headless Shopify Stores (React, Next.js, Hydrogen etc.)Shopify, by default, does not have pre-configured methods to authenticate customers via their Google accounts. In a Shopify theme environment, there are numerous apps you could use to accomplish social sign-in. But what about headless stores?! In thi...Hydrogen Tutorials Hydrogen
David Willifordblog.davidwilliford.dev·Nov 4, 2024How to Remove Customer Account API Authentication in HydrogenIn this tutorial, we are going to migrate from the default customer account API authentication in Hydrogen. Which is the non-customizable, email-code login (like below). If you are reading this, you likely made a new Hydrogen project after August 20...Hydrogen Tutorialsshopify
Ewan MakforTenten DTC Insider™ | Shopify Expertshopify.tenten.co·Oct 31, 2024Do I need Shopify plus to use Shopify Headless HydrogenYou do not need Shopify Plus to use Shopify Hydrogen. Here are the key points: Availability & Access Hydrogen is available on all Shopify plans except the Starter plan. The framework and its hosting platform Oxygen are provided at no extra cost to el...shopify
David Willifordblog.davidwilliford.dev·Oct 25, 2024Complete Tutorial for Hydrogen Authentication on Local Dev EnvironmentsOne thing you will learn when working with Hydrogen, is the strict security policies surrounding the Shopify Customer Account API. This is Shopify’s new API to handle customer authentication (released August 2023, and now pre-configured by default in...39 reads Hydrogen
David Willifordblog.davidwilliford.dev·Aug 14, 2024Understanding CSPs through HydrogenContent Security Policy (CSP) is a crucial tool in web development that can make or break your site’s security. If you’ve spent time debugging font loading issues or mysterious errors while working with 3rd party imports, you’ve likely bumped into CS...Web Development
David Willifordblog.davidwilliford.dev·Apr 8, 2024How to fix "redirect_uri" mismatch in Shopify HydrogenA common bug in Hydrogen is getting this "redirect_uri" mismatch error upon user sign-in. The official Shopify documentation for user authentication is not very helpful on this. So I will be sharing my own, simple solution. There are 2 primary fixe...1 like·118 readsshopify