Mann Jadwani - Code Editor
EXPLORER
📁 tech-development/
tech-development.ts
📁 product-building/
📁 ai-innovation/
📁 data-business/
📁 leadership/
28 Projects
Active
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
interface TechSkills {
// Full Stack Development
frontend: {
framework: "Next.js" | "React.js";
languages: ["JavaScript", "HTML", "CSS"];
};
 
// AI & Machine Learning
aiDevelopment: {
language: "Python";
specializations: [
"AI Search Systems",
"AI Code Builders & Report Generators",
"LLM Aggregators (AccessAllGPT)",
"AI Memory Management (Neuro)",
"AI Legal Document Analysis",
"AI Fitness & Health Systems",
"AI Financial Market Tools (Eqivision)"
];
};
 
// Blockchain & Smart Contracts
blockchain: {
language: "Solidity";
expertise: "Real Estate Tokenization";
};
 
// Backend & Platforms
backend: {
platforms: ["Supabase", "Vercel", "Strapi"];
services: ["PostgreSQL", "Auth", "Edge Functions"];
};
}