Skip to content
View Btocode's full-sized avatar
:electron:
On the Grind: Pushing Commits
:electron:
On the Grind: Pushing Commits

Block or report Btocode

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

Hi, I'm Afsan πŸ‘‹

Full Stack & DevOps Engineer | Automating the boring parts.

Portfolio LinkedIn Dev.to Email

$ whoami
β”Œβ”€[ afsan@spacesoft ]──────────────────────────────────────┐
β”‚  ROLE   Software Engineer Β· Full Stack Β· DevOps Β· AI     β”‚
β”‚  ORG    Spacesoft Ltd (Apploye Inc.) β€” 4 yrs shipping    β”‚
β”‚  NOW    LLM products Β· async pipelines Β· cloud infra     β”‚
β”‚  NEXT   Terraform Β· Kubernetes Β· Distributed Systems     β”‚
β”‚  CERTS  Meta Back-End Dev '24 Β· AWS Cloud Prac. '23      β”‚
β”‚  LANG   English (fluent) Β· Bangla (native) Β· Hindi       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

βš™οΈ Selected impact

⚑ 50% faster API responses async refactor across a 5-service gateway
πŸ“‰ ~80% lower CPU usage caching + async tuning on hot paths
πŸš€ 70% faster deploys CI/CD pipeline revamp (GitHub Actions)
🧠 LLM & RAG in production agents, vector search, Voice AI
🌐 Multi-app delivery bare VPS + AWS, zero-downtime rollouts
🧭 Team lead sprint planning, code review, mentorship

Shipped on: Apploye Β· Fieldservicely Β· FieldTask Β· Skinsight AI Β· Rankflo AI Β· Salestial AI Β· GroupBoss

🧰 Stack

Core
Python TypeScript FastAPI Django Node.js Next.js React tRPC

Infra & Data
AWS Docker GitHub Actions Nginx Traefik PostgreSQL Redis Temporal

AI
Anthropic OpenAI LangChain Vector Search Hugging Face Ollama

The best projects start with a simple Hello, World!

Pinned Loading

  1. gatekeeper gatekeeper Public

    Terminal dashboard that aggregates Claude Code permission prompts from all sessions into one place

    Python 1

  2. justinstall.sh – Lightweight AppImag... justinstall.sh – Lightweight AppImage Installer for Linux
    1
    #!/bin/bash
    2
    # justinstall - Installs or removes an AppImage system-wide with auto icon detection
    3
    # Usage:
    4
    #   justinstall "path/to/appimage" --name "AppName" [--icon "path/to/icon"]
    5
    #   justinstall --remove "AppName"