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 Rahmatullah 👾

Full Stack & DevOps Engineer | Automating the boring parts.

PortfolioLinkedInDev.toEmail

$ 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 responsesasync refactor across a 5-service gateway
📉 ~80% lower CPU usagecaching + async tuning on hot paths
🚀 70% faster deploysCI/CD pipeline revamp (GitHub Actions)
🧠 LLM & RAG in productionagents, vector search, Voice AI
🌐 Multi-app deliverybare VPS + AWS, zero-downtime rollouts
🧭 Team leadsprint planning, code review, mentorship

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

🧰 Stack

Core
PythonTypeScriptFastAPIDjangoNode.jsNext.jsReacttRPC

Infra & Data
AWSDockerGitHub ActionsNginxTraefikPostgreSQLRedisTemporal

AI
AnthropicOpenAILangChainVector SearchHugging FaceOllama

The best projects start with a simple Hello, World!

Pinned Loading

  1. gatekeepergatekeeperPublic

    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"