Skip to content
View YukinaMochizuki's full-sized avatar

Highlights

  • Pro

Organizations

@sitcon-tw @Leukocyte-Lab @hacksintaiwan @charkchalk
Block or Report

Block or report YukinaMochizuki

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

Hi there 👋

Welcome to my GitHub Profile :)

I'm Snow Zhong, a lover of Arch Linux and i3wm. Like to solve the problems around me by writing programs. In addition to using Arch on my main workstation, I also using Regolith on my other computers.

🔭 I’m currently working on ...

Personal

Other

🔥 My skills or experience ...

Language

  1. Java - ❤️
  2. JavaScript / TypeScript
  3. Python

Framework

  1. Spring Framework - ❤️
  2. Vaadin
  3. Django
  4. jQuery (un..., it's more like a library)

Tools and other

  1. Docker
  2. GitLab CI/CD
  3. RouterOS
  4. Proxmox VE
  5. FreeNAS (Now is TrueNAS CORE)

🌱 I’m currently learning ...

  1. Angular - and this is my practice project: YukinaMochizuki/Simple-Social-App
  2. Tailwind CSS - Simple-Social-App also used Tailwind CSS for building page

🤔 Other information about me

Pinned

  1. notion-sdk-java notion-sdk-java Public

    Notion in Java.

    Java 23 3

  2. DCDos DCDos Public

    The personal assistant with both dialogue and command interface.

    Java 1

  3. agent agent Public

    Use HTTP protocol to trigger specific commands or simulate keyboard operations, support for compiling to native executables.

    Java

  4. blurlock-neofetch blurlock-neofetch Public

    A simple script that blurs lock and displays neofetch.

    Shell 1

  5. ShuviBot ShuviBot Public archive

    Event-driven lightweight chatbot framework that supports dependency injection and dynamically loading plugin jars at runtime.

    Java 2

  6. Arduino_with_8266.cpp Arduino_with_8266.cpp
    1
    #include <Arduino.h>
    2
    #include <SoftwareSerial.h>
    3
    #include <DHT.h>
    4
    
                  
    5
    byte stateLedPins[] = {4 ,5 ,6 ,7};