Build a Functional Image-Filter Pipeline for a Photography SaaS
Overview
What this challenge is about.
Build a Functional Image-Filter Pipeline for a Photography SaaS. Intermediate challenge in code. Writing production code that solves real engineering problem...
The Brief
What you'll do, and what you'll demonstrate.
Build a compositional image-filter pipeline using higher-order functions plus 6 sample filters, with measured per-megapixel runtime.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Apply function composition as a real architectural pattern
- Build a domain abstraction (Filter) that composes cleanly
- Reason about per-pixel runtime cost of pure-function filters
- Document an architecture so adding new behavior is cheap
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Higher Order Functions
Apply higher order functions to solve real industry problems and demonstrate production-level capability.
- Function Composition
Apply function composition to solve real industry problems and demonstrate production-level capability.
- Abstraction
Apply abstraction to solve real industry problems and demonstrate production-level capability.
- Python Programming
Apply python programming to solve real industry problems and demonstrate production-level capability.
- Javascript Programming
Apply javascript programming to solve real industry problems and demonstrate production-level capability.
- Modular Design
Apply modular design to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles: