Skip to content
View JWiryo's full-sized avatar
Block or Report

Block or report JWiryo

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

Hello there... Random stranger on the Internet ๐Ÿ‘‹

Personal Website


About Me

public class James {
    
    public String fullName = "James Denny Wiryo"
    public String nationality = "Indonesian ๐Ÿ‡ฎ๐Ÿ‡ฉ"
    public String location = "Singapore ๐Ÿ‡ธ๐Ÿ‡ฌ"
    public String intro = "Converting โ˜• to codes for a living"

    public static void selfIntroduction() {
        System.out.println("Hello there, my name is: " + fullName);
        System.out.println("I am an: " + nationality + "currently living in: " + location);
        System.out.println("What I do? " + intro);
    }

    public static void main(String[] args) {
        selfIntroduction();
    }
}
More Facts:
  • ๐ŸŽ“: Master of Computing from National University of Singapore (GPA 4.6 / 5.0)
  • ๐Ÿ™‹โ€โ™‚๏ธ: Interested in Backend Roles focusing on Scalable and Distributed Systems (Have managed traffic of ~1M MAU)
  • ๐Ÿ“š: Huge interest in Sports (Football โšฝ, F1 ๐ŸŽ๏ธ) and Investments (Stocks ๐Ÿ’ธ)
  • ๐Ÿ’ป: 3 years of Software Development ๐Ÿ’ป + Product Management ๐Ÿ’ผ experience
  • โœ๐Ÿป: You can find more details of my work and interests on my personal website Personal Website
Podcast:

Together with a friend of mine, we publish our thoughts on recent news, technology and investments via our podcast. (also available in Apple and Google Podcast)

Kohi Chats

Connect with Me

Pinned

  1. ChaliceSpotifyPlaylistCurator ChaliceSpotifyPlaylistCurator Public

    AWS Lambda bot to automatically curate favourite track from Spotify into a playlist

    PowerShell 1

  2. ChaliceSlackBot ChaliceSlackBot Public

    Writing a Slackbot using AWS' Chalice

    Python

  3. Schedule-App Schedule-App Public

    Sports tournament schedule notification app for app-development learning purposes

    Swift

  4. Serverless-NCAV-Screener Serverless-NCAV-Screener Public

    Python 1

  5. BibleAppGo BibleAppGo Public

    Learning Golang by creating a bible verse of the day program

    Go

  6. DiscordSimpleChatBot DiscordSimpleChatBot Public

    Simple chat bot for Discord guild using golang

    Go