Entries for 'Anuja Patel'
-
📖 From Data to Answers: How I Built a RAG Workflow with Pinecone + AI
🌟 Introduction
We all know that Large Language Models (LLMs) like GPT or Claude are powerful — but they can’t know everything. They&rs...
Read More >
-
🤖 AIMailMate: Automating Sales Email Replies with n8n + AI
In sales, every minute counts. But let’s be honest — manually reading prospect emails, analyzing intent, and writing personalized replies ...
Read More >
-
🤖 Guess what an AI agent can handle for you?
Scheduling, reminders, follow-ups… things that normally eat up your time. Here’s a small example I built using n8n + Telegram + AI to sho...
Read More >
-
🌱 CureMyPlant: Building an AI-Powered Plant Health Assistant with n8n
Artificial Intelligence isn’t just about chatbots or text generation—it’s transforming everyday workflows. In this blog, we’ll...
Read More >
-
Code Coverage - Best Practices
1. Focus on test quality over quantity.
2. Make sure that frequently changing code is well covered.
3. There is no “Ideal Code Coverage Number”. O...
Read More >
-
Working with cookies in Blazor web assembly
In the Blazor Web assembly application, HttpClient doesn't include cookies with requests. If you wish to read/write cookies, you will have to use ...
Read More >
-
Blazor Vs. Angular
Blazor
Angular
Blazor is a new ASP.NET Core web framework from Microsoft.
Angular is a TypeScript-ba...
Read More >
-
Angular - XSS Injection
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS at...
Read More >
-
Editable Image Upload Control - Angular
Features:
Select file with allowed extensions
Zoom-in
Zoom-out
Crop
Rotate
Step 1: Create a new angular project.
ng...
Read More >
-
Rounding off - Issue with Asp.Net
While working with payments, it is important to match till even a one cent. As it says “Every little step counts”, 1 cent mismatch with ma...
Read More >