Sabir Sheikh

Sabir Sheikh @sabir_sheikh_cd49d4c419e3

About: Hi, I'm Mohammad Sabir, a passionate software developer with experience in .NET Core, Flutter, Java, and React JS. I love turning ideas into working code and sharing what I learn along the way.

Joined:
May 4, 2025

Sabir Sheikh
articles - 11 total

Building a QR Code Generator in Salesforce Using LWC

QR codes are a convenient way to share information such as URLs, IDs, or text strings in a compact...

Learn More 0 0Aug 17

🔐 Building JWT Authentication in ASP.NET Core (Step-by-Step)

In modern web applications, JWT (JSON Web Token) is a powerful and widely used technique for securing...

Learn More 0 0Jul 20

Complete Guide: Building a Google Forms to Salesforce Webhook Integration

Introduction Integrating Google Forms with Salesforce via webhooks enables real-time data transfer...

Learn More 0 0Jul 7

Complete Guide: Sending Google Form Data to Salesforce Using Webhooks

Introduction Webhooks provide a powerful way to connect Google Forms with Salesforce in real-time....

Learn More 0 0Jul 7

How to Send Email Using JSP and JavaMail API

Sending emails from a JSP page is very useful for contact forms, notifications, and automation in...

Learn More 0 0Jul 6

Node JS Upload Multiple Files

You can upload multiple files using multer in Node.js and return their filenames. Here's how: 1....

Learn More 0 1Jun 12

Upload File Using Fetch Method

Using the fetch method, you can send files from the frontend to your Node.js backend for processing....

Learn More 0 0Jun 12

Upload file Node JS

1. Initialize Your Project Create a new Node.js project and install dependencies: mkdir my-blog cd...

Learn More 0 0Jun 12

🔧 Add, Edit, and Delete Questions Dynamically in Salesforce Using LWC

In many audit-related Salesforce applications, users often need to maintain a dynamic list of...

Learn More 1 0May 21

🔗 Parent to Child Communication in LWC Without Message Channels

In Lightning Web Components (LWC), when your child component is nested inside the parent, you can...

Learn More 0 0May 4

🔄 Real-Time Text Sharing Between LWC Components Using Lightning Message Service (LMS)

In modern Lightning Web Component (LWC) development, you often deal with components that live on the...

Learn More 0 0May 4