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
-
14:15
- 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
-
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
-
eRecruitment-Laravel
eRecruitment-Laravel PublicA web-based recruitment system developed using Laravel 12 and MySQL to streamline the company's recruitment process.
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.