Navneet Singh Arora

Navneet Singh Arora

Machine Learning & Full Stack Engineer | n8n Creator

Hamburg, Germany
LinkedInGitHubXingGmailn8nnpmResume

Quick Connect

Modern artifacts for the agentic era.

© 2026 • Navneet Singh Arora

Open to Opportunities
Currently: Climate AI
Explore More

Hi, I'm Navneet Singh Arora!

Navneet Singh Arora

I am an AI / ML and a Full Stack Engineer with over 8 years of experience in designing, developing, and deploying scalable software solutions while leading development teams to reach their full potential. Beginning my career as a Junior Analyst in Fintech, I honed my skills in data analysis and software development while upholding my core values of innovation, collaboration, and excellence. These contributions earned me early recognition as an Innovation Lead for Credit Suisse. Since then, I have successfully navigated various endeavours, from delivering bespoke customer solutions to building enterprise-grade products and now architecting the next generation of AI-powered systems.

Based in the beautiful city of Hamburg, I am currently leading the AI initiative at Repath architecting cutting-edge AI-powered Climate Resilience solutions using FastMCP, LangChain and Google Cloud. My experience spans across Multi-Modal Multi-Agent and Autonomous AI Systems, while maintaining the security and scalability of the system with OAuth, E2E Encryption and Docker.

Beyond the code, I am an avid traveller and road trip enthusiast, passionate about sports - especially Football and Formula 1. I love exploring new destinations and capturing the beauty of the world. I am also a dedicated foodie who enjoys trying diverse cuisines.

I am committed to pushing the boundaries of AI to deliver transformative impact—whether by driving strategic business value or fostering meaningful societal change. I am always eager to collaborate on challenging projects that demand innovation and excellence. Let's join forces to shape the future of AI together!

0+ Years in Tech
0+ Projects Shipped
0+ Engineers Mentored
0+ n8n Workflows
01 ——

Tech Stack

A curated stack of high-performance technologies powering my backend architecture, intelligent automation, and AI workflows.

AI Engineering

LLM tooling, local inference, and agent workflows

HuggingFace
PyTorch
FastMCP
Google Vertex AI
LangChain
Langsmith
Cursor
Ollama
Claude Code
Gemini CLI
Codex
Computer Vision
LLMs
Jupyter
Colab

Backend & APIs

APIs, data models, and backend systems

PostgreSQL
FastAPI
Hasura
Bash

Infrastructure

Deployment, networking, and runtime environments

GCP
Docker
Cloudflare
Caddy
Tailscale
Auth0
Vercel

Automation & Workflow

CI/CD, version control, and team orchestration

n8n
Git
GitHub
GitHub Actions
Notion
Slack
Miro

Languages & Data

Core programming and data manipulation

Python
TypeScript
Pandas
NumPy

Expertise ——

Domain Proficiency

Relative depth across engineering domains — based on years of professional experience and shipped work.

AutomationML / AIBackendComputer VisionInfrastructureLeadership 25%50%75%100%
0 %

Automation

n8n · GitHub Actions · CI/CD

0 %

ML / AI

LangChain · Vertex · PyTorch

0 %

Backend

FastAPI · PostgreSQL · Hasura

0 %

Computer Vision

OpenCV · YOLO · Deep Learning

0 %

Infrastructure

GCP · Docker · Cloudflare

0 %

Leadership

Tech Lead · Scrum · Mentoring

02 ——

Contributions

My activity and contributions over the last year.

Open Source ——

npm Packages

View on npm →
npm

vectools

v1.0.0 MIT

A lightweight, zero-dependency utility library for vector mathematics and AI embeddings.

  • Zero dependencies — no supply-chain risk
  • Pure ESM, tree-shakeable, Node 12+ and browser native
  • TypeScript-first with full type definitions
  • Cosine similarity for semantic search and RAG pipelines
terminal
$ npm install vectools
example.js
import { cosineSimilarity } from 'vectools' ;
// Compare two embedding vectors
const score = cosineSimilarity (
[1, 2, 3],// vector A
[1, 2, 4]// vector B
);
// → 0.9914601339836674

03 ——

What Colleagues Say

Verified
LinkedIn

"Navneet works as a Full Stack Developer and leads most of the development activities in the team. He is really good at his work and takes on new challenges and roles positively. A quick learner and brilliant at managing tasks at hand — he assumed the role of Scrum Master as well, and proactively worked with other teams when required. It is a pleasant experience to work with Navneet."

Anupam Awal

Anupam Awal

Associate Manager @ Numerator

LinkedIn

"Navneet is a full stack developer who works on multiple technologies and completes tasks with full ownership and responsibility. He is one of the quickest learners and excels from rookie to specialist very quickly. A great thinker who develops out-of-the-box solutions. He goes out of his way to help the team. Happiest to work with Navneet."

Sameer Makadia

Sameer Makadia

Tech Manager @ Nice Ltd.

LinkedIn

"Navneet worked as a full stack developer and really impressed team the way he took responsibilities. In this short span of time he managed to work as a scrum master as well. He helped us a lot. Thank you Navneet for your great support."

Shilpa Banchhor

Shilpa Banchhor

AVP @ Barclays

Upwork

"Navneet is the type of developer we like working with. He knows his stuff, is responsive, and communicable. When an error or issue pops up — as is to be expected — he is quick to work towards a resolution."

Upwork Client

Python Automation Project · ★★★★★

Upwork

"This is not our first time working with Navneet. We had hired him for some coding work previously and were happy to hire him once again to complete additional tasks. He is easy to work with and we appreciate his coding skills."

Upwork Client

Web Development Project · ★★★★★

04 ——

Featured Projects

See all →
n8n Workflow - AI Job Search Evaluator

Automated Job Search & AI Relevance Evaluator

A comprehensive n8n workflow that automates job hunting by cross-referencing resumes with live JSearch listings and scoring them using Google Gemini AI.

n8nAI AutomationGoogle Gemini
2026
npm vectools $ npm i vectools

vectools

A lightweight, zero-dependency ESM utility library for vector mathematics and AI embeddings — built for semantic search, RAG pipelines, and ML workflows in JavaScript and TypeScript.

Open SourceJavaScriptAI Tooling
2026
n8n Workflow - Resume Parsing with Gemini AI

Extract Job Titles from Resumes with Google Gemini AI

A custom-built n8n workflow that leverages Google Gemini to automatically parse and extract job titles from resumes with high semantic accuracy.

n8nAI AutomationGoogle Gemini
2026

05 ——

Recent Writing

See all →
The Zero-Cost Automation Revolution: Self-Host n8n for 100x Productivity

The Zero-Cost Automation Revolution: Self-Host n8n for 100x Productivity

In an age where automation is key to productivity, rising subscription costs can quickly negate the benefits. This guide explores how to achieve massive efficiency by self-hosting n8n and strategically integrating AI models like Google Gemini for a truly zero-cost stack.

Apr 2026

Unlock the True Power of Git: Part I

Unlock the True Power of Git: Part I

Stop viewing Git as a source of frustration. In this first part of the series, we explore the fundamental mental model of Git beyond just commit, push, and pull.

Aug 2023

Siamese Neural Network (SNN)

Siamese Neural Network (SNN)

A deep dive into the architecture and intuition behind Siamese Neural Networks, exploring how they use shared weights and distance metrics to solve few-shot learning and verification tasks.

Mar 2023