Skip to content
View hwisnu222's full-sized avatar

Block or report hwisnu222

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

Hii, I am Wisnu

Front-End Developer & Full-Stack Enthusiast

  • Programming Languages:JavaScript, TypeScript,Python,SQL
  • Front-End Development: React, Next.js, HTML5, CSS3, Tailwind CSS, Material UI
  • Back-End & APIs: Node.js, Express.js, GraphQL, REST API, Strapi
  • Mobile & PWA : React Native, PWA
  • DevOps & Tools: Docker, Git, GitHub, GitLab CI/CD, Turborepo
  • Databases & ORM: Sequelize, Django
  • Productivity: Vim, Webpack, React Query

📬 Get in Touch

LinkedIn


Profile Views GitHub Followers

Thanks for visiting! Let's collaborate on something amazing!

Pinned Loading

  1. vim-keymap vim-keymap Public

    A curated collection of essential Vim key mappings, shortcuts, and tricks to boost your editing productivity.

  2. remove all node_module directory remove all node_module directory
    1
    #!/bin/bash
    2
    
                  
    3
    # search node_modules folder
    4
    find . -name "node_modules" -type d -prune | while read -r dir; do
    5
    	echo "remove folder: $dir"
  3. corsinator corsinator Public

    Corsinator is a lightweight and flexible proxy server built with Flask, designed to solve Cross-Origin Resource Sharing (CORS) issues by forwarding HTTP requests to a specified target API. This ser…

    Python

  4. DNS-Auto-Switcher DNS-Auto-Switcher Public

    Python

  5. docainer docainer Public

    A CLI tool to generate Dockerfile and docker-compose templates

    Python

  6. hyrapi hyrapi Public

    A simple CLI REST API client using YAML collections

    Python 1