Skip to content
View utkarshkrsingh's full-sized avatar
:octocat:
Vacation
:octocat:
Vacation

Highlights

  • Pro

Block or report utkarshkrsingh

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
utkarshkrsingh/readme.md

var profile = new Object() {
    String name         = "Utkarsh Kumar Singh";
    String jobTitle     = "Backend Developer";

    String[] languages  = {"Java", "Go"};
    String[] tools      = {"Git", "Linux", "PostgreSQL", "Docker"};
    String[] projects   = {"TinyHTTP"};
};

Pinned Loading

  1. core-java-impatient core-java-impatient Public

    A record of my Java learning journey, containing chapter-wise examples, and experiments that reflect my progress and understanding over time.

    Java

  2. .dotfiles .dotfiles Public

    Minimal, clean and productive development environment on macOS. Configurations for Ghostty, Neovim, tmux, Starship, Yazi and more. Focus on performance, UX and aesthetics.

    Lua 28

  3. tinyHTTP tinyHTTP Public

    Built an HTTP/1.1 server from scratch in Go, including TCP stream handling, request parsing, and response generation without using net/http.

    Go