Freelancers using Docker in Bengaluru
Freelancers using Docker in Bengaluru
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Umme Hani
Bengaluru, India
Full-stack developer turning messy ideas into fast, function
New to Contra
Follow
Message
Full-stack developer turning messy ideas into fast, function
0
Multi-Container Application Deployment
0
1
0
DevOps Capstone Template
0
1
0
API Key Management & Rate Limiting Service
0
1
0
Rental Marketplace
0
0
Docker
(3)
Follow
Message
Chaitanya Tyagi
pro
Bengaluru, India
Backend, Cloud & DevOps
$1k+
Earned
4x
Hired
5.0
Rating
13
Followers
Follow
Message
Backend, Cloud & DevOps
0
Implementing Kubernetes for Streamlined Application Deployment
0
31
0
Typesense Highly Available Cluster Deployment on AWS
0
28
0
API integration and Backend Development
0
57
0
Optimizing Cloud Architecture and Cost Efficiency
0
59
Docker
(1)
Follow
Message
Rishabh Bothra
Bengaluru, India
your friendly neighborhood engineer
$5k+
Earned
61x
Hired
5.0
Rating
12
Followers
Expert
Follow
Message
your friendly neighborhood engineer
0
Crear - AI Search Engine
0
5
0
Notifications are easy to ignore. A phone call isn't.
0
47
0
Recrumatic- Hire Smarter, Faster, and BETTER
0
47
0
Tidychat - Better & Budget Custom ChatGPT to 10x Productivity
0
27
Docker
(2)
Follow
Message
Adityansh Chand
Bengaluru, India
Builds scalable Agentic and LLM systems for Enterprises.
New to Contra
Follow
Message
Builds scalable Agentic and LLM systems for Enterprises.
1
Development of Enterprise RAG Knowledge System
1
2
1
AI Sales Intelligence Engine Development
1
2
1
ADAAS - Artificially Driven Assistant for Automated Solutions
1
2
1
AI Engineering Portfolio Development
1
2
Docker
(1)
Follow
Message
Avi Dunken
Bengaluru, India
Technical Blog Writer: DevOps, Cloud Computing, Big Data
Follow
Message
Technical Blog Writer: DevOps, Cloud Computing, Big Data
0
Single-Node Hadoop Cluster with Docker on Alibaba ECS
0
11
0
Blog on - "Comparative Analysis of Docker Swarm and Kubernetes"
0
6
0
Blog: Jenkins Installation and Pipeline Creation on Ubuntu 24.04
0
4
0
Blog on - "Windows System Administration with Ansible Playbooks"
0
6
Docker
(2)
Follow
Message
Vimal Anand
Bengaluru, India
Full Stack AI Engineer shipping fast SaaS MVPs
New to Contra
Follow
Message
Full Stack AI Engineer shipping fast SaaS MVPs
1
Ever watched an AI write bad SQL, instantly realize its mistake, and rewrite it perfectlyโall without human intervention? Over the weekend, I built the Autonomous Data Analyst Agent. It doesnโt just translate natural language to SQL; it actively debugs itself. ๐ง๐ต๐ฒ ๐ฃ๐ฟ๐ผ๐ฏ๐น๐ฒ๐บ: Enterprises want AI to query their proprietary databases, but LLMs often hallucinate columns or mess up syntax. ๐ง๐ต๐ฒ ๐ฆ๐ผ๐น๐๐๐ถ๐ผ๐ป: I engineered a Self-Correcting Reflection Loop using LangGraph. Hereโs what happens under the hood: 1๏ธโฃ You ask a complex question in plain English. 2๏ธโฃ The LLM generates DuckDB-flavored SQL. 3๏ธโฃ The Executor node runs it securely in a local container. 4๏ธโฃ ๐ ๐ง๐ต๐ฒ ๐ ๐ฎ๐ด๐ถ๐ฐ: If DuckDB throws a parser error, the Reflection node catches it, feeds the error trace back to the LLM, and auto-corrects the query. 5๏ธโฃ Once successful, a Python agent generates a Matplotlib visualization, streaming everything to a sleek Next.js dark-mode UI. Plus, I integrated LangGraph MemorySaver, allowing the agent to retain context for human-like follow-up questions. ๐ง๐ฒ๐ฐ๐ต ๐ฆ๐๐ฎ๐ฐ๐ธ: Next.js, FastAPI, LangGraph, DuckDB, Groq (Llama-3), Docker Compose. Everything is fully containerized and open-source. Drop a โญ on the repo and let me know what you think! ๐๐ถ๐๐๐๐ฏ ๐ฅ๐ฒ๐ฝ๐ผ: https://lnkd.in/ddnE9rgq (https://lnkd.in/ddnE9rgq)hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) hashtag#LangGraph (https://www.linkedin.com/search/results/all/?keywords=%23langgraph&origin=HASH_TAG_FROM_FEED) hashtag#DataEngineering (https://www.linkedin.com/search/results/all/?keywords=%23dataengineering&origin=HASH_TAG_FROM_FEED) hashtag#Nextjs (https://www.linkedin.com/search/results/all/?keywords=%23nextjs&origin=HASH_TAG_FROM_FEED) hashtag#FastAPI (https://www.linkedin.com/search/results/all/?keywords=%23fastapi&origin=HASH_TAG_FROM_FEED) hashtag#Docker (https://www.linkedin.com/search/results/all/?keywords=%23docker&origin=HASH_TAG_FROM_FEED) hashtag#MachineLearning (https://www.linkedin.com/search/results/all/?keywords=%23machinelearning&origin=HASH_TAG_FROM_FEED) hashtag#OpenSource (https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED)
1
29
1
๐๐ฒ๐ฎ๐ฑ๐น๐ถ๐ป๐ฒ: What started as a simple B2C expense tracker has officially pivoted into a fully automated B2B Financial SaaS. Introducing ๐๐ถ๐ป๐ฎ๐ป๐ฆ๐บ๐ฎ๐ฟ๐. ๐๐ผ๐ฑ๐: I realized that startup founders and agency owners spend countless hours manually categorizing bank statements and tracking operational costs. I wanted to build a solution that entirely automates this bookkeeping process. Building the core featureโan "๐๐ ๐๐๐ง๐ค ๐๐ญ๐๐ญ๐๐ฆ๐๐ง๐ญ ๐๐๐ซ๐ฌ๐๐ซ"โwas one of the toughest technical challenges Iโve faced. I hit a massive roadblock when Next.js 14โs Webpack bundler kept breaking legacy PDF OCR libraries in serverless environments. Instead of compromising on the feature, I completely re-architected the data pipeline: โข I bypassed Webpack issues by implementing pdf2json on a strict Node.js runtime for secure, server-side text extraction. โข I piped this raw text into Groqโs LLaMA-3.1-8b model using highly optimized system prompts. โข The result? Lightning-fast, deterministic extraction that converts raw PDF text into perfectly structured JSON arrays. Now, users can drag-and-drop a PDF statement, and the AI instantly categorizes every transaction (Infrastructure, Payroll, Revenue) into a 'pending' staging area. Once approved, the data flows securely via Drizzle ORM into a Neon PostgreSQL database, updating real-time Recharts dashboards. ๐ป๐๐๐ ๐บ๐๐๐๐: Next.js App Router, Tailwind CSS, Shadcn UI, Clerk Auth, Drizzle ORM, Neon DB, and Groq SDK. ๐ช๐ต๐ฎ๐'๐ ๐ก๐ฒ๐ ๐? I am currently looking for my next full-time opportunity as a Full Stack Developer (based in Bangalore or anywhere). I am also actively taking on ๐ณ๐ฟ๐ฒ๐ฒ๐น๐ฎ๐ป๐ฐ๐ฒ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐๐. If you are a founder or agency looking to build scalable, AI-integrated SaaS MVPs without the technical headache, let's connect. Check out the demo video below to see the AI parser in action! ๐ Live Project: https://lnkd.in/gSNu3cAK (https://lnkd.in/gSNu3cAK)hashtag#BuildInPublic (https://www.linkedin.com/search/results/all/?keywords=%23buildinpublic&origin=HASH_TAG_FROM_FEED) hashtag#Nextjs (https://www.linkedin.com/search/results/all/?keywords=%23nextjs&origin=HASH_TAG_FROM_FEED) hashtag#FullStackDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23fullstackdevelopment&origin=HASH_TAG_FROM_FEED) hashtag#SaaS (https://www.linkedin.com/search/results/all/?keywords=%23saas&origin=HASH_TAG_FROM_FEED) hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) hashtag#Groq (https://www.linkedin.com/search/results/all/?keywords=%23groq&origin=HASH_TAG_FROM_FEED) hashtag#PostgreSQL (https://www.linkedin.com/search/results/all/?keywords=%23postgresql&origin=HASH_TAG_FROM_FEED) hashtag#WebDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23webdevelopment&origin=HASH_TAG_FROM_FEED) hashtag#FreelanceDeveloper (https://www.linkedin.com/search/results/all/?keywords=%23freelancedeveloper&origin=HASH_TAG_FROM_FEED) hashtag#Hiring (https://www.linkedin.com/search/results/all/?keywords=%23hiring&origin=HASH_TAG_FROM_FEED)
1
37
1
I recently architected and built VedaAI Assessment Creator, a personal project designed to transform unstructured notes and files (PDFs, DOCX) into highly structured, curriculum-aligned exam papers. Building enterprise-grade applications at scale requires looking beyond simply making API calls. For this build, I wanted to focus entirely on non-blocking architectures and deterministic AI outputs. Here is a breakdown of the technical decisions: Asynchronous Workers: Instead of blocking the main HTTP thread during heavy file parsing and AI inference, I implemented a distributed task queue using BullMQ and Upstash Serverless Redis. The Express API responds in under 100ms, while background workers handle the heavy lifting. Deterministic AI: I opted for Groq (Llama-3.3-70b) utilizing its JSON mode. The sub-500ms inference time and guaranteed schema compliance eliminated the need for complex post-processing validation. Real-Time Synchronization: A WebSocket setup broadcasts job completion events, updating the Next.js frontend instantly without relying on inefficient polling. Database & State: MongoDB Atlas handles ACID transactions for complex document updates, while Zustand manages lightweight, atomic state slices on the frontend. I also built in granular question regenerationโallowing users to re-run isolated inference calls for single questions without replacing the entire paperโand print-ready A4 PDF exports. Designing this kind of scalable infrastructure directly supports my ongoing deep dive into advanced AI and machine learning systems. You can check out the Live Link here: https://lnkd.in/geAXUtHC . I would love to hear how others are handling asynchronous AI tasks in production!
1
25
1
๐๐ฒ๐ฎ๐ฑ๐น๐ถ๐ป๐ฒ: Most Voice AI agents still feel like glorified walkie-talkies. So I built one that actually listens like a human. Most voice bots today follow a rigid, linear loop: You speak โ Wait โ Bot speaks. If you dare interrupt them mid-sentence? They either completely ignore you or their context buffer gets totally mangled. ๐ง๐ผ ๐๐ผ๐น๐๐ฒ ๐๐ต๐ถ๐, I engineered Astra Duplex Agent โ a sub-50ms, ultra-low latency, full-duplex conversational Voice AI built to handle natural human interruptions seamlessly. Here is what went into building the architecture under the hood: True Full-Duplex WebSockets: Built on FastAPI, allowing real-time bi-directional audio streaming instead of turn-based HTTP requests. Edge Voice Activity Detection (VAD): Deployed Silero VAD using ONNX Runtime to catch user barge-ins at the edge with near-zero overhead. LangGraph State Machine: Instead of a simple monolithic script, the conversation logic is modeled as a state graph, giving precise control over execution flow. Partial State Tracking & Memory Persistence: This was the trickiest part. When an interruption happens, Astra doesn't just stop audio playback โ an async kill-switch halts Groq's LLaMA-3.1 mid-token, calculates the exact partial sentence actually spoken by the TTS, and saves only that partial context to an Upstash Redis buffer. Sub-50ms Inference & Streaming: Leveraged Groq LPU (LLaMA-3.1 + Whisper Large v3) paired with ElevenLabs Turbo v2.5 streaming. The result? An agent that you can interrupt mid-thought, change topics with on the fly, and ask follow-up questions without it losing historical context. Containerized with Docker and live on Render & Vercel. Check out the full architecture & live demo below! https://lnkd.in/eC6yak3i (https://lnkd.in/eC6yak3i)https://lnkd.in/eN38HGZD (https://lnkd.in/eN38HGZD)#VoiceAI (https://www.linkedin.com/search/results/all/?keywords=%23voiceai&origin=HASH_TAG_FROM_FEED) #GenerativeAI (https://www.linkedin.com/search/results/all/?keywords=%23generativeai&origin=HASH_TAG_FROM_FEED) #LangGraph (https://www.linkedin.com/search/results/all/?keywords=%23langgraph&origin=HASH_TAG_FROM_FEED) #SystemDesign (https://www.linkedin.com/search/results/all/?keywords=%23systemdesign&origin=HASH_TAG_FROM_FEED) #FastAPI (https://www.linkedin.com/search/results/all/?keywords=%23fastapi&origin=HASH_TAG_FROM_FEED) #MachineLearning (https://www.linkedin.com/search/results/all/?keywords=%23machinelearning&origin=HASH_TAG_FROM_FEED) #WebSockets (https://www.linkedin.com/search/results/all/?keywords=%23websockets&origin=HASH_TAG_FROM_FEED) #Python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED) #AIENGINEERING (https://www.linkedin.com/search/results/all/?keywords=%23aiengineering&origin=HASH_TAG_FROM_FEED)
1
57
Docker
(1)
Follow
Message
Karthik Kumar BA
Bengaluru, India
DevOps Eng. 7+ yrs, CI/CD
Follow
Message
DevOps Eng. 7+ yrs, CI/CD
0
HotelHub
0
9
0
Tata
0
5
0
DevOps Engineer
0
5
View more โ
Docker
(3)
Follow
Message
krishna sharma
Bengaluru, India
Expert software architect with leadership skills
Follow
Message
Expert software architect with leadership skills
0
Microservices Architecture for E-Commerce Platform
0
26
0
DevOps Implementation for Financial Services Firm
0
20
0
Cloud Migration for Retail Company
0
12
View more โ
Docker
(1)
Follow
Message
Explore people