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
  • Adobe Commerce
  • Magento 2

Understanding the Difference Between row_id and entity_id in Magento 2

  • Sameer Bhayani
  • January 24, 2025
  • 4 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
Zero-Shot vs Few-Shot Prompting: The Technique That Makes AI Sound Like You 9 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

Learn Prompt Engineering Post 03 SB Sameer Bhayani · sbdevblog.com · Prompt Engineering · 8 min read Most people think AI becomes powerful when you buy better tools. But what if the real power comes […]

The Perfect Prompt Structure: Get Exact Results from AI 13 min read
  • Ai With SbDevBlog
  • Prompt Engineering

The Perfect Prompt Structure: Get Exact Results from AI

  • Sameer Bhayani
  • May 3, 2026

EP02 – WordPress Preview SB Sameer Bhayani Learn Prompt Engineering · sbdevblog.com · Prompt Engineering · 7 min read What if you could ask the same AI the same question — and get a 10x […]

The Skill That Makes AI Actually Work for You 8 min read
  • Ai With SbDevBlog
  • Prompt Engineering

The Skill That Makes AI Actually Work for You

  • Sameer Bhayani
  • May 2, 2026

AI can write code, generate ideas, and draft entire articles. But it’s only as powerful as the person behind the keyboard. Here’s the one skill that changes everything. “AI is not the future. Using AI effectively is […]

Magento 2 GraphQL: Debugging & Performance Optimization Tips 4 min read
  • Adobe Commerce
  • Adobe Commerce Cloud
  • GraphQL
  • Magento 2

Magento 2 GraphQL: Debugging & Performance Optimization Tips

  • Sameer Bhayani
  • July 30, 2025

Magento 2 GraphQL optimization. If you’re building with GraphQL in Magento 2, knowing how to write clean, efficient, and maintainable queries isn’t enough. For a smooth developer experience and optimal performance, it’s essential to follow […]

Creating a Custom GraphQL for Magento 2 Products 4 min read
  • Adobe Commerce
  • GraphQL
  • Magento 2

Creating a Custom GraphQL for Magento 2 Products

  • Sameer Bhayani
  • June 4, 2025

Magento 2’s native GraphQL API is powerful, but sometimes you need more control or custom functionality that the default product queries can’t provide. That’s why creating a custom GraphQL for Magento 2 products is a […]

Using Input Types in Custom GraphQL Mutations in Magento 2 3 min read
  • Adobe Commerce
  • GraphQL
  • Magento 2

Using Input Types in Custom GraphQL Mutations in Magento 2

  • Sameer Bhayani
  • June 4, 2025

Creating custom GraphQL mutations in Magento 2 is a powerful way to expose backend functionality through your API. But to make your mutations clean, scalable, and reusable — especially when handling multiple fields — using […]

Create a Custom GraphQL Mutation in Magento2 4 min read
  • Adobe Commerce
  • GraphQL
  • Magento 2

Create a Custom GraphQL Mutation in Magento2

  • Sameer Bhayani
  • May 29, 2025

Create a Custom GraphQL Mutation in Magento2 (Step-by-Step Guide). Magento 2’s support for GraphQL has opened up incredible possibilities for developers building fast, interactive frontends. While queries are great for fetching data, mutations are what […]

How to Add Filtering, Sorting, and Pagination to Your Custom GraphQL in Magento 2 4 min read
  • Adobe Commerce
  • Adobe Commerce Cloud
  • GraphQL
  • Magento 2

How to Add Filtering, Sorting, and Pagination to Your Custom GraphQL in Magento 2

  • Sameer Bhayani
  • May 27, 2025

When building a custom GraphQL endpoint in Magento 2, basic data fetching is just the beginning. If you’re planning to build real-world APIs, especially for storefronts or dashboards, your custom GraphQL should support filtering, sorting, […]

How to Create a Custom GraphQL Endpoint in Magento 2 4 min read
  • Adobe Commerce
  • Adobe Commerce Cloud
  • GraphQL
  • Magento 2

How to Create a Custom GraphQL Endpoint in Magento 2

  • Sameer Bhayani
  • May 26, 2025

How to Create a Custom GraphQL Endpoint in Magento 2 [Step-by-Step Guide]. Magento 2’s GraphQL support makes it ideal for modern eCommerce frontends. But what happens when you need to expose custom data that isn’t […]

Customer Info: How to Get Bearer Token in Magento 2 3 min read
  • Adobe Commerce
  • Adobe Commerce Cloud
  • Customer
  • GraphQL
  • Magento 2

Customer Info: How to Get Bearer Token in Magento 2

  • Sameer Bhayani
  • May 20, 2025

Customer Info: How to Get Bearer Token in Magento 2, When you’re working with Magento 2 GraphQL APIs, some data is public (like products or categories), but some — like customer details — require authentication.To […]

Posts pagination

1 2 … 9 Next

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,218)
  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 (713)
  5. Magento 2: How To Remove Product from the categories Programmatically? (680)
Magento 2 Sb Dev Blog

Check your inbox or spam folder to confirm your subscription.

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