nicholas@cloud:~$
lang
home.tsx·— hero
NICHOLAS
JASPER

Nicholas Jasper — Software Engineer

// $
> Software EngineerBackend · Cloud · AI Systems
> I build backends that don't crack under pressure.
> FastAPI-native. AWS/GCP-fluent. LLMs under guardrails.
> Currently engineering scalable systems and cutting cloud bills in half.
> Open to remote international opportunities.
View projects
whoami.py·— whoami

# A short, typed bio.

class NicholasJasper:
"""Software engineer focused on resilient backends, cloud architecture, and AI under guardrails."""
role = "Software Engineer"
education = "BSc Information Systems — in progress"
focus = ["Backend", "Cloud Architecture", "AI Systems"]
stack = ["Python", "FastAPI", "AWS", "GCP", "Next.js"]
currently_preparing = "AWS Solutions Architect — Associate"
open_to = ["remote", "international", "backend", "cloud"]
def edge(self):
return (
"Versatility across the full backend → infra spectrum."
"I don't hand off at the Dockerfile."
)
def currently(self):
return "Shipping whole applications and managing infrastructure at DOOOR."
projects.json·— projects --featured

// Two systems I'm proud to put my name on.

const Orbit

Next.js · FastAPI · AWS

// Community platform for educators

A community platform purpose-built for educators, with native support for long-form video content.

/* The challenge isn't the CRUD — it's delivering educational video without torching egress costs. Working through S3 + CloudFront + adaptive bitrate to keep latency predictable and bills reasonable. */

Next.jsFastAPIAWS S3CloudFrontPostgreSQL
in active developmentvisit

const SoundScore

Web app · Music community

// Music reviews · albums · communities

A web platform for music reviews — rate albums, join groups, and discuss in a shared feed with other listeners.

/* Originally a Django monolith rendering HTML/Tailwind server-side. Migrated it to a decoupled, serverless architecture: FastAPI on AWS Lambda, Next.js frontend, RDS + S3 — cutting response times by ~70% and removing idle-capacity costs. */

FastAPIAWS LambdaRDSS3CloudFrontNext.js
ai.md·— ai-philosophy.md

# How I ship LLMs without shipping liabilities.

> I build with LLMs the way I build with databases: schemas, guardrails, observability.

  • RAG pipelines with source-grounded retrieval
  • Structured inputs to mitigate prompt injection
  • PII redaction before any external model call
  • Strict output contracts, validated before use
  • Audit trail on every model invocation
  • Deterministic fallbacks for every AI-dependent flow

An LLM is a dependency like Redis or Postgres. I treat it like one.

STRICT_POLICY.md·— STRICT_POLICY.md
signed · verifiedHow I ship AI to production.
01[input]Prompt injection mitigated via structured inputs
02[pii]Redaction layer before any external model call
03[storage]No PII in vector stores without encryption + TTL
04[audit]Every LLM call logged with trace + user ID
05[egress]Provider terms reviewed for no-training clauses
06[fallback]Deterministic fallback for every AI-critical path
-- Signed: nicholas@cloud
-- Last reviewed: 2026-04-22
career.log·— git log --career

// A timeline of roles, from community to code.

  1. Aug 2025 — Present·9 moscurrent

    Software Engineer

    DOOOR·Full-time·Remote
    • Develop and maintain backend services for AI-powered applications, including RAG pipelines and vector database integrations for semantic search and retrieval.
    • Manage and optimize cloud resources on GCP, leading a strategic migration and cleanup that cut ~$50k USD/year in infrastructure costs.
    • Led a deployment workflow restructuring that reduced build and deploy times by 75% through advanced caching and optimized CI/CD pipelines.
    • Build frontend interfaces with Next.js and TypeScript when required, enabling end-to-end delivery of solutions.
    • Design and implement complex AI orchestrators and multi-agent workflows.
  2. Apr 2025 — Aug 2025·5 mos

    Data Engineer

    Floripa Code Gurus·Internship·Remote
    • Worked with Python, GitLab, AWS and SQL to support data pipelines and backend services.
    • Analyzed business rules and translated requirements into technical implementations.
  3. Feb 2025 — Apr 2025·3 mos

    Customer Success

    Under·Internship·Florianópolis, SC · On-site
    • Managed a portfolio of 205 clients, ensuring smooth onboarding and continued product adoption.
    • Reduced churn by acting directly on cancellation cases and improving customer engagement.
  4. Jul 2024 — Dec 2024·6 mos

    Community Manager

    ACATE — Associação Catarinense de Tecnologia·Internship·Florianópolis, SC · On-site
    • Conducted guided visits for +500 visitors including executives, investors, and government leaders.
stack.yaml·— stack.md

# stack.md

# Tools I reach for.

languages:
primary:Python·TypeScript
frameworks:
backend:FastAPI·Django·NestJS
frontend:Next.js·React·Tailwind
cloud:
aws:Lambda·RDS·S3·CloudFront·API Gateway·IAM
gcp:Cloud Run·Cloud SQL·Cloud Build·Storage
databases:
sql:PostgreSQL·MySQL
cache:Redis
vector:pgvector
ai:
providers:Anthropic·OpenAI
patterns:RAG·Tool Use·Structured Output·Agents
devops:
ci_cd:GitHub Actions·Cloud Build
iac:Terraform
obs:Sentry·CloudWatch
contact.sh·— contact --open

# Let's talk.

availableCurrently open to remote international opportunities.
$echo"I read every message."