Skip to content
View JJ-Jacko's full-sized avatar
🐍
Coding
🐍
Coding

Block or report JJ-Jacko

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.

Content in all repositories owned by your account will be closed.
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
JJ-Jacko/README.md

Languages: 简体中文 | 繁體中文

📋 Description

resp = client.responses.create(
    model="JJ_Jacko",
    input=[{
        "role": "Python Automation Developer | Web Scraping | AI Data Workflows",
        "content": [{
            "type": "mission",
            "text": "Build, automate, scrape, and ship."
        }]
    }]
)

🛠️ Technologies

tech = {
    "Language": ["Python", "TypeScript", "SQL"],
    "Backend": ["FastAPI", "SQLModel"],
    "Data": ["Web Scraping", "Automation", "Data Processing"],
    "AI": ["LLM", "RAG", "MCP", "Ollama"],
    "Database": ["SQLite", "MySQL", "PostgreSQL"],
    "Environment": ["Linux", "Docker", "Git"]
}

♻️ Work Loop

tasks = []

while True:
    if problem_idea := find_problem_or_idea():
        tasks.append(problem_idea)
    
    task = tasks.pop()
    task.design_a_solution()
    task.write_code()
    task.automate_the_boring_parts()
    task.ship()
    task.write_to_blog("blog.jacko.asia")

📝 TODO

✨ Philosophy

If it can be automated, automate it.
If it can be simplified, simplify it.
If it can be shipped, ship it.

Pinned Loading

  1. jobs_hk jobs_hk Public

    Hong Kong Labour Department Job Listing Scraper & AI Agent

    Python

  2. sb_cfg_gen sb_cfg_gen Public

    Sing-box config file generator

    Python