Hello, I'm
Đình Nguyên
Software EngineerBackend
Ibuildexceptionaldigitalexperiencesfortheweb.SpecializinginJava,Php,Golangandmodernbackendtechnologies.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
@RestController @RequestMapping("/api/v1") public class UserController { private final UserService userService; @Autowired public UserController(UserService userService) { this.userService = userService; } @GetMapping("/users") public ResponseEntity<List<User>> getAllUsers() { return ResponseEntity.ok(userService.findAll()); } @PostMapping("/users") public ResponseEntity<User> createUser( @Valid @RequestBody UserDTO userDTO ) { User user = userService.createUser(userDTO); return ResponseEntity .created(URI.create("/api/v1/users/" + user.getId())) .body(user); } }

About Me
Hello! I'm Nguyên, a passionate software engineer with a focus on creating efficient, scalable, and user-friendly web applications. My journey in tech began 5 years ago, and I've been hooked on problem-solving and building things ever since.
I specialize in Java , I'm deeply interested in performance optimization, clean architecture, and creating delightful user experiences. When I'm not coding, you'll find me in land of dawn
Location
Thủ Đức, Hồ Chí Minh
Study
Ho Chi Minh City University of Technology.
Employment
Available
Work Experience
My professional journey as a developer, showcasing my growth and expertise in various technologies.
Full Stack Developer
Inter Group
• Developed and maintained multiple client websites.
• Developed ticket system help support.
• Worked with Laravel, MySQL, and react to create responsive and user-friendly interfaces.
• Deploy system.
Java Developer
Hutech IT coder
• Develop a plagiarism detector system using Vue and Java.
• Using antlr 4 to tokenize file file from it coder.
• Implement algorithm to compare token.
Featured Projects
Built with Spring, Javascript, and PostgreSQL, Thymleaf. Features include user authentication, product management, shopping cart, and payment processing.
Developed with Java, Vue, Typescript,. Includes features tokenize file, compare file, Analysis
Technical Skills
My expertise in modern development technologies and methodologies
Go
Java
Php
Typescript
Specialized Expertise
Backend Development
Building robust, scalable server-side applications and APIs
Database Engineering
Designing and optimizing database systems for performance
System Architecture
Designing scalable and maintainable software architectures
DevOps & CI/CD
Automating deployment pipelines and infrastructure management
Cloud Services
Leveraging cloud platforms for scalable applications
API Design
Creating intuitive, efficient, and secure APIs
Security
Implementing robust security measures and best practices
Performance Optimization
Tuning applications for maximum efficiency and speed
Get In Touch
I'm currently looking for new opportunities. Whether you have a question or just want to say hi, I'll try my best to get back to you!