FULL STACK DEVELOPER & AI ENGINEER

N A V E E N

T A D A K A

Crafting Digital Experiences · Code · AI · Automation

GenAI Full Stack Automation Three.js Cloud

ABOUT

I don't just write code — I engineer solutions. As a 3rd-year CS student, I've shipped full-stack apps, automated workflows with n8n & AI, built network security tools, and pushed production code — all before graduating. Every pixel, every function, every late night has a purpose: to build things that actually matter.

15+ PROJECTS BUILT
10+ TECHNOLOGIES
3+ YEARS CODING
B.Tech in Computer Science VIT University · 2022 – 2026
Full Stack & AI Projects Shipped Production-ready apps before graduation
Open Source Contributor Active on GitHub · Building in public

SKILLS

PROGRAMMING LANGUAGES

Java
Python
JavaScript
C
C++
Bash
HTML5
CSS3
Bootstrap
TailwindCSS
PostgreSQL
MongoDB
Supabase
Node.js

TECHNOLOGIES & CONCEPTS

Git
GitHub
RESTful API
Web Scraping
DSA

IDE & ENVIRONMENT

VS Code
"Where speed meets precision."
Neovim
"Built for efficiency. Controlled by mastery."
Arch Linux
"I built my system. I control everything."
Postman
"Testing ideas before they become reality."
Jupyter Notebook
"Where code meets experimentation."
Google Colab
"Unlimited compute. Infinite possibilities."
Hyprland
"Dynamic tiling. Pure Wayland elegance."

Projects

01
AI · VOICE ASSISTANT · AUTOMATION

Jiva Smart Assistant

An AI-powered voice assistant built with Google Gemini and LiveKit that automates real-world tasks — from sending emails and WhatsApp messages to controlling apps and reading screens.

  • → Real-time voice interaction via LiveKit WebRTC
  • → Multi-tool agent: email, WhatsApp, app control
  • → Gemini AI for natural language understanding
  • → Screen reading & Gradio web interface
View on GitHub ↗
jiva_assistant.py
class Assistant: def __init__(self): self.model = genai.GenerativeModel( model="gemini-2.0-flash" ) self.tools = [ send_email, send_whatsapp, control_app, read_screen ]
02
FULL STACK · HEALTHCARE · SAAS

VetFlow Pro

A comprehensive veterinary clinic management system with role-based dashboards, invoicing, and real-time analytics — built for Admin, Doctor, Receptionist & Accountant workflows.

  • → Role-based access: 4 distinct dashboards
  • → Revenue analytics with Recharts visualization
  • → Full invoicing & billing system
  • → Supabase 13-table schema with Row Level Security
View on GitHub ↗
vetflow-pro/dashboard
const revenue = invoices .filter(i => i.status === "paid") .reduce((sum, i) => sum + i.total, 0); const stats = { patients: getActiveCount(), appointments: getTodaySlots(), revenue: formatCurrency(revenue), pending: invoices.filter( i => i.status === "pending" ).length };
03
SYSTEMS PROGRAMMING · CLI · JAVA

MyShell

A custom Unix shell interpreter written in pure Java — featuring a state-machine parser, built-in commands, and external process execution via ProcessBuilder.

  • → State-machine tokenizer & parser
  • → Built-ins: echo, pwd, cd, type, exit
  • → External command execution via ProcessBuilder
  • → Clean ICommand architecture pattern
View on GitHub ↗
~/MyShell
$ echo "Hello World" Hello World $ type echo echo is a shell builtin $ pwd /home/naveen/MyShell $ cd src && ls Main.java Parser.java ICommand.java Shell.java $
04
FULL STACK · AI · AGRITECH

Agro-Bloom

A smart agriculture platform with AI-powered crop recommendations, weather intelligence via Tomorrow.io, a Farm Guru chatbot powered by Gemini, and expert video consultations.

  • → Weather intelligence via Tomorrow.io API
  • → AI crop recommendations with scoring engine
  • → Farm Guru chatbot powered by Gemini AI
  • → Expert connect with WebRTC video calls
View on GitHub ↗
agro-bloom/recommend
function scoreCrop(crop, weather) { const tempScore = calcTemp( crop.tempRange, weather.avgTemp ); const rainScore = calcRain( crop.waterNeed, weather.rainfall ); return { name: crop.name, score: tempScore * 0.6 + rainScore * 0.4, }; }

GT AN | LET'S TALK

I'm always open to discussing new ideas, creative projects, and opportunities to bring your vision to life.

Available for freelance & full-time