class Developer {
constructor() {
this.name = "Ridwan";
this.alias = "codewithwan";
this.role = "Fullstack Developer";
this.languageSpoken = ["en_US", "code"];
this.currentlyExploring = "Microservices Architecture";
}
sayHi() {
console.log("Thanks for dropping by! Let's build something epic together!");
}
workWith() {
return {
frontEnd: {
frameworks: ["React", "Next.js"],
styling: ["Tailwind CSS"],
state: ["Redux", "Context API"],
},
backEnd: {
js: ["Node.js", "Express", "NestJS"],
php: ["Laravel"],
},
devOps: ["Docker", "Nginx", "GitHub Actions"],
architecture: ["Microservices", "Event-Driven", "RESTful APIs"]
};
}
}
// Initialize
const ridwan = new Developer();
ridwan.sayHi();
- localhost:3000
-
09:09
- 7h ahead - codewithwan.tech
- codewithwan
Pinned Loading
-
imphnen-landing
imphnen-landing PublicIMPHNEN - Ingin Menjadi Programmer Handal Namun Enggan Ngoding. Landing page for a community of lazy programmers.
-
log-analyzer
log-analyzer PublicThis log analysis tool detects anomalies, generates statistics, and searches keywords in Apache/Nginx access logs to support security monitoring
-
flutter-liveness-detection
flutter-liveness-detection PublicThis app uses Google ML Kit Face Detection to detect faces in images or through the camera in real-time. The app also manages device permissions such as camera, storage, and internet access.
C++ 4
-
rust-url-shortener
rust-url-shortener PublicURL shortener service built with Rust, Warp, and PostgreSQL. It allows users to shorten long URLs and redirect to the original URLs using the shortened links
Rust 3
If the problem persists, check the GitHub status page or contact support.