Some people write to be understood.
I build that way — with structure that holds,
surfaces that breathe,
and systems that don't ask to be forgiven.
I'm Ayush Roy — full-stack developer, product engineer, permanently dissatisfied with good enough. Solar simulation platforms. Computer vision pipelines. Realtime dashboards. 3D browser experiences. Whatever the domain — the standard doesn't change.
✦ — selected work — ✦
|
A complex domain made navigable. Rooftop feasibility, yield simulation, spatial queries, and full reporting — unified into something a person can actually reason with. Not a dashboard. A decision engine. |
A moderation pipeline that knows what it's looking at. Synthetic or real — classified with LBP/GLCM texture features and an SVM that earns its confidence score. Containerised. Production-ready. Honest about its reasoning. |
|
Built to remember things the way memory should. Narrative-first web experience for timelines and private storytelling — backed by an engine that doesn't apologise for being precise. |
FastAPI ingestion, anomaly detection, WebSocket alerts, and a Next.js dashboard that updates before you think to refresh. Built for systems that cannot afford to miss a signal. |
✦ — let's connect — ✦
The right problem. The right team. The right moment.
| Open to | Full-time · Contract · Remote |
| Timezone | IST — UTC +5:30 · flexible overlap |
| Portfolio | www.yorayriniwnl.in |
| Resume | view / download |
| Write me | [email protected] · linkedin |
⚙ enable the contribution snake — create .github/workflows/snake.yml
name: Generate Snake
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Platane/snk@v3
with:
github_user_name: ${{ github.repository_owner }}
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}