Portfolio — Vol. 012026
Rajat
Saxena
Full-stack engineer — backend, web & mobile.
BackendServices & APIs
WebReact / Next.js
MobileFlutter, 3 yrs
APIsREST & contracts
Backend Engineering✳React & Next.js✳Flutter & Mobile✳System Design✳Backend Engineering✳React & Next.js✳Flutter & Mobile✳System Design✳
§ 01Statement
I build full-stack products end to end —designing REST APIs and microservices,then shipping the React web and Fluttermobile clients that sit on top of them.
§ 02Selected work9 entries
§ 03Appendix — the APIInteractive
Most portfolios tell you they design good APIs.
Query mine instead.
This résumé is also a REST resource. Pick an endpoint, add a filter, and send it — you’ll get back the envelope, status code, and latency breakdown I’d ship in production. Ask for a project that doesn’t exist to see how the errors are designed. Hammer the button to meet the rate limiter.
https://api.rajatsaxena.dev/v1Simulated · runs entirely in your browser
Request
curl https://api.rajatsaxena.dev/v1/profileResponse
200 OK11ms
route
1ms
handler
2ms
db.query
7ms
serialize
1ms
{
"name": "Rajat Saxena",
"role": "Full-Stack Engineer",
"base": "Bengaluru, IN",
"years_experience": 3,
"currently": {
"company": "Pixie",
"role": "Software Engineer",
"since": "2025-10"
},
"stack": {
"backend": [
"Python",
"FastAPI",
"Java",
"Spring Boot",
"Go"
],
"web": [
"TypeScript",
"React.js",
"Next.js"
],
"mobile": [
"Flutter",
"Dart"
]
},
"links": {
"github": "github.com/rajatsaxena7",
"linkedin": "linkedin.com/in/rajat7saxena",
"email": "rajatjiedm@gmail.com"
}
}access log
- 200GET /profile