Victor Ukohatpscript.hashnode.dev·Jan 25, 2025CTF Solution: CrossroadsYay! Here's another week to capture the flag. Today's vulnerable machine is the Crossroads from vulnhub (our most usual source). Let's dive into the action right away. We get the target machine's address using the netdiscover command. We can the ...CTF Solutionsctf-solutions
Harshit Singhzeal.hashnode.dev·Jan 3, 2025Crafting a Dynamic E-Commerce Experience: Customizable UI with Sanity CMS, Medusa.js, and Next.jsAs e-commerce continues to evolve, the demand for customizable and dynamic user interfaces has skyrocketed. In my latest project, I’ve harnessed the power of Sanity CMS, Medusa.js, and Next.js to create an e-commerce platform that allows users to con...1 likeSanity
Ankit Kumarankittkx.hashnode.dev·Sep 12, 2024Medusa Install & Run on localPrerequisites npm, nodejs & postgres pre-installed Step 1 Install npm & nodejs & postgres, I already did. So I am just verifying it- node -v npm -v Step 2 Install medusa CLI with the cmd- npm install @medusajs/medusa-cli -g Step 3 Create new medusa...49 reads#90daysofdevops
Adilblog.perseides.org·May 8, 2024Medusa Marketplace #2.3 | Extending Shipping Profiles/OptionsHello everyone! In the last part, we were able to customize the behavior of products on our marketplace, so vendors/users can now create products specific to their store and, of course, see only their own products. What's the goal here ? In this part...14 likes·443 readsBuild Your First Marketplace With Medusa.jsmedusa.js
Adilblog.perseides.org·May 7, 2024Medusa Marketplace #1 | Let's follow THE recipeHello Everyone,My name is Adil (a.k.aadevinwild), and I'm passionate about Medusa.js. Last year, I embarked on my first (client) project using Medusa.js to build a marketplace. Since then, Medusa has undergone significant improvements, and I believe ...17 likes·2.3K readsBuild Your First Marketplace With Medusa.jsmedusa.js
Adilblog.perseides.org·May 7, 2024Medusa Marketplace #2.2 | Extending ProductServiceHello everyone! Now that our vendors have access to their store, I can tell they are getting bored. Indeed, without any things to sell, our back office is useless, therefore we're spending this time expanding the product concept and adding a decent b...4 likes·744 readsBuild Your First Marketplace With Medusa.jsmedusa
Mark Tawanda Munyakamarkmunyaka.hashnode.dev·Feb 24, 2024Build An Ecommerce Store from Scratch using Medusa and Nuxt: Part 02Introduction Nuxt is a meta-framework built on top of Vue.js, a JavaScript library. It features SSR, SSG, SEO, File-System routing, Caching etc. It can be used to build ecommerce storefronts. Medusa is a toolkit for developers to create digital comme...Build An Ecommerce Store from Scratch using Medusa and Nuxtwebdev
Mark Tawanda Munyakamarkmunyaka.hashnode.dev·Feb 21, 2024Build An Ecommerce Store from Scratch using Medusa and Nuxt: Part 01Introduction Nuxt is a meta-framework built on top of Vue.js, a JavaScript library. It features SSR, SSG, SEO, File-System routing, Caching etc. It can be used to build ecommerce storefronts. Medusa is a toolkit for developers to create digital comme...Build An Ecommerce Store from Scratch using Medusa and NuxtNuxt
Mark Tawanda Munyakamarkmunyaka.hashnode.dev·Feb 20, 2024Build an Ecommerce App from Scratch using Medusa and Next 14: Part 01Introduction In this tutorial, you will learn how to create an ecommerce website using Medusa as a commerce engine and Next 14 as the frontend framework. This tutorial is split into a series of articles: Part 01: Setup and Installation Part 02: Pa...Build An Ecommerce App from Scratch using Next 14 and Medusawebdev
Osada Vidathblog.osadavidath.com·Feb 1, 2024How to build an eCommerce website and integrating Email notification only using open source toolsTL;DR In this tutorial, you’ll learn how to build an eCommerce store that you can fully customize and even prepare the ground for sending transactional notifications and messages to buyers. As a developer, knowing how to build an eCommerce website w...10 likes·37 readsecommerce