Skip to content
View aman2457's full-sized avatar
💻
💻

Highlights

  • Pro

Block or report aman2457

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
aman2457/readme.md

LinkedIn Twitter Medium Portfolio Email HackerRank Views


class AmanKumar:
    name       = "Aman Kumar"
    role       = "Software Development Engineer II"
    company    = "Blossom Social 🏆"  # Apple's Top 25 Apps 2025
    location   = "Patna, Bihar, India 🇮🇳"
    primary    = "Python"             # core python — no fluff, no frameworks
    cloud      = "AWS Serverless"
    impact     = "~1M+ monthly events | 100+ features | 15+ enterprise partners"
    philosophy = "Measure twice. Ship once. Optimize always."

    stack = {
        "languages" : ["Python", "Kotlin", "TypeScript", "Java"],
        "aws"       : ["Lambda", "DynamoDB", "SQS", "EventBridge",
                       "SSM", "SecretManager", "CloudWatch", "Kinesis"],
        "practices" : ["TDD", "Serverless", "Event-Driven", "Spec-First"],
    }

    def currently(self):
        return {
            "shipping"  : "revenue-critical backend systems at scale 🚀",
            "learning"  : "system design at depth, Python internals, async patterns",
            "writing"   : "AWS Lambda + Kinesis error handling on Medium",
            "open_to"   : "backend roles · open source · interesting problems",
        }

🐍 Python Depth

Core Python — no frameworks, just the language. Writing APIs, data ingestion workers, event processors, the works.

Core Python (3.9 → 3.13)       ████████████████████  production runtime upgrades shipped
AWS SDK / boto3                 ████████████████████  Lambda, DynamoDB, SQS, EventBridge
REST API Design                 ████████████████████  100+ features, spec-first approach
Async & Event Workers           ██████████████████░░  data ingestion, SQS/EventBridge consumers
DynamoDB Data Modelling         ████████████████████  heavy usage, access pattern design
CloudWatch + SSM + Secrets      ███████████████████░  observability, config, secret migration
Test-Driven Development         ████████████████░░░░  pytest, mocking, fixture-first
CI/CD (GitHub Actions)          ████████████████░░░░  multi-env deploy tracks, staging pipelines

⚡ Experience

🌸 Blossom Social — SDE-2  ·  Remote  ·  Aug 2024 – Present   🏆 Apple's Top 25 Apps 2025

The Investing Social Network — where finance meets community.

  • 📈 Architected revenue-critical backend systems for StockPage Ads, Takeover Banners, and Premium ETF pages — generating ~1M+ monthly events with sustained growth
  • 🚀 Continuously delivering backend features across client integrations, market data, security, and platform infrastructure — spanning the full breadth of the product
  • 🤝 Owned the end-to-end client campaign pipeline supporting 15+ enterprise partners across CA and US financial markets
  • 🔐 Led platform-wide security hardening — implemented authorization checks across services, removed Cognito dependencies, reduced auth attack surface
  • 🎁 Shipped Blossom Wrapped & Monthly Wrapped Summary backend under tight timelines — high-visibility product features
  • 💰 Owned financial data accuracy across dividend payment logic, earnings calendar, Fiscal AI integration, and Premium ETF datasets
  • ⚙️ Improved reliability & cut costs via SSM config migration, CloudWatch log optimization, Python runtime upgrades (3.9 → 3.13), and staging deploy track improvements

Stack: Core Python · AWS Lambda · DynamoDB · SQS · EventBridge · SSM · SecretManager · CloudWatch · GitHub Actions · Serverless Framework

💊 RxStrategies Inc. — SDE-1  ·  Remote  ·  Dec 2022 – Jul 2024
  • 🎨 Co-led a full UI refresh across 50+ pages — headers, navbars, FontAwesome premium icons
  • 🔍 Built a critical search filter → 20%+ user satisfaction increase
  • ⚙️ Designed a config page from scratch with custom components, complex APIs, and robust validation
  • 🤖 Shell-scripted migration of 30+ GitHub repos between orgs — hours of work → minutes
  • 📦 Migrated 10+ internal Node packages across orgs with zero downtime
  • 🔧 Built a local proxy server to kill CORS pain and remove Docker-for-local-dev overhead

Stack: Node.js · TypeScript · MSSQL · Shell · GitHub Actions

💊 Medly — SDE-1  ·  Pune  ·  Apr 2022 – Nov 2022
  • 🔐 Implemented OAuth 2.0 via OKTA — auth, authz, access control
  • 📡 Built Kinesis producers + consumers for real-time, decoupled microservice events
  • 🛡️ Designed a global API error response processor — consistent error contracts platform-wide
  • 🏷️ Infra-level Kinesis event filtering for Lambda → reduced noise, cut compute cost
  • ♻️ Shipped reusable GitHub Actions workflows adopted across multiple teams

Stack: Kotlin · Java · TypeScript · Micronaut · PostgreSQL · DynamoDB · Lambda · Kinesis · CloudWatch

💊 Medly — Intern Developer  ·  Pune  ·  Jun 2021 – Mar 2022
  • Built production APIs using a spec-first / OpenAPI-first approach
  • Set up LocalStack + Mountebank offline-first local dev environments
  • On-call pairing with senior engineers — debugging real production issues in real time

🛠 Stack

Python Kotlin TypeScript Java

AWS Lambda DynamoDB SQS EventBridge CloudWatch SSM

PostgreSQL Redis Docker GitHub Actions Serverless


📊 GitHub


🎤 Beyond the Code

🎓 AI for Everyone · Speaker

Patna Women's College, Bihar

Conducted an "AI for Everyone" session for BCA & MCA students — covering AI fundamentals, real-world applications, and using AI as a tool for learning and growth.

🧑‍💻 GenAI Hackathon · Mentor

CIMP-BIIF × Google for Developers, Hajipur (Dec 2025)

Mentored at a pan-Bihar GenAI Hackathon powered by Google — students built prototypes using Gemini CLI, Google ADK & Cloud across HealthTech, FinTech, EduTech & AgriTech.

🏆 Google Cloud Certified

Generative AI Leader

Passed the Google Cloud GenAI Leader certification — a deliberate step back to revisit fundamentals and understand how GenAI is being positioned at scale.


📝 Writing


Building at the intersection of financial data and social · powering Apple's Top 25 App of 2025 🏆

LinkedIn Email


Pinned Loading

  1. medsmanagementsystem medsmanagementsystem Public

    This is a command-line C++ program that can be used to store the records of medicine. This program contains various methods that can Add, Delete, Update, Search, Modify the records stored inside a …

    C++ 1

  2. Linked_List Linked_List Public

    Python 1

  3. django-blog django-blog Public

    JavaScript

  4. DS-Notebooks-TSF DS-Notebooks-TSF Public

    Jupyter Notebook

  5. invic_aman invic_aman Public

    A react app which accept an integer and return the Top N most frequent words

    JavaScript

  6. todo_restapi_bi todo_restapi_bi Public

    JavaScript 1