Skip to content
View ybakhan's full-sized avatar
  • Canada

Block or report ybakhan

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
ybakhan/README.md
$ whoami

__  _____   __________ __________     __ __ __  _____    _   __
\ \/ /   | / ___/ ___// ____/ __ \   / //_// / / /   |  / | / /
 \  / /| | \__ \\__ \/ __/ / /_/ /  / ,<  / /_/ / /| | /  |/ / 
 / / ___ |___/ /__/ / /___/ _, _/  / /| |/ __  / ___ |/ /|  /  
/_/_/  |_/____/____/_____/_/ |_|  /_/ |_/_/ /_/_/  |_/_/ |_/   

  Senior Software Engineer  Β·  Ottawa, Canada πŸ‡¨πŸ‡¦

  Β· 12 years across AI-driven Analytics, E-commerce & Multimedia Comms
  Β· Expert in Go, Kubernetes & AWS β€” RESTful APIs and event-driven systems
  Β· Deploying and scaling self-hosted LLMs and Agentic AI in production
  Β· MS in Artificial Intelligence (in progress) Β· 3Γ— AWS Certified
  Β· Driven by distributed systems, microservices, and cutting infra costs

$ cat skills.txt

Languages

Go Python Java C# TypeScript JavaScript

AI / ML

HuggingFace FastAPI

Databases

PostgreSQL Redis MongoDB Elasticsearch Snowflake SQL Server

Cloud & DevOps

AWS Docker Kubernetes Helm Terraform Vault

CI / CD

GitHub Actions GitLab CircleCI Jenkins


$ cat experience.log
  2025 – 2026  β”‚ Qlik Inc.       Sr. Software Engineer
               β”‚   β†’ Migrated AWS Bedrock to self-hosted open-source LLMs on K8s
               β”‚   β†’ Scale-to-zero GPU strategy β€” slashed infra costs by 90%
               β”‚   β†’ Integrated LLM inference with Go & Python for Agentic apps

  2023 – 2025  β”‚ Points.com      Sr. Software Engineer
               β”‚   β†’ Architected cloud-native SaaS loyalty platform β†’ $12M engagements
               β”‚   β†’ Stack: Go Β· Redis Β· Postgres Β· K8s Β· AWS Β· Terraform Β· Vault
               β”‚   β†’ Credential mgmt service: GDPR-compliant, 70% data exposure risk ↓

  2021 – 2023  β”‚ Qlik Inc.       Sr. Software Engineer
               β”‚   β†’ Data Analytics SaaS: Go Β· Java Β· Spring Boot Β· NATS Β· MongoDB Β· AWS
               β”‚   β†’ Event-driven user metrics: sub-second processing, 80% latency ↓
               β”‚   β†’ CI/CD on CircleCI β€” 50% faster deployments, 85%+ code coverage

  2017 – 2021  β”‚ IBM Canada      Staff Software Engineer
               β”‚   β†’ Cognos Analytics microservices: Java Β· WebSphere Β· IBM Cloud
               β”‚   β†’ Recommendation engine: 20+ chart types, zero manual config
               β”‚   β†’ NLQ Smart Assistant via Stanford CoreNLP
               β”‚   β†’ Kafka-based indexing pipeline β€” 10Γ— throughput increase

  2014 – 2017  β”‚ Mitel Networks  Software Engineer
               β”‚   β†’ Contact Centre solutions: C# Β· TypeScript Β· Angular Β· SQL Server
               β”‚   β†’ Elasticsearch integration β€” 70% search responsiveness improvement

$ ls ~/projects/
Project Description Stack
llm-service Production REST API serving HuggingFace LLMs with HPA & load testing FastAPI Docker K8s Helm
onprem-rag On-premise bilingual RAG system for document Q&A with safety guardrails Python RAG LLM
llm-finetuning-uml-antipatterns Fine-tuning compact LLMs to detect structural antipatterns in UML diagrams HuggingFace Fine-tuning
lecture-notes-sa Real-time lecture transcription with AI-powered Q&A Python Speech AI
distributed-leader-election Simulation of 6 classic leader election algorithms on a concurrent ring C# Distributed Systems
MuAtl Mutation testing tool for ATL model transformations (research artifact) Research Testing

$ cat certifications.txt
  βœ“  AWS Certified SysOps Administrator – Associate     Dec 2024
  βœ“  AWS Certified Solutions Architect – Associate      Nov 2024
  βœ“  AWS Certified Developer – Associate                Sep 2024
$ cat education.txt
  [in progress]  MS in Artificial Intelligence   Florida Atlantic University   2027
                 MS in Computer Science           University of Ottawa          2015
                 MS in Software Engineering       University of Petroleum & Minerals  2013
                 BS in Computer Science           University of Petroleum & Minerals  2011

$ cat contact.txt
  email    β”‚  ybakhan@gmail.com
  github   β”‚  github.com/ybakhan
  linkedin β”‚  linkedin.com/in/yasser-k-39128715
  loc      β”‚  Ottawa, Canada

Popular repositories Loading

  1. llm-service llm-service Public

    Production-ready REST API serving HuggingFace LLMs with FastAPI, Docker, Kubernetes (Helm), HPA auto-scaling, and Locust load tests.

    Python 1

  2. onprem-rag onprem-rag Public

    On-premise bilingual RAG service for document Q&A with guardrails

    Python 1

  3. llm-finetuning-uml-antipatterns llm-finetuning-uml-antipatterns Public

    Fine-tuning a compact LLM to detect structural antipatterns in UML use case diagrams, from synthetic data generation to evaluation.

    Jinja 1

  4. distributed-leader-election distributed-leader-election Public

    C# simulation of six classic leader election algorithms on a concurrent ring network β€” All the Way, As Far As, Controlled Distance, Stages, and more

    C#

  5. MuAtl MuAtl Public

    Mutation testing tool for ATL (Atlas Transformation Language) model transformations β€” research artifact from IEEE ICSTW 2013

    C#

  6. lecture-notes-sa lecture-notes-sa Public

    Real-time lecture transcription and AI-powered Q&A. Record a live lecture, get an instant transcript, and chat with an AI about the content.

    JavaScript