Developer • Java / Spring Boot • Vue / React

Building web products designed around your goals.

MVP to production - backend, frontend, and deployment, all in one place.

|
ProjectController.java
01 @RestController
02 @RequestMapping("/api")
03 class ProjectController {
04 private final ProjectService service;
05 ProjectController(ProjectService s){ this.service = s; }
06
07 @GetMapping("/projects")
08 List<Project> list(){
09 return service.findAll();
10 }
11
12 @PostMapping("/projects")
13 Project create(@RequestBody Project p){
14 return service.save(p);
15 }
16 }
17
18 // build & ship
19 mvn -q -DskipTests package
20 docker build -t app:latest .
21 kubectl rollout restart deploy/app
01 @RestController
02 @RequestMapping("/api")
03 class ProjectController {
04 private final ProjectService service;
05 ProjectController(ProjectService s){ this.service = s; }
06
07 @GetMapping("/projects")
08 List<Project> list(){
09 return service.findAll();
10 }
11
12 @PostMapping("/projects")
13 Project create(@RequestBody Project p){
14 return service.save(p);
15 }
16 }
17
18 // build & ship
19 mvn -q -DskipTests package
20 docker build -t app:latest .
21 kubectl rollout restart deploy/app

About me

Full-stack builder with a backend soul.

Hi, I’m Natasha - a full-stack developer with a strong backend focus and a love for solving real problems.

I build complete web solutions end-to-end: backend APIs, frontend interfaces, databases, and the infrastructure that keeps everything running. My main stack is Java (Spring Boot) on the backend and modern JS frameworks (Vue, React/Next) on the frontend. I’m also comfortable with databases, APIs, and server setup on Linux with Nginx/Apache.

What drives me is turning ideas into working products. I enjoy digging into complex logic, troubleshooting issues others might avoid, and making sure every detail is solid - from database design to user experience.

I’m persistent, creative, and detail-oriented - someone who doesn’t give up easily. That same mindset guides me both in development and in life.

Java • Spring BootReact • VuePostgreSQL • MySQL/MariaDBJPA / HibernateLinux VPSNginx / ApacheRedis

Contact

Let’s talk about your next build.

Prefer email? That’s the fastest way to reach me. Or connect via socials below.

Email me
natasa.t.markovic@gmail.com
or find me on