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 (
    name     = "Utkarsh Kumar Singh"
    jobTitle = "Backend Developer"

    languages = []string{"Go", "Java"}
    tools     = []string{"Git", "Linux", "PostgreSQL", "Docker"}
    projects  = []string{"Snippetbox", "TinyHTTP"}
)

Pinned Loading

  1. snippetbox snippetbox Public

    Snippetbox is a Go-based web application that allows users to create, view, and share text snippets. It demonstrates modern web development practices, including routing, template rendering, databas…

    Go

  2. 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

  3. .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