FULL-STACK & AI ENGINEER — FOUNDER & CONTRACT DEVELOPERAVAILABLE FOR FREELANCE & CONTRACT WORK

Rakesh Kumar

Software Developer & Founder building and operating production software end-to-end — from database architecture and resilient APIs to adaptive AI workflows and zero-downtime deployments.

200+
registered users
500+
interviews run
800+
github contributions
250+
seo indexed pages
rakesh — zsh
$ whoami
software developer & founder, interviewera
Illustration of a developer at a multi-monitor setup
$ status --availability
open for full-stack, ai engineering & contract client builds
$ stack --summary
next.js 16 · typescript · fastapi · postgres · redis · openai
$
→ open interactive terminal
02 / about

Engineering & product execution

Core Discipline

Systems architecture, type-safe full-stack execution, and applied AI workflows that deliver real business metrics.

I build, ship, and operate production software end-to-end — database architecture, backend microservices, LLM prompt engineering, responsive frontends, deployment automation, and continuous monitoring. I own the entire path from technical requirements to production reliability.

As founder of InterviewEra, I engineered an AI-powered mock interview SaaS running voice and technical interviews with adaptive LLM follow-ups, ATS resume scoring, and programmatic SEO reaching 27.8K+ impressions.

Beyond my own products, I take on selected freelance and contract engineering projects — partnering with early-stage founders and technical teams to deliver clean SaaS MVPs, performant REST APIs, AI features, and backend system fixes.

700+ LeetCode problems solved · 800+ GitHub contributions
Technical Stack & Tooling
Programming Languages
TypeScriptJavaScriptPythonSQL
Frontend
React.jsNext.js 16Tailwind CSSHTML5/CSS3
Backend & Systems
Node.jsExpress.jsFastAPICeleryREST APIsWebSocketsJWT Auth
AI Agents & Automation
AI Agentsn8n WorkflowsOpenAI APILangChainVercel AI SDKPrompt Chains
Voice AI & Conversational Channels
IVR Calling SystemsDeepgram STTElevenLabs TTSWhatsApp Business APIWebhooks
Databases & Caching
PostgreSQLSupabasePrismaMongoDBRedis
DevOps & Cloud
GitGitHubDockerVercelJiraGoogle Search ConsoleJest
03 / flagship
PRODUCTION AI SAAS PLATFORM

InterviewEra

AI-powered interview preparation platform built and operated independently by Rakesh Kumar. Delivers adaptive technical & behavioral sessions with real-time speech processing, rubric-based grading, and instant feedback.

visit interviewera.com →
200+
registered users
500+
interviews run
1K+
resume analyses
2.4K+
questions generated
250+
programmatic seo pages
27.8K+
search impressions
1.3K
organic clicks (3 mo)
4.6%
search ctr
[ SYSTEM DESIGN & ARCHITECTURE BLUEPRINT ]

Explore Macro System Topology (HLD) and Micro Execution Mechanics (LLD).

01. Presentation & Client Tier
Next.js 16 · React 19 · Web Audio API

Real-time mic PCM capture, audio waveform rendering, low-latency UI updates & programmatic SEO routes.

02. API Gateway & Real-Time Transport
Node.js · WebSockets (WSS) · Edge Middleware

Full-duplex audio stream orchestration, JWT authentication, rate-limiting, and interview lifecycle routing.

03. Data Persistence & Cache Tier
PostgreSQL (Supabase) · Redis

Multi-tenant relational schemas, session state snapshots, row-level locking & Redis audio ring buffers.

04. AI & Voice Speech Pipelines
OpenAI GPT-4o · Deepgram STT · ElevenLabs TTS

Sub-second speech-to-text, prompt-chained adaptive follow-up engine & neural voice audio synthesis.

[ PROBLEM ]

Static interview questions and rote flashcards fail to replicate the real-time cognitive load of live interviews — candidates lack adaptive follow-up questions, voice pacing practice, and objective rubric scoring.

[ SOLUTION & EXECUTION ]

An autonomous AI interviewer that conducts voice-enabled technical and behavioral sessions with dynamic follow-ups, resume-conditioned questioning, multi-dimension scoring, and actionable feedback reports.

[ CORE FULL-STACK & AI CAPABILITIES ]
▶Voice Interview System with Deepgram STT & ElevenLabs TTS
▶Adaptive LLM follow-up engine conditioned on candidate responses & resume
▶Five-dimension scoring model ensuring rubric fairness and zero drift
▶Credit-based payment billing integrated with Razorpay
▶Supabase Auth & JWT session management with Redis rate-limiting
▶250+ programmatic SEO pages driving organic user acquisition

Free Product Tools & Community Traction

FREE TOOL1K+ analyses

ATS Resume Checker

Scores candidate resumes against target job descriptions for keyword relevance and ATS parse compliance.

launch tool →
FREE TOOL2.4K+ generated

Question Generator

Generates customized role- and resume-specific technical and behavioral questions on demand.

launch tool →
FREE TOOLFree Tool

STAR Method Answer Builder

Structures rough candidate career stories into clear Situation-Task-Action-Result interview responses.

launch tool →
ENGINEERING & PLACEMENT COMMUNITY

An active community built around InterviewEra sharing interview preparation strategies, system design discussions, and placement opportunities.

join community →
ENGINEERING DECISION — OBJECTIVE SCORING ENGINE

Rubric-conditioned evaluation without LLM hallucination drift. Scoring evaluates candidate transcripts across five distinct technical dimensions against standardized rubrics rather than free-form LLM judgment. This guarantees reproducible, fair scoring regardless of candidate phrasing or model temperature variations.

production tech stack
Next.js 16TypeScriptNode.jsPostgreSQLSupabaseRedisDeepgram STTElevenLabs TTSOpenAI APIRazorpayTailwind CSSVercel
production engineering challenges solved
[SOLUTION] Context window drift during multi-turn interviews → Structured state machine in PostgreSQL with rolling summaries
[SOLUTION] Voice round-trip latency on adaptive follow-ups → Redis caching & streaming audio buffers cutting response latency by 30%
[SOLUTION] Organic acquisition scaling → Programmatic SEO engine generating 250+ targeted pages yielding 27.8K+ impressions
05 / projects

Selected Products & Engineering Work

A curated collection of production products, backend systems, and open-source engineering implementations.

view all on github →
[ FEATURED PRODUCTS & SAAS BUILDS ]
FLAGSHIP PRODUCTION SAAS

InterviewEra — AI Interview Platform

Full-scale AI interview preparation platform serving 200+ registered users and 500+ interviews with voice AI, resume-based adaptive questions, and 250+ SEO pages.

Next.js 16TypeScriptPostgreSQLSupabaseRedisDeepgramElevenLabsOpenAI
InterviewEra AI Interview Platform Preview
COMPLIANCE PLATFORM

Trash2Tech — E-Waste Traceability

Compliance-grade e-waste collection & traceability platform for India — pickups, lot management, recycler intake, audit trails, and EPR reporting across citizens, hubs, and recyclers.

NestJSTypeORMPostgreSQLRedisNext.js 14ZustandJWT Auth
Trash2Tech e-waste traceability platform preview
AI APPLICATION

SkillBridge AI — Career Roadmap Engine

AI-powered career roadmap generator — maps candidate skills against target job descriptions and generates structured module tracks with automated assessments.

Next.js 16TypeScriptPrismaSupabaseNextAuth.jsOpenRouter APIVercel AI SDK
SkillBridge AI career roadmap preview
FULL-STACK AI

Placed AI — Placement Assistant

Full-stack AI placement assistant built during a 24-hour hackathon — resume parsing, job matchmaking, and mock-interview feedback across 10+ modules.

ReactNode.jsExpressMongoDBFastAPIGemini AI
Placed AI placement assistant preview
[ SELECTED BACKEND & SYSTEM ENGINEERING ]
BACKEND & CONCURRENCYSystem

Prioritized Async Task System

Production-grade prioritized asynchronous task worker system ensuring strict execution order (HIGH > MEDIUM > LOW), database row-level locking for concurrency safety, and idempotent retries with exponential backoff.

FastAPIPythonCeleryRedisPostgreSQLDocker
view repository →
API ARCHITECTUREAPI

Expense Tracker REST API

Scalable financial transaction API with JWT authentication, category management, analytics aggregation, cursor/offset pagination, and Swagger OpenAPI documentation.

Node.jsExpress.jsPostgreSQLPrismaJWTSwagger
view repository →
RBAC & AUTHENTICATIONFull-Stack

Avidus Task Manager

Enterprise-style task management system with role-based access control (RBAC), protected API endpoints, audit activity logs, and real-time dashboard metrics.

Node.jsExpress.jsMongoDBReact.jsJWT Auth
view repository →
CONTRACT-DRIVEN DESIGNAPI

Production-Grade tRPC API

Type-safe backend API following Contract-Driven Development (CDD) principles, end-to-end type inference, strict input schema validation, and structured error boundaries.

tRPCExpressTypeScriptZodNode.js
view repository →
WORKFLOW PLATFORMFull-Stack

Campus Hire — Placement Management

Streamlined campus recruitment platform connecting students and placement coordinators with job tracking, eligibility filters, and drive scheduling.

TypeScriptNext.jsNode.jsPostgreSQLTailwind CSS
view repository →
PRIVACY-FIRST SYSTEMFull-Stack

Nirog Bharat — Digital Health Platform

Privacy-first health record management system with emergency break-glass access protocols and granular consent-based medical data sharing.

TypeScriptNext.jsNode.jsPostgreSQLJWT Auth
view repository →
04 / services
FREELANCE & CONTRACT ENGINEERING

What I Can Build For You

I partner with startup founders, SaaS teams, and businesses to turn product requirements into resilient, well-architected production systems.

discuss your project →
[ PRIMARY CLIENT & PROJECT FIT ]
✓Early-stage & SaaS founders needing MVP execution
✓Teams integrating LLM workflows & adaptive AI capabilities
✓Companies requiring robust REST APIs, auth, & database architecture
✓Founders needing existing codebases audited, debugged, or optimized
01

Full-Stack Web Applications & SaaS MVPs

End-to-end production web applications with responsive UIs, clean state management, database schema design, and secure authentication.

React.jsNext.jsTypeScriptNode.jsPostgreSQLMongoDB
02

AI Agent Development & n8n Workflows

Autonomous enquiry agents, multi-step LLM reasoning, workflow design, n8n automation pipelines, and automated prompt chaining.

OpenAI APIn8nLangChainPythonVercel AI SDKWebhooks
03

IVR Calling Systems & Voice AI Pipelines

Automated inbound/outbound IVR calling agents, real-time speech processing (Deepgram STT & ElevenLabs TTS), and voice state management.

Deepgram STTElevenLabs TTSWebSocketsTwilio / IVRRedis
04

WhatsApp Enquiry & Lead Automation

WhatsApp Business API integrations, automated customer enquiry bots, lead capture pipelines, and multi-channel notification systems.

WhatsApp APIWebhooksNode.jsSupabaseFastAPI
05

Backend, APIs & Async Task Pipelines

High-performance REST APIs, background task queues, priority task workers, row-level locking, rate-limiting, and DB indexing.

FastAPICeleryRedisPostgreSQLBullMQJWT Auth
06

System Refactoring, Security & Performance

Deep diagnosis of production bugs, slow database queries, security audits, auth vulnerability remediation, and API modernization.

PostgreSQL TuningSecurity AuditAPI ProfilingRefactoring
[ ENGINEERING WORKFLOW ]

How I Work — Requirement to Production

01phase

Understand

In-depth review of product goals, technical requirements, edge cases, and scope.

02phase

Plan

Define system architecture, database schema, tech stack, and clear milestones.

03phase

Build

Iterative engineering with clean code, frequent updates, and staging previews.

04phase

Test

Functional verification, edge-case testing, security checks, and performance audit.

05phase

Deploy

Zero-downtime production deployment, environment setup, and CI/CD pipelines.

06phase

Support

Post-launch verification, bug fixes, documentation handoff, and agreed maintenance.

06 / timeline

Experience, education & achievements

[ EXPERIENCE & ACADEMICS ]
2023–2024
work

Full-Stack Developer

Digi Soul Tech Pvt. Ltd. · Ranchi

Architected and shipped production REST APIs integrating 5+ third-party services. Optimized MongoDB query aggregation pipelines cutting processing latency by 30% and patched critical authentication vulnerabilities, reducing security exposure by 40%.

Oct 2024 – Dec 2025
education

Minor in Computer Science Engineering (Certification)

IIT Mandi · CGPA: 8.3/10

Advanced Data Structures & Algorithms, Operating Systems, Distributed Systems, Database Management Systems, and Machine Learning.

Sep 2024 – May 2026
education

Master of Computer Applications (MCA)

Sarala Birla University · CGPA: 7.49/10

Core software engineering, modern web technologies, scalable database architectures, and distributed systems design.

[ VERIFIED ACHIEVEMENTS & METRICS ]
Production SaaSverified

Founder of InterviewEra

Built and scaled an AI mock interview SaaS serving 200+ registered users and 500+ completed interviews.

800+ Contributionsverified

Active Open-Source & Git Engineering

Maintained 800+ GitHub contributions over the last year across 24 public engineering repositories.

2nd Place Winnerverified

Innovate-A-Thon 3.0 Web3 Hackathon

Awarded 2nd place among 50+ teams at BIT Mesra for building decentralized patient data validation.

700+ Problemsverified

LeetCode Problem Solving

Solved 700+ algorithmic challenges covering dynamic programming, graphs, trees, and system design.

Top 5% Elite + Silververified

NPTEL Cyber Security & Privacy

Ranked in the top 5% nationwide in Cyber Security & Privacy examination by NPTEL/IIT.

Elite Certificationverified

NPTEL Programming in Java

Awarded Elite certification for advanced object-oriented programming and software architecture.

07 / hackathons

Hackathons & competitions

2ND PLACE — INNOVATE-A-THON 3.0

Team Airavat — Healthcare Data Ownership

BIT Mesra, Ranchi · Aug 2025

Built a decentralized healthcare data ownership solution enabling cryptographic patient consent verification and emergency access. Secured 2nd place among 50+ competing teams.

BlockchainWeb3Node.jsExpressHealthTech
Innovate-A-Thon 3.0 participant badges — Team AiravatTeam Airavat working on the buildOn stage — 2nd Place WinnersTeam photo at BIT Mesra
08 / signature

Query the system directly

An interactive terminal shell. Ask about the production tech stack, verified platform metrics, services, engineering projects, or run commands.

08 / opportunity & pricing

Have a project in mind or questions about InterviewEra?

Whether you're exploring InterviewEra or looking for an engineer to architect and build your product, let's connect and figure out the right next step.

[ Tailored Scoping & Milestone Pricing ]Budget-aligned · Complexity-based

Every engagement is priced transparently around your technical complexity, delivery timeline, and specific budget — from early-stage MVPs to specialized AI workflows and backend systems.

09 / contact

Have a product to build or a team to join?

Available for full-stack and AI engineering opportunities as well as selected freelance and contract projects. Let's discuss your product requirements, MVP roadmap, or engineering challenge.

Direct Inboxes & Messaging
⚡ Instant response
Founder / Primary Email
founder@interviewera.com
Direct Engineering Inbox
rakesh.kr2604@gmail.com
Direct WhatsApp Chat
↗
Follow & Connect OnVerified developer profiles
Ranchi, India (IST) · Available for Global Remote & Contract
[ PROJECT INQUIRY TEMPLATES ]
Select a category
Triggers to: founder@interviewera.com & rakesh.kr2604@gmail.com
SaaS / MVP

Full-Stack MVP

Zero-to-one product, database schema, payments & dashboard

[ Pre-filled Draft Structure ]
Hi Rakesh, I am reaching out regarding a Full-Stack MVP development project. Below are the details: 1. CONTACT INFORMATION: - Name: - Role (Founder, Product Lead, Other): - Company or Startup: - Contact Phone / WhatsApp: - Timezone / Location:
Send via Gmail ↗