Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 715 Bytes

File metadata and controls

29 lines (19 loc) · 715 Bytes

prototype

Airline checking system

This will show how to run Database transaction, rollback and commit. README.md. cd FOLDER_NAME

Search Technical challenge

The senior backend challenge solution lives in teaching-material-search.

It contains a Node.js + TypeScript + PostgreSQL search MVP with:

  • deterministic legacy metadata normalization,
  • PostgreSQL full-text search and trigram fallback,
  • ingestion scripts,
  • API examples,
  • user stories,
  • target AWS production architecture,
  • zero-downtime migration notes,
  • AI tool usage documentation.

Docker files

cd FOLDER_NAME docker compose -f postgres.yml up