Skip to content
View keshav1245's full-sized avatar
πŸŽ‰
Life is a festival
πŸŽ‰
Life is a festival

Block or report keshav1245

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
keshav1245/README.md

Hi, I'm Kesh πŸ‘‹

Software Engineer | Backend Systems | FastAPI | React | MongoDB | Linux | Docker |
DevOps (Transitioning)

Email β€’ Visit my Portfolio β€’ LinkedIn β€’ Medium


πŸš€ About Me

  • πŸ’» Software Engineer building production-grade microservices at the Australian National University
  • πŸŽ“ Master of Computing (Major: Data Science), from ANU with Commendation (6.64/7.0)
  • πŸ† Recipient of Vice Chancellor’s International Scholarship (50%)
  • βš™οΈ Strong focus on backend systems, distributed architecture & scalability
  • πŸ” Built centralised authentication (OIDC + RBAC) across multiple services
  • πŸš€ Transitioning towards DevOps

🧠 What I Do Best

  • Design scalable backend systems
  • Build monolith & microservices architectures
  • Develop high-performance APIs (FastAPI, Node.js)
  • Work with databases at scale (MongoDB, PostgreSQL)
  • Implement secure authentication systems (Keycloak, OIDC, RBAC)
  • Deploy using Docker & Linux environments

πŸ› οΈ Tech Stack

πŸ’» Languages

Python Java JavaScript PHP

βš™οΈ Backend

FastAPI Node.js REST APIs GraphQL Celery RabbitMQ

πŸ—„οΈ Databases

MongoDB PostgreSQL MySQL Firebase

🌐 Frontend

React.js Svelte Tailwind CSS Bootstrap

⚑ DevOps & Infra

Docker Docker Compose Linux

πŸ€– ML / Data

TensorFlow PyTorch Pandas NumPy OpenCV


πŸ’Ό Professional Experience

πŸ”¬ Software Development Officer - ANU

  • Built microservices platform for research sample lifecycle management
  • Designed MongoDB replica sets for resilience
  • Implemented centralised IAM using OIDC + RBAC
  • Automated database backup & recovery pipelines in case of failures

🏫 Academic Tutor - ANU

  • Taught 150+ students in Java, Android, Data Structures
  • Delivered structured learning & technical mentoring

🏒 Senior Software Engineer - Iconiq Skills

  • Led delivery for US pharmaceutical enterprise client
  • Built full-stack platform features & integrations (15+ APIs)
  • Revamped video platform & upsurged user engagement by 40%
  • Collaborated across crossfunction US based teams

πŸš€ Featured Projects

πŸ”— CTLabID (ANU)

  • Full-stack microservices system
  • FastAPI + MongoDB + React
  • Logging, error handling, backup systems
  • Docker-based deployment

πŸ” Centre-Auth

  • Centralised authentication platform
  • Keycloak + OIDC + RBAC
  • Secured 5+ internal applications

🌐 Youth Tech Net - AI Policy & Technology Advocacy Platform at ANU

  • Leading development of a web platform for Youth Tech Net visit our website
  • Executive Committee member collaborating with a multidisciplinary team (Anthropology, Philosophy, Arts, Tech)

πŸ“Š Campaign & Polling System

  • Django + PostgreSQL backend
  • React frontend
  • Campaign analytics & lead generation
  • Async APIs using Celery + RabbitMQ

πŸ“± Smart Library App

  • Android application
  • AVL Tree-based search optimisation
  • MVC + TDD architecture
  • 80% test coverage

πŸ“ˆ Achievements

  • πŸ₯‡ Top academic performer (Bachelor’s: 9.53/10)
  • πŸ₯ˆ University rank holder
  • πŸŽ“ ANU Commendation Graduate
  • πŸ“Š IELTS: 8.5/9
  • πŸ“Š IELTS: 315/340

🌱 Currently Focused On

  • πŸ”§ DevOps engineering practices
  • ☁️ Production deployments & system reliability
  • πŸ“¦ Container orchestration
  • πŸ€– Moving towards MLOps

πŸ“« Let's Connect

Email | LinkedIn | GitHub


⭐ If you like my work, feel free to connect - always open to interesting opportunities and collaborations!

Popular repositories Loading

  1. apratim2019 apratim2019 Public

    https://keshav1245.github.io/apratim2019/.

    HTML 4 22

  2. Linked-List-Program Linked-List-Program Public

    This is a program in c++ to create and perform some operations on linked list .

    C++ 1

  3. Dijkstra-s-Algorithm Dijkstra-s-Algorithm Public

    This is a C++ program using Linked List for the implementation of Shortest Path problem using Dijkstra's Algorithm. The Graph is represented via Adjacency matrix.

    C++ 1

  4. Website-Committee Website-Committee Public

    HTML 1 8

  5. Reconstruction-and-Compression-of-Color-Images Reconstruction-and-Compression-of-Color-Images Public

    Forked from NourozR/Reconstruction-and-Compression-of-Color-Images

    Reconstruction and Compression of Color Images Using Principal Component Analysis (PCA) Algorithm

    Python 1

  6. Circular-Linklist Circular-Linklist Public

    This is a program in c++ to create and perform some operations on Circular linked list .

    C++