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.
SCALABILITY & PERFORMANCE: DESIGNING SYSTEMS THAT HANDLE MILLIONS OF REQUESTS WITH MINIMAL LATENCY.
CLEAN CODE: ADHERING TO SOLID PRINCIPLES AND CLEAN ARCHITECTURE FOR MAINTAINABLE CODEBASES.
Built a RESTful API backend for an e-commerce application using Go and Gin. Integrated PostgreSQL and hosted via Docker on AWS EC2.
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")
}
syntax = "proto3";
service OrderService {
rpc CreateOrder(OrderRequest) returns (OrderResponse);
}
message OrderRequest {
string user_id = 1;
repeated string items = 2;
}
Designing scalable communication between services using gRPC and Kafka. Built with modular, clean architecture principles.
Leading backend development for a large-scale social platform using Go and microservices.
Implemented WebSocket layers for messaging and live interactions with sub-100ms latency.
Architected Cassandra clusters for high-availability feed generation and user data storage.
Integrated Kafka for asynchronous post creation, notifications, and log aggregation.
Orchestrated services via Docker & Kubernetes on AWS with automated CI/CD pipelines.
{
"identity": "Abhinand P N",
"role": "Software Developer",
"contact": {
"email": "dev.abhinandpn@gmail.com",
"mobile": "+91 8086324067"
},
"availability": true,
"status": "READY_FOR_COLAB"
}