Hi, I'm Naresh Gowda
I build databases and
cloud infra
Database & DevOps Engineer · Evozn Inc
Software Engineer with 7+ years of experience delivering enterprise-scale systems, cloud migrations, and AI-enabled platforms. I care about reliability, performance, and clean systems that people can trust.
Currently at Evozn Inc building CI/CD pipelines, cloud databases on AWS, and production-grade platforms. I document everything on my blog.
Featured Projects
All projectsTownwall
Anonymous community platform with AI-moderated posts. Multi-tier AWS infrastructure (ECS Fargate, RDS PostgreSQL, ElastiCache Redis, CloudFront) with 99.5% uptime SLA and 1M+ monthly requests.
AI Hiring Athena
Intelligent recruitment platform handling 1000+ concurrent AI interview sessions. FastAPI backend on AWS App Runner with Bedrock, Transcribe, and Rekognition integrations.
Voice Chat Platform
Real-time voice communication app with <100ms latency. Containerized Node.js/React with Docker multi-stage builds, WebRTC pooling, and CDN caching for 40% bandwidth reduction.
Recent Writing
All postsStep by step to create oracle database 19c using dbca – silent mode
create non-container database on oracle 19c in silent mode using dbca Contents:- 1.Overview2.set the environment3.Create database using silent mode using dbca4.verify 1.Overview Creating 19c database using silent mode DB Version : 19.3.0.0 OS Version : OEL 8.8 2.Set the environment Create a bash profile Verify environments: 3.Create database using silent mode 4.Verification: Listener and Continue reading Step by step to create oracle database 19c using dbca silent mode
Step by Step Install Oracle 19c Release 3 on Linux 8.8
Pre-requisites already been taken care like memory, swap, kernel parameters, add groups, profile and users Table of Contents 1.Hardware Requirements 2.Download DB Software https://www.oracle.com/database/technologies/oracle19c-linux-downloads.html 3.Transfer to linux and unzip [oracle@localhost dbhome_1]$ pwd /u01/app/oracle/product/19.0.0/dbhome_1 [oracle@localhost dbhome_1]$ ls -ltr -rwxrwxr-x. 1 oracle oinstall 3059705302 Oct 18 20:25 LINUX.X64_193000_db_home.zip [oracle@localhost dbhome_1]$ unzip LINUX.X64_193000_db_home.zip 4.Invoke ./runInstaller 6.Verify