Hello, I'm Jade Ferreira
Backend Engineer & System Architect
I build scalable, robust backend systems and microservices. Passionate about system design, continuous delivery, cyber security, and solving complex problems.
@RestController
@RequestMapping("/api/v1")
public class UserController {
@Autowired
private UserService userService;
@GetMapping("/users/{id}")
public ResponseEntity<User> getUser(@PathVariable Long id) {
return ResponseEntity.ok(userService.findById(id));
}
@PostMapping("/users")
public ResponseEntity<User> createUser(@RequestBody UserRequest request) {
User user = userService.create(request);
return ResponseEntity.status(201).body(user);
}
}About Me
Passionate about building reliable, scalable systems
I'm a Backend Engineer with extensive experience in Java, microservices architecture, and cloud technologies. I specialize in building robust, scalable systems that can handle millions of requests while maintaining high performance and reliability.
My expertise includes system design, API development, containerization with Docker and Kubernetes, and working with various cloud platforms. I'm passionate about clean code, best practices, and mentoring other developers.
Core Skills
Technologies & Tools
Technologies I work with to build amazing solutions
Let's Work Together
Ready to build something amazing? Let's connect!
Get In Touch
I'm always interested in new opportunities and exciting projects. Whether you have a question or just want to say hi, feel free to reach out!