Command Palette

Search for a command to run...

Available for new opportunities

DHANUSH S

DevOpsEngineerJavaDeveloperCloudEnthusiast

I architect scalable backend systems and automate cloud infrastructure. Transforming complex engineering problems into elegant, reliable solutions.

Engineering Excellence

I am an MCA student passionate about bridging the gap between development and operations. My journey began with a deep curiosity for how scalable systems are built and deployed, leading me to explore the worlds of Cloud Computing, Linux, and Automation.

My philosophy is simple: write clean code, automate everything, and deploy with confidence. Whether it's crafting robust REST APIs with Java and Spring Boot, or containerizing applications with Docker, I focus on building resilient architectures.

DevOps Mindset

Passionate about CI/CD, automation, and infrastructure as code. Turning manual processes into streamlined pipelines.

Backend Architecture

Designing scalable microservices and APIs with Java, Spring Boot, and modern databases.

Journey & Education

2025 - Present

Master of Computer Applications

KSR College Of Engineering, Tiruchengode

Specializing in Cloud Computing, DevOps, and Advanced Software Engineering.

2021 - 2025

Bachelor's Degree

Vysysa College, Salem

Foundation in Computer Science, Database Management, and Programming.

Technical Arsenal

A comprehensive overview of my technical skills, focusing on backend development, databases, and DevOps practices.

Backend & Java

Java

Spring Boot

REST APIs

Microservices

Databases

MySQL

MongoDB

Firebase

Supabase

DevOps & Tools

Linux

Docker

Git

GitHub Actions

Featured Projects

Showcasing scalable backend architectures and full-stack solutions built for real-world impact.

Bus Tracking System
Architecture & Implementation

Bus Tracking System

A real-time fleet monitoring platform for universities and transit authorities. Built with modern backend microservices to handle high-frequency location data updates and serve thousands of concurrent clients.

JavaSpring BootKafkaWebSocketsMongoDBDocker
5000+Daily Users
10msLatency
99.9%Uptime
Campus Connect
Architecture & Implementation

Campus Connect

An integrated campus ecosystem that bridges the gap between students, faculty, and administration. Features include event management, real-time announcements, and academic resource sharing.

Next.jsTypeScriptNode.jsPostgreSQLSupabaseRedis
10k+Students
Real-timeSync
CloudNative

DevOps Ecosystem

Automating the path from code to production with robust, scalable infrastructure.

pipeline-execution.yml
Code
Version Control
CI Pipeline
Build
Registry
Deploy
Production
Monitoring

Infrastructure as Code

Provisioning and managing cloud resources consistently using Terraform and AWS CloudFormation.

Container Orchestration

Deploying resilient microservices architectures using Docker and Kubernetes clusters.

Observability

Setting up comprehensive monitoring and alerting pipelines with Prometheus, Grafana, and ELK stack.

Java Ecosystem

Building robust, enterprise-grade backend systems using Java and Spring Boot. I specialize in designing scalable RESTful APIs, securing microservices with JWT authentication, and optimizing database interactions using Hibernate and JPA.

Spring Security & JWT

Implementing robust authentication and authorization.

Hibernate & Spring Data JPA

Efficient ORM mapping and database migrations.

Microservices Architecture

Building scalable and independent backend services.

RESTful API Design

Creating intuitive and well-documented API endpoints.

AuthController.java
@RestController
@RequestMapping("/api/v1/auth")
public class AuthController {

private final AuthService authService;
private final JwtTokenProvider tokenProvider;

@PostMapping("/login")
public ResponseEntity<AuthResponse> authenticateUser(
@Valid @RequestBody LoginRequest request) {

Authentication auth = authService.authenticate(
request.getEmail(),
request.getPassword()
);

SecurityContextHolder.getContext().setAuthentication(auth);
String jwt = tokenProvider.generateToken(auth);

return ResponseEntity.ok(new AuthResponse(jwt, "Bearer"));
}
}

Professional Credentials

Validating expertise through industry-recognized certifications and continuous learning.

Active Certifications

Achieved

Oracle Cloud Infrastructure Architect

Oracle2024

Certification Roadmap

In Progress

AWS Solutions Architect

Amazon Web Services

In Progress

Certified Kubernetes Administrator

CNCF

In Progress

Terraform Associate

HashiCorp

In Progress

Red Hat Certified Engineer

Red Hat

Initialize Connection

Interact with my portfolio through the terminal or use standard contact methods.

dhanush@portfolio: ~
Welcome to DhanushOS v1.0.0
Type 'help' to see available commands.
~whoami
Dhanush S - DevOps Engineer & Java Developer
~help
Available commands:
whoami - Display user info
skills - List technical skills
contact - Show contact information
clear - Clear the terminal
message [text] - Send a direct message
~