Skip to content
View jjf2009's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@TheGritCity

Block or report jjf2009

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
jjf2009/README.md

Jared Furtado is a Computer Engineering student at Goa College of Engineering (2024–2028) and a full-stack developer building toward DevOps and platform engineering.

What I'm looking for

DevOps / Platform engineering internship, remote, available from January 2027. Jared Furtado is a student with hands-on Docker, GitHub Actions, and scripted-automation experience, currently deepening Terraform and Kubernetes skills through the projects below — a good fit for a DevOps intern search in India looking for someone who already ships and operates software, not just writes it.

Infrastructure & tooling work

This is a full-stack developer actively building toward DevOps: containerizing services, automating pipelines, and learning infrastructure-as-code and Kubernetes hands-on rather than only through courses. In-progress builds aimed specifically at closing that gap:

  • Beacon — a deploy-aware monitoring and incident platform, run with Docker Compose. Early-stage, being built to close the observability gap in this portfolio.
  • Cless-TUI — a terminal chess game against a bot, built module-by-module as a deliberate vehicle to practice Go, testing, Docker, CI/CD, Terraform, and Kubernetes.
  • PairUp, Runbox, ReviewPilot — early-stage tools (a collaborative interview platform, a sandboxed code-execution engine, and an AI code-review GitHub App) each scoped around a real backend/infra problem, not just a UI.

Selected projects

InvestorFinder — Manually tracking Indian startup funding announcements and matching them to relevant investors is slow and mostly manual. InvestorFinder solves this with a free, automated weekly scraper that collects funding data from public sources, filters for EdTech deals, and cross-references investors against the SEBI AIF registry. It runs on a scheduled GitHub Actions workflow with no server to maintain, writing results straight to public CSVs — 48 commits of iteration on the scraping and matching logic.

Latex-Service — Compiling LaTeX to PDF normally requires a local TeX toolchain, which is a pain to set up for a one-off document. Latex-Service solves this with a lightweight Express.js microservice exposing a REST API that compiles LaTeX source to PDF on request. It's fully Dockerized as a single stateless container — the clearest build-and-ship story in this portfolio, even if it isn't running on a public host right now.

secure-image-encryption-aes-256-gcm — Sharing images through a third-party service means trusting that service with the plaintext. This tool solves that by encrypting images client-side with AES-256-GCM via the Web Crypto API, so no plaintext or key ever touches a server. It runs entirely in-browser — nothing to host or operate — and is the most mature repo in this portfolio at 78 commits.

broken-link-audit — Paid broken-link checkers cap how many URLs you can scan for free. broken-link-audit solves that with a free CLI crawler that scans any site for broken links, images, and media with no URL cap, reporting issues by parent page. It ships with an automated test suite and runs locally as a CLI tool — no hosting required.

RideBuddy — Coordinating carpools among students had no dedicated platform. RideBuddy solves that with a React frontend and a Node/Express backend, using Firebase for authentication. Originally built as two separate repos, it's now one monorepo (frontend/, backend/) with 62 combined commits of history — containerizing and deploying it is next.

Full-stack & freelance background

Jared Furtado takes on freelance full-stack projects independently — owning the delivery path from build to ship to run rather than handing off after the code is written. That end-to-end ownership, more than any single framework, is the actual DevOps pitch for someone at this stage of their career.

Stack: React, Next.js, TypeScript, Node/Express, FastAPI, Supabase, Docker.

Other real, working projects beyond the flagship list above: ScrapCo (scrap material trading platform, merged frontend+backend monorepo), Techjeeva- (AI-powered funding-discovery platform), IntentOS (AI-driven intent interface), CampusHearts, AnnaData (smart farm management portal), and litmus-milk-adulteration-detector (real-time milk adulteration detection).

Currently learning

Docker, GitHub Actions CI/CD, Terraform, and Kubernetes — building small, real, deliberately-scoped projects (see Infrastructure & tooling work above) rather than only following tutorials.

Contact

Pinned Loading

  1. secure-image-encryption-aes-256-gcm secure-image-encryption-aes-256-gcm Public

    Client-side AES-256-GCM image encryption tool using Web Crypto API

    JavaScript 1

  2. broken-link-audit broken-link-audit Public

    Free broken link scanner CLI — crawl any site, find broken links/images/media, report issues by parent page. No URL cap, no paid API.

    TypeScript

  3. InvestorFinder InvestorFinder Public

    A free, automated weekly scraper that collects Indian startup funding data from public sources, filters for EdTech deals, and cross-references investors against the SEBI AIF registry to surface con…

    Python

  4. Latex-Service Latex-Service Public

    A lightweight Express.js microservice that compiles LaTeX documents to PDF format. This service provides a simple REST API for converting LaTeX source code into PDF files.

    JavaScript

  5. RideBuddy RideBuddy Public

    RideBuddy is a modern ride-sharing/carpooling web application that connects drivers with passengers. Built with React and powered by Firebase authentication, this platform makes sharing rides easy,…

    JavaScript 2

  6. ScrapCo ScrapCo Public

    A modern, full-featured web application for scrap material trading and management. ScrapCo provides a comprehensive platform for dealers to buy, sell, and manage scrap materials with an intuitive u…

    JavaScript