Skip to content
View iwa's full-sized avatar
☁️
☁️

Highlights

  • Pro
Block or Report

Block or report iwa

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
iwa/readme.md

  • πŸ“š Apprentice Engineer in Software Dev
  • 🌍 I'm based in Paris
  • ⌨️ Mostly coding in TS/JS
  • πŸ‘¨β€πŸ’» I Self-host as a hobby
  • πŸ‡―πŸ‡΅ Loving Animes & Mangas
  • 🧠 I'm currently learning Big Data, Machine Learning & AI!
  • πŸ’¬ Pronouns: he/him

πŸ‘¨πŸ½β€πŸ’» Current setup

Computer

Apple macbook pro 13" m1

  • 512Gb SSD
  • 16Gb RAM

Server

Check-out my wiki!

πŸ‘¨πŸ½β€πŸ’» skills and tech

loved!

Docker Docker Compose github actions Arc Hetzner Visual Studio Code TypeScript Discord Pulseheberg Debian Bitwarden git html5 Cloudflare Cloudflare Pages Cloudflare Workers Cloudflare R2 Homebrew Astro Nodejs Gitea GitHub Apple Bun

known

Chromium DigitalOcean Google Cloud Platform yarn Authy GitLab VueJS NuxtJS MongoDB Dashlane


πŸ“Š github stats

iwa's GitHub stats

Pinned

  1. discrete-scroll-arm discrete-scroll-arm Public

    Forked from emreyolcu/discrete-scroll

    Fix for OS X's scroll wheel problem, with native support of Apple Silicon

    Objective-C 35 3

  2. spotify-true-shuffle spotify-true-shuffle Public

    Little implementation of a True Shuffle webapp for Spotify, using the T3 Stack

    TypeScript

  3. Kwako Kwako Public archive

    🦜 Public General Purpose Discord bot

    TypeScript

  4. Q-Bot Q-Bot Public archive

    Custom Discord Bot made for Qumu's Discord Server

    TypeScript

  5. Mongoexport all collections to json ... Mongoexport all collections to json (updated)
    1
    #!/bin/bash
    2
    
                  
    3
    DB=$1
    4
    COLLECTIONS=$(mongo localhost:27017/$DB --quiet --eval "db.getCollectionNames()" | grep \" | tr -d '\[\]\"[:space:]' | tr ',' ' ')
    5