Skip to content
  • Home
  • Magento 2
    • Cart
    • Catalog
    • Customer
    • Eav Attributes
    • Payments
    • Shipping
    • Theme
  • AI With SB
    • Prompt Engineering
  • We are on YouTube
  • Contact Us
  • SBDEVBLOG Privacy Policy
Magento 2 Sb Dev Blog
  • Ai With SbDevBlog
  • Prompt Engineering

The Skill That Makes AI Actually Work for You

  • Sameer Bhayani
  • May 2, 2026
  • 8 min read
  • Ai With SbDevBlog
  • Prompt Engineering

The Perfect Prompt Structure: Get Exact Results from AI

  • Sameer Bhayani
  • May 3, 2026
  • 13 min read
  • Ai With SbDevBlog
  • Prompt Engineering

Zero-Shot vs Few-Shot Prompting: The Technique That Makes AI Sound Like You

  • Sameer Bhayani
  • May 16, 2026
  • 9 min read

Trending Posts

  • Ai With SbDevBlog
  • Prompt Engineering

The Skill That Makes AI Actually Work for You

  • Sameer Bhayani
  • May 2, 2026
  • 8 min read
  • Ai With SbDevBlog
  • Prompt Engineering

The Perfect Prompt Structure: Get Exact Results from AI

  • Sameer Bhayani
  • May 3, 2026
  • 13 min read
  • Adobe Commerce
  • GraphQL
  • Magento 2

Using Input Types in Custom GraphQL Mutations in Magento 2

  • Sameer Bhayani
  • June 4, 2025
  • 3 min read
  • Data

RDBMS vs. Data Warehouse: Understanding the Differences and Bridging the Similarities

  • Sameer Bhayani
  • October 31, 2024
  • 6 min read
  • Adobe Commerce
  • Magento 2

Understanding Composer and Its Commands in Magento 2

  • Sameer Bhayani
  • October 20, 2024
  • 5 min read

Popular Posts

How to invalidate indexer programmatically? 3 min read
  • Catalog
  • Categories
  • Indexer
  • Magento 2

Magento 2: How to invalidate indexer programmatically?

  • Sameer Bhayani
  • January 1, 2023

Very often we need to perform the indexing. We either run the index manually or we set the index corn-based to run invalidated indexes automatically which we have set to…

Read More
Magento 2 create custom product attribute using data patch adobe commerce 1 min read
  • Catalog
  • Eav Attributes
  • Magento 2

Magento 2: Add Product Attribute Using Data Patch

  • Sameer Bhayani
  • December 14, 2022

Let's Create a custom product attribute using a data patch. Install Data & Upgrade Data is replaced by the Data Patch since Magento 2.3 version. Install Data & Upgrade Data…

Read More
get shipping rates using JS in magento 2 - sb dev blog 2 min read
  • Cache
  • Cart
  • Checkout
  • Knockout JS
  • Magento 2
  • Shipping

Magento2: How to refresh the shipping method using JS?

  • Sameer Bhayani
  • March 11, 2023

Let's refresh the shipping method using JS. We have restored the total section in https://sbdevblog.com/magento-2-how-to-update-the-total-using-js/ Very often, we need to update the shipping method in the cart and checkout page using JS. For example, on…

Read More
Remove PRODUCTS TO CATEGORIES programmatically 1 min read
  • Catalog
  • Categories
  • Magento 2

Magento 2: How To Remove Product from the categories Programmatically?

  • Sameer Bhayani
  • December 31, 2022

We have seen how to add products to categories in a previous blog.https://sbdevblog.com/magento-2-how-to-assign-product-to-categories-programmatically/. Very often, we get the requirement to add or remove products programmatically. For example, we must create…

Read More
How to create a custom cache in Magento 2 3 min read
  • Cache
  • Magento 2

Magento 2: How to Create Custom Cache?

  • Sameer Bhayani
  • February 18, 2023

Let's see How we can create a custom cache in Magento 2. We are aware of the caching mechanism of Magento 2. We can see a list of the cache…

Read More
Magento 2: How to get logged in customer’s id? 1 min read
  • Customer
  • Magento 2

Magento 2: How to get logged in customer’s id?

  • Sameer Bhayani
  • October 29, 2022

We will check How to get logged in customer’s id? in this post. We need to read the customer sessions in order to get the current logged-in customer-id. This post shows you by reading customer […]

Magento 2: Add default Qty while editing product from admin 2 min read
  • Catalog
  • Magento 2

Magento 2: Add default Qty while editing product from admin

  • Sameer Bhayani
  • October 27, 2022

Very often, we need to reduce the work of the admin. This post shows the code to add the default QTY while creating or editing products on the admin side. We can see the default […]

Magento 2: Create Custom Attribute Set Using Data-Patch 1 min read
  • Eav Attributes
  • Magento 2

Magento 2: Create Custom Attribute Set Using Data-Patch

  • Sameer Bhayani
  • October 27, 2022

We often need to create a custom attribute set using the data-patch. Since Install Data & Upgrade Data have been deprecated and the Data patch has been introduced. We need data patches to create EAV attributes as […]

Posts pagination

Previous 1 … 8 9

LET’S KEEP IN TOUCH!

We’d love to keep you updated with our latest technical content😎

We don’t spam! Read our privacy policy for more info.

Check your inbox or spam folder to confirm your subscription.

Recent Posts

  • Zero-Shot vs Few-Shot Prompting: The Technique That Makes AI Sound Like You
  • The Perfect Prompt Structure: Get Exact Results from AI
  • The Skill That Makes AI Actually Work for You
  • Magento 2 GraphQL: Debugging & Performance Optimization Tips
  • Creating a Custom GraphQL for Magento 2 Products

Archives

May 2026
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Jul    

profile for Sameer Bhayani at Magento Stack Exchange, Q&A for users of the Magento e-Commerce platform

SB DEV BLOG provides technical article which you need in daily life. Started from Adobe Commerce (Magento 2) but I will write and publish post for other framework and languages as well.

[mwai_chatbot id="default"]

Recent Posts

  • Zero-Shot vs Few-Shot Prompting

    Zero-Shot vs Few-Shot Prompting: The Technique..

  • The Perfect Prompt Structure: Get Exact Results from AI

    The Perfect Prompt Structure: Get Exact..

  • Prompt Engineering

    The Skill That Makes AI Actually..

Most Viewed Posts

  1. Magento 2: Message Queue Status Codes (1,227)
  2. Magento2: How to refresh the shipping method using JS? (1,028)
  3. Magento 2: How to invalidate indexer programmatically? (820)
  4. Magento 2: Add a Custom Field to the Quote Table (714)
  5. Magento 2: How To Remove Product from the categories Programmatically? (683)
Magento 2 Sb Dev Blog

Check your inbox or spam folder to confirm your subscription.

Copyright © 2022-26 https://sbdevblog.com