N. C. Lucien · Software Engineer
Download CV

2025 · Team · Archived

Aniclo

A full-stack application architected and shipped end to end for the PK Fokam research centre.

Software Engineering Research AssociateRetiredWorkApr 2025Jul 2025TypeScript · Node.js · React · PostgreSQL · Docker

01

Mission

Aniclo is the application I built at the PK Fokam Institute research centre: architected backend and frontend, implemented the core features, and owned the release process from first commit to market launch.

For whom: the institute and its users. Constraints: a research-centre timeline, two people, and a release process I had to define before I could follow it.

02

Manifest

Bill of materials
LayerChoiceVersionWhy
servicesNode.js backendPublished as its own image.
appReact frontendPublished as its own image.
dataPostgreSQLRelational data with migrations.
infraDocker Hub imagesDeployable by the centre without access to my machine.
03

Decisions

  • Backend and frontend as separate images. Published to Docker Hub so the centre could deploy without my laptop.

  • One release process, written down. Tags, images, and a rollback path before the first launch.

04

Impact

Backend image pulls
1,094
Frontend image pulls
902

Live at anilco.net; 1,094 backend and 902 frontend image pulls on Docker Hub.

05

What broke

The first thing I would fix: the two images were versioned independently, so a frontend could be deployed against a backend with a different API shape. Pinning the pair in one release manifest is the change I would make first.

06

Ship log

  1. Started
  2. Launched and handed over