I am a backend developer with over three years of professional experience,
specializing in building scalable, production-ready microservice systems
for fintech and data-intensive applications.
I primarily work with Node.js using NestJS and Express,
following Clean Architecture principles and applying design patterns
based on system requirements.
I have hands-on experience with Kafka for data streaming and event-driven
architectures, BullMQ for background job processing and queue management,
and regularly build services using both Node.js and Golang (Gin)
within distributed microservice ecosystems.
I am proficient in Dockerizing applications, designing and maintaining
CI/CD pipelines, and configuring Nginx for secure, high-performance
production deployments. I adapt quickly to changing requirements while maintaining
consistent productivity throughout the entire development lifecycle.
// bikky.config.ts
export const bikky = {
pronouns: ["he", "him"],
languages: [
"TypeScript",
"Golang",
],
expertise: [
"Backend Development",
"System Design",
"Cloud Infrastructure",
"Linux",
],
technologies: {
backend: {
node: [
"Node.js",
"Express",
"NestJS",
],
go: [
"Gin",
],
},
devOps: [
"Docker 🐳",
"CI/CD",
"GitHub Actions",
"Nginx",
],
cloud: {
aws: [
"EC2",
"S3",
"Lambda",
"RDS",
"DynamoDB",
],
storage: [
"MinIO",
],
},
databases: {
relational: [
"MySQL",
"PostgreSQL",
],
nosql: [
"MongoDB",
],
inMemory: [
"Redis",
],
},
messaging: [
"Kafka",
"Socket.IO",
],
},
architecture: [
"Monolithic",
"Microservices",
],
currentFocus: "Cloud services & open-source contributions",
learningNext: "Data Engineering",
};

