Skip to content
View achintMI's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report achintMI

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
achintMI/README.md

πŸ’« About Me:

πŸš€ Senior Software Engineer specializing in Backend Development & Microservices Architecture
πŸ’‘ AI/ML Enthusiast building scalable data pipelines and intelligent systems
πŸ”§ Expert in Payment Systems, DevOps, and Cloud Infrastructure
🌟 Open to exciting opportunities and collaborations

🌐 Socials:

LinkedIn GitHub Portfolio Email

πŸ’Ό Professional Experience:

🏒 CustomGPT | Senior Software Engineer (Jun 2023 - Present)

  • πŸ”— Architected multi-source data extraction pipelines for AI applications
  • πŸ€– Built flexible AI response systems supporting multiple LLMs
  • πŸ“Š Implemented observability tools for memory optimization
  • πŸ” Integrated Elasticsearch for enhanced chat analytics
  • πŸš€ Established CI/CD pipelines and AWS ECS infrastructure

🏒 Razorpay | Senior Software Engineer (Jan 2022 - Aug 2023)

  • πŸ“… Engineered automated advertising scheduling systems
  • πŸ”„ Implemented seamless data sync using outboxer pattern
  • ⚑ Reduced merchant payout time by 31% through automation

🏒 Cashfree | Software Engineer 2 (Nov 2019 - Dec 2021)

  • πŸ—οΈ Led monolithic to microservices migration
  • πŸ’³ Integrated multiple payment modes with banking systems
  • 🏏 Conducted stress testing during IPL for high-volume transactions
  • πŸ” Built secure Card Vault with encrypted storage

πŸŽ“ Education:

Indian Institute of Information Technology, Jabalpur
πŸŽ“ BTech in Computer Science & Engineering | GPA: 7.6

πŸ’» Tech Stack:

Python Java Go JavaScript NodeJS FastAPI Flask MongoDB MySQL RedisAWS ElasticSearch Docker GitHub Actions

πŸ† Key Achievements:

  • πŸš€ Performance Optimization: 31% reduction in payout processing time
  • πŸ—οΈ Architecture: Successfully migrated monolithic systems to microservices
  • πŸ“Š Scale: Built systems handling high-volume transactions during major events
  • πŸ”§ DevOps: Established comprehensive CI/CD and monitoring infrastructure

πŸ”₯ Current Focus:

  • πŸ€– Building AI-powered applications and data pipelines
  • ☁️ Cloud-native architecture and microservices
  • πŸ“ˆ Performance optimization and scalability
  • πŸ” Secure payment systems and fintech solutions

πŸ“« Let's Connect!

Always open to discussing exciting opportunities, collaborations, or just talking tech! Feel free to reach out.


Pinned Loading

  1. This is a rough code for a statemach... This is a rough code for a statemachine...
    1
    class State:
    2
    	def __init__(self, name, transitions):
    3
    		self.name = name
    4
    		self.transitions = transitions
    5