I am a passionate backend developer with a strong interest in exploring the inner workings of technologies and enhancing system performance and productivity. I thrive on solving backend challenges and am always eager to learn new skills and technologies. Known for being responsible and hard-working, I seek to contribute to and grow in a dynamic, competitive team environment that will further develop my technical and collaboration skills.
- 🌱 I have graduated at Can Tho University
- 💬 My email is linh072217@gmail.com
- ❤️ My favorites are: Programming, Reading Book, Badminton, Soccer, Traveling, Connect to the Internet.
package hoanglinhplus;
// Java
public class Hello{
public static void main(String[] args){
System.out.println("I am willing to make friend with everyone");
}
}
// C++
#include<iostream>
int main(int argc, char* argv[]){
std::cout << "I'm always willing to hear what people want." << '\n';
return 0;
}
// Rust
fn main(){
println!(" I am glad to share my knowledge to you");
}