Skip to content
View codewithwan's full-sized avatar
πŸ’­
Junyo Enjinyueringg >//<
πŸ’­
Junyo Enjinyueringg >//<

Block or report codewithwan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codewithwan/README.md

OpBento

About Me

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();

My Digital Toolbox


Connect Across the Multiverse

Profile visits

Pinned Loading

  1. imphnen-landing Public

    IMPHNEN - Ingin Menjadi Programmer Handal Namun Enggan Ngoding. Landing page for a community of lazy programmers.

    TypeScript 11 3

  2. log-analyzer Public

    This log analysis tool detects anomalies, generates statistics, and searches keywords in Apache/Nginx access logs to support security monitoring

    Python 4 2

  3. rust-url-shortener Public

    URL 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

  4. eRecruitment-Laravel Public

    A web-based recruitment system developed using Laravel 12 and MySQL to streamline the company's recruitment process.

    TypeScript 2 5