Software Developer

ABHINAND PN

Tech Avatar
> system.init()
> loading_modules...
> golang_mesh: CONNECTED
> user: abhinandpn
_
GOLANG DEVELOPER • DISTRIBUTED SYSTEMS • MICROSERVICES • CLOUD ARCHITECTURE • GOLANG DEVELOPER • DISTRIBUTED SYSTEMS • MICROSERVICES • CLOUD ARCHITECTURE •

ABOUT ME

Hello, I'm abhinandpn

Software Developer based in Kerala, specializing in building high-performance distributed systems.

Results-oriented Golang Developer with 1+ year of experience, currently developing a production-level social media platform at Steyp (At Talrop). Specialized in building distributed systems with Golang, Kafka, gRPC, WebSockets, and Cassandra. Strong command over clean architecture principles, API development, real-time communication, and microservices deployment in Docker and Kubernetes environments.

0+ Years Exp.
0+ Projects
Abhinand Avatar
🐹 Golang Expert
gRPC & Protobuf
🐳 Docker & K8s
📡 WebSockets
⚙️ Microservices
📊 Cassandra & SQL
🔄 Kafka Streams
🛡️ Clean Architecture
🚀 CI/CD Pipelines
☁️ AWS & GCP
🛠️ Event-Driven
🧠 Problem Solving

SKILLS

GOLANG
GIN
GRPC
WEBSOCKET
DOCKER
K8S
KAFKA
CASSANDRA
AWS

TOOLS

Go 🐳 K8s Kafka AWS Git Redis DB gRPC

ENGINEERING PHILOSOPHY

SCALABILITY & PERFORMANCE: DESIGNING SYSTEMS THAT HANDLE MILLIONS OF REQUESTS WITH MINIMAL LATENCY.

CLEAN CODE: ADHERING TO SOLID PRINCIPLES AND CLEAN ARCHITECTURE FOR MAINTAINABLE CODEBASES.

E-COMMERCE BACKEND

Built a RESTful API backend for an e-commerce application using Go and Gin. Integrated PostgreSQL and hosted via Docker on AWS EC2.

GoGinPostgreSQLDockerAWS EC2Swagger
ecommerce-backend.go
func main() {
    r := gin.Default()
    db := database.Connect()
    
    api := r.Group("/api/v1")
    {
        api.POST("/orders", orderHandler.Create)
        api.GET("/products", productHandler.List)
    }
    
    r.Run(":8080")
}
services.proto
syntax = "proto3";

service OrderService {
  rpc CreateOrder(OrderRequest) returns (OrderResponse);
}

message OrderRequest {
  string user_id = 1;
  repeated string items = 2;
}

GRPC MICROSERVICES

Designing scalable communication between services using gRPC and Kafka. Built with modular, clean architecture principles.

gRPCKafkaRedisGoGCPDocker

SYSTEM LOGS

GOLANG DEVELOPER

TALROP - STEYP

JAN 2025 — PRESENT ACTIVE
📡
Social Architecture

Leading backend development for a large-scale social platform using Go and microservices.

Real-time Systems

Implemented WebSocket layers for messaging and live interactions with sub-100ms latency.

📊
Scale Persistence

Architected Cassandra clusters for high-availability feed generation and user data storage.

🔄
Event Streaming

Integrated Kafka for asynchronous post creation, notifications, and log aggregation.

🐳
Cloud Native

Orchestrated services via Docker & Kubernetes on AWS with automated CI/CD pipelines.

INITIALIZE CONNECTION

LET'S BUILD
SCALABLE FUTURE

contact.json
{
  "identity": "Abhinand P N",
  "role": "Software Developer",
  "contact": {
    "email": "dev.abhinandpn@gmail.com",
    "mobile": "+91 8086324067"
  },
  "availability": true,
  "status": "READY_FOR_COLAB"
}