Skip to content
View Hiratsuna's full-sized avatar
:octocat:
Meow!
:octocat:
Meow!
  • Dimitrovgrad, Bulgaria
  • 14:56 (UTC -12:00)

Block or report Hiratsuna

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

Hello! o/

🐭 I'm Gerry~
🏮 Recently turned 25 and currently trying to find my "ikigai"(Japanese saying for 'life's purpose').
🔍 I spend most of my free time reading on the internet and brainstorming.
🚀 Newbie Software Developer with Angular & Java.

Stack

Java Angular GraphQL Typescript

Others

Javascript NodeJS Sass Jekyll Docker

Some stats:

Gerry's GitHub stats Top Langs

Socials

Discord Linkedin Youtube Twitch Facebook TikTok Deviantart Blog Community Instagram

Pinned Loading

  1. Angular-Practice-Beginner-Concepts Angular-Practice-Beginner-Concepts Public

    Followed https://www.youtube.com/watch?v=sv76HcgjLZM and documented some stuff additionally to use as notes in further projects.

    TypeScript 2

  2. ClassData-springboot-postgresql-restapi-angular ClassData-springboot-postgresql-restapi-angular Public

    HTML

  3. JerryBroCodeJavaMarathon JerryBroCodeJavaMarathon Public

    Java

  4. Spam-Emotes Spam-Emotes Public

    HTML

  5. Discord-Landingpage-Template Discord-Landingpage-Template Public

    Forked from bedimcode/responsive-halloween-website

    Responsive Halloween Website Design Using HTML CSS & JavaScript

    SCSS

  6. Kata-With-SenpAI-TypeScript.md Kata-With-SenpAI-TypeScript.md
    1
    # Kata with senpAI 
    2
    
                  
    3
    ```tsx
    4
    export function isValidWalk(walk: string[]): boolean {
    5
      if (walk.length !== 10) {