Skip to content
View Durga1534's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Durga1534

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Durga1534/README.md

Hi, I'm Durga Prasad πŸ‘‹

Backend-focused Full-Stack Engineer building realtime systems, backend infrastructure, and AI-powered SaaS applications with TypeScript, Node.js, PostgreSQL, Redis, and Next.js.

Over the past few years I've built and shipped 20+ software projects, gradually moving from full-stack CRUD applications toward realtime collaboration, backend infrastructure, distributed workflows, and production-inspired system design.

πŸ“ India Β |Β  πŸ’Ό Open to Backend Engineer, Software Engineer, and Full-Stack Engineer roles Β Β·Β  Remote / Bangalore / Hyderabad


Portfolio LinkedIn Email


🧠 Languages

TypeScript JavaScript

βš™οΈ Backend

Node.js Express REST API Server Actions

🌐 Frontend

Next.js React Tailwind CSS

πŸ—„οΈ Databases

PostgreSQL Redis Supabase

πŸ” Authentication & Security

Clerk JWT RBAC Row Level Security

☁️ Infrastructure

Docker Git GitHub Prometheus Postman


πŸš€ Flagship Projects

πŸ€– JobSense AI β€” Autonomous Job-Hunting Agent

Continuously searches job boards, scores listings against your resume using Groq AI, and delivers the strongest matches directly to WhatsApp.

Engineering Highlights

  • Background job processing with QStash and Redis-backed scheduling
  • AI-powered resume-to-job scoring (Groq / llama-3.1)
  • Arcjet API protection and rate limiting
  • Solved production issues: malformed AI responses, GitHub secret exposure, credential rotation, WhatsApp delivery limits

Node.js TypeScript Redis PostgreSQL Docker

Repo


⚑ Syncro Flow β€” Realtime Collaborative Workspace

Multi-tenant workspace where every mutation is validated, authorized, persisted to PostgreSQL, and propagated across connected clients over WebSockets.

Engineering Highlights

  • Multi-tenant architecture with workspace invitations and role-based permissions
  • Server Actions coordinate validation and persistence before realtime delivery
  • WebSocket synchronization with automatic polling fallback
  • Persistence, authorization, and event broadcasting in separate backend layers

Next.js TypeScript PostgreSQL Drizzle ORM Pusher

Repo Live


πŸ›‘οΈ Rate Limiter API Gateway β€” Redis-backed Distributed Gateway

API gateway implementing distributed sliding-window rate limiting for authenticated clients, containerized with Docker Compose.

Engineering Highlights

  • Sliding-window algorithm with Redis atomic operations and key expiration
  • JWT authentication enforced before rate limiting
  • Independent middleware layers for auth, validation, and throttling
  • Prometheus metrics and structured logging with Pino

Node.js Express Redis PostgreSQL Docker

Repo


πŸŽ™οΈ Converso β€” AI Voice Companion Platform (SaaS)

AI voice companion SaaS with secure multi-tenant data isolation, realtime voice sessions, and subscription management.

Engineering Highlights

  • PostgreSQL schema protected with Row Level Security (RLS) for strict tenant isolation
  • Clerk authentication covering the full user lifecycle
  • Vapi realtime voice streaming integrated with conversation persistence
  • Relational data model for users, companions, conversations, and subscriptions

Next.js TypeScript PostgreSQL Supabase Clerk

Repo Live


πŸ“Š GitHub Stats

GitHub Stats Β Β  Top Languages


🎯 Current Focus

  • Backend Engineering interview preparation
  • Data Structures & Algorithms
  • System Design fundamentals
  • Distributed systems
  • Docker & Kubernetes
  • Observability and CI/CD with GitHub Actions

I enjoy building backend systems where correctness, authorization, realtime communication, and maintainability matter more than simply adding another framework.

Pinned Loading

  1. Job-Sense-AI Job-Sense-AI Public

    A personal automation agent that scrapes job portals every morning, scores each listing against my resume using Gemini AI, and delivers a ranked WhatsApp digest and email report β€” automatically, ev…

    TypeScript 1

  2. Syncro-Flow Syncro-Flow Public

    A real-time collaborative workspace platform where teams manage tasks, invite members, and see live updates across every connected browser - built with Next.js 16, PostgreSQL, and WebSocket pub/sub

    TypeScript

  3. rate-limiter-api-gateway rate-limiter-api-gateway Public

    A backend service with authentication, API key generation, and request rate limiting. Users can register, get secure access tokens, and call protected APIs with enforced usage limits. Built to demo…

    TypeScript 1

  4. my_converso my_converso Public

    Converso - AI Voice Companion SaaS Platform | Create & chat with personalized AI companions using real-time voice interactions | Built with Next.js 15, TypeScript, Supabase & Vapi AI

    TypeScript 1

  5. go-analytics-ingestor go-analytics-ingestor Public

    A production-grade, distributed analytics event ingestion system built with Go, featuring Redis stream consumption and PostgreSQL persistence.

    Go