I'm a passionate Computer Science student currently on a journey to become a Full Stack Developer. I enjoy building both the frontend and backend of web applications, and I'm constantly learning new technologies to level up my skills. I'm also exploring cloud computing, databases, and best development practices.
You can also email me here:
#include <stdio.h>
void email() {
puts("dhanidwiputra371@gmail.com");
}
int main () {
email();
return 0;
}


