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"};
};
Vacation
Learning • Building • Improving |
I am committed to the "small daily improvements" mindset—writing cleaner, more efficient code every single day.
Highlights
- Pro
Pinned Loading
-
core-java-impatient
core-java-impatient PublicA record of my Java learning journey, containing chapter-wise examples, and experiments that reflect my progress and understanding over time.
Java
-
tinyHTTP
tinyHTTP PublicBuilt an HTTP/1.1 server from scratch in Go, including TCP stream handling, request parsing, and response generation without using net/http.
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




