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();
Junyo Enjinyueringg >//<
Fullstack dev β obsessed with crafting smooth user experiences! π
- localhost:3000
- codewithwan.tech
- codewithwan
- https://buymeacoffee.com/codewithwan
Highlights
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++ 13
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





