Available for hire

Hello, I'm

Đình Nguyên

Software EngineerBackend

Ibuildexceptionaldigitalexperiencesfortheweb.SpecializinginJava,Php,Golangandmodernbackendtechnologies.

Java
PHP
Golang
Spring
Laravel
MySQL
backend-service
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);
  }
}
@SpringBootApplication
class Application { ... }
@Autowired private final Service;
API Status: Online
About John Doe
3 Years Experience

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

09/2024 - presentCurrent

• 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.

LaravelMySQLReactNext.jsTypeScriptInertia

Java Developer

Hutech IT coder

03/2023 - 2024

• Develop a plagiarism detector system using Vue and Java.
• Using antlr 4 to tokenize file file from it coder.
• Implement algorithm to compare token.

JavaVueANTLR

Featured Projects

E-commerce Platform
E-commerce Platform
A full-featured online shopping platform

Built with Spring, Javascript, and PostgreSQL, Thymleaf. Features include user authentication, product management, shopping cart, and payment processing.

Plagiarism-detector
Plagiarism-detector
Plagiarism-detector

Developed with Java, Vue, Typescript,. Includes features tokenize file, compare file, Analysis

Blog
Blog Platform
Blog platform allowe user management content

Created with Spring boot, docker , and Mysql. Features interactive content management, JWT Authentication - Authorization, Comment and reply,...

EXPERTISE

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

RESTful APIsGraphQLMicroservicesServerless

Database Engineering

Designing and optimizing database systems for performance

Schema DesignQuery OptimizationData ModelingMigrations

System Architecture

Designing scalable and maintainable software architectures

Distributed SystemsEvent-DrivenDomain-Driven DesignCQRS

DevOps & CI/CD

Automating deployment pipelines and infrastructure management

Continuous IntegrationDeployment AutomationInfrastructure as CodeMonitoring

Cloud Services

Leveraging cloud platforms for scalable applications

ServerlessContainersManaged ServicesCloud Security

API Design

Creating intuitive, efficient, and secure APIs

RESTGraphQLOpenAPIAPI Gateways

Security

Implementing robust security measures and best practices

AuthenticationAuthorizationData ProtectionSecurity Testing

Performance Optimization

Tuning applications for maximum efficiency and speed

ProfilingCachingLoad TestingBottleneck Analysis

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!

#Contact me here_
ng-dev@terminal:~main18:26
ng-dev@terminal:~main18:26