Skip to content
View dwiwijaya's full-sized avatar

Block or report dwiwijaya

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
dwiwijaya/README.md

Banner

class Dwiwijaya {
    constructor() {
        this.username = 'dwiwijaya';
        this.name = 'Dwi-wijaya';
        this.position = 'Full-stack Web Developer';
        this.web = 'https://dwiwijaya.com';
        this.links = 'https://bento.me/dwiwijaya';
        this.cv = 'https://bit.ly/cv-dwiwijaya';
        this.linkedin = 'https://linkedin.com/in/dwi-wijaya';
        this.email = 'hello@dwiwijaya.com';
        this.skills = {
            languages: ['PHP', 'JavaScript', 'TypeScript'],
            backend: ['CodeIgniter', 'Yii2', 'Node.js', 'RESTful APIs', 'GraphQL'],
            database: ['PostgreSQL', 'MySQL', 'Oracle', 'MongoDB'],
            frontend: ['HTML', 'CSS', 'JavaScript', 'jQuery', 'React.js', 'Vue.js', 'Next.js', 'Bootstrap', 'Tailwind', 'Sass'],
            tools: ['Git', 'GitHub', 'GitLab', 'Lighthouse', 'Ngrok', 'DBeaver', 'Vercel', 'Firebase', 'Supabase'],
            methodologies: ['SCRUM', 'SOLID'],
            architecture: ['SPA', 'PWA', 'MVC', 'Monolithic', 'RESTful'],
        };
        this.currentlyLearning = ['Vue.js', 'Nuxt.js'];
    }

    getProfile() {
        return `${this.name} | ${this.position}`;
    }
}

const dwiwijaya = new Dwiwijaya();
console.log(dwiwijaya.getProfile());

Get in touch 🌐


Pinned Loading

  1. dwiwijaya.com dwiwijaya.com Public

    ✨ A sleek and modern personal portfolio website showcasing my skills, projects, and experience as a Full-Stack Developer

    JavaScript 8 2

  2. dwiwijaya dwiwijaya Public

    πŸ‘¨β€πŸ’» Personal README for GitHub Profile

  3. clash-royale-info clash-royale-info Public

    πŸ‘‘ A web platform for Clash Royale players to track upcoming chests and view detailed account profiles

    JavaScript 1

  4. myLink myLink Public

    πŸ”— A sleek Linktree clone with a modern UI and customizable features, This app allows users manage a personalized link collection

    JavaScript 2 1