Skip to content
View hwisnu222's full-sized avatar

Block or report hwisnu222

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, C++, Python, SQL
  • Front-End Development: React, Next.js, HTML5, CSS3, Tailwind CSS, Material UI
  • Back-End & APIs: Node.js, Express.js,Fastapi, Django, GraphQL, REST API, Strapi
  • Mobile & PWA : React Native, PWA
  • DevOps & Tools: Docker, Git, GitHub, GitLab CI/CD, Turborepo
  • Databases & ORM: Sequelize ORM, Django ORM, SQLModel
  • Productivity: Neovim, 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.

    1

  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