{
"Name": "Dhrubajyoti Mandal",
"TechStack": {
"Languages": ["Python", "C/C++", "Java", "JS", "C#"],
"Web": ["React", "Flask", "PHP", "ASP.NET"],
"ML": ["TensorFlow", "OpenCV", "sklearn"],
"Tools": ["Docker", "Git", "AWS", "MongoDB"],
},
"Experience": [
{
"Role": "Research Intern",
"Org": "Samsung R&D (SRI-B)",
"Highlights": [
"Image rotation algorithm (1.3x faster)",
"Optimized with ARM NEON SIMD"
]
},
{
"Role": "President, AISOC @ KIIT",
"Highlights": [
"Led 100+ member AI society",
"Built bots for event automation"
]
}
],
"Swagger": "Uses Arch, btw",
"Summary": "CS major into applied math, ML, and building scalable tech."
}
- Steganography: Hide secret messages in images (Python)
- Blueberry: Hackathon-winning personal AI assistant (JavaScript)
- Mini-project-thingy: LangChain + RAG-based dream analysis tool
- Minesweeper: Classic CLI game in Python
- github-contrib-cal: Fun GitHub contribution calendar visualizer
- notificationd: RESTful API for sending user notifications
#!/usr/bin/python3
print("".join([chr(sum([(dict(zip([str(_) if _ < 10 else chr(_+87)for _ in range(16)],[_ for _ in range(16)]))[c]<<_<<_<<_<<_)for _, c in enumerate("4834434b5221"[i:i+2][::-1])]))for i in range(0,len("4834434b5221"),2)]))