Skip to content
View duriantaco's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report duriantaco

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
duriantaco/README.md
header

Typing SVG


GitHub followers GitHub Stars

Real World No LC Production

My inspiration

My Inspiration

About Me

Coding

const oha = {
    location: "Singapore 🇸🇬",
    currentFocus: "Building Skylos",
    askMeAbout: ["Web Dev", "ML", "Cooking"],
    technologies: {
        frontEnd: {
            js: ["React", "Redux", "TypeScript"],
            css: ["Bootstrap", "Tailwind"]
        },
        backEnd: {
            python: ["Django", "Flask", "FastAPI"],
            js: ["Node", "Express"],
            databases: ["PostgreSQL", "MongoDB", "Redis"]
        },
        cloud: ["AWS", "Docker", "Kubernetes"],
        ml: ["PyTorch", "OpenCV", "Pandas"]
    },
    currentProject: "Skylos - The better dead code detector",
    funFact: "I debug with console.log and I'm proud of it"
    controversialOpinions: {
        leetcode: "Your ability to invert a binary tree in O(log n) means nothing if you can't ship features",
    }
};

💡 Coding Philosophy

"First, solve the problem. Then, write the code." - John Johnson

Leverage AI as a force multiplier, not a replacement for thinking. AI accelerates development and explores solutions, but every suggestion must be questioned, understood, and validated. The best code comes from human creativity augmented by AI efficiency, not blind copy paste. Code is a means to an end. 

The future belongs to those who can architect solutions and validate AI output. I solve actual problems, not arbitrary puzzles. My GitHub is my resume.

GitHub Analytics

languages

Tech Universe

Frontend

React TypeScript Next.js Redux Three.js

Backend

Python Node.js Django FastAPI GraphQL

Cloud

AWS Docker Kubernetes GitHub Actions

AI/ML

PyTorch

Featured Project

Contribution Graph

Activity Graph

Let's Connect!

Email

footer

Made with love

Pinned Loading

  1. skylos skylos Public

    High-precision Python SAST & Dead Code Remover. Finds unused functions, secrets, and security flaws with hybrid static analysis + local LLM agents. Privacy-first & low noise. MCP server for SAST to…

    Python 328 9

  2. skylos-demo skylos-demo Public

    Demo Benchmark for Skylos

    Python 2

  3. sago sago Public

    A CLI that turns your requirements into working code. You describe what you want in markdown, sago generates a plan, writes the code, and verifies it works

    Python 9 1

  4. ca9 ca9 Public

    CVE reachability analysis for Python. Stop fixing vulnerabilities that don't affect you. Static + dynamic analysis to cut SCA noise from Snyk, Dependabot, Trivy, and others.

    Python 3

  5. jonq jonq Public

    Query JSON files with SQL syntax from the terminal. A lightweight jq wrapper — select, filter, group by, aggregate, sort JSON data without learning jq. Supports CSV output, NDJSON, nested JSON, and…

    Python 42 2