saifur-portfolio.sh
root@saifur:~$ cat /etc/hostname
Saifur Rahman
root@saifur:~$ cat /proc/version
Python Automation Expert | Reverse Engineering Learner
AI & Technology Enthusiast
root@saifur:~$ ls -la skills/
drwxr-xr-x python/automation/
drwxr-xr-x reverse-engineering/
drwxr-xr-x web-scraping/
drwxr-xr-x api-development/
root@saifur:~$

# Skills & Technologies

Python Development

Web Automation App Automation Web Scraping BeautifulSoup Selenium Requests

AI & Machine Learning

Model Integration Llama Experimentation Research

Reverse Engineering

APK Patching API Extraction Frida Android Debug

API Development

FastAPI Flask REST APIs Backend Systems
Python FastAPI Flask Termux ADB Linux Selenium

# Recent Projects

automation-toolkit.py
import selenium
from bs4 import BeautifulSoup

def automate_task():
  # Advanced automation magic
  return "success"

Web Automation Suite

Advanced Python automation tools for web scraping and task automation

Python Selenium BeautifulSoup
reverse-toolkit.py
import frida
import subprocess

def extract_api(apk):
  # APK analysis & patching
  return endpoints

Android RE Tools

Reverse engineering toolkit for Android app analysis and API extraction

Frida APK Analysis Android
api-server.py
from fastapi import FastAPI

app = FastAPI()

@app.get("/api/data")
async def get_data():
  return {"status": "active"}

FastAPI Backend

High-performance API systems with modern Python frameworks

FastAPI REST API Backend

# Connect With Me

contact-saifur.sh
visitor@portfolio:~$ curl -X GET https://saifur.dev/contact
visitor@portfolio:~$