Skip to content
View utkarshu281's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Jaipur, India

Block or report utkarshu281

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

Hi πŸ‘‹ I'm Utkarsh Upadhyay

Computer Science Student | Backend Developer | Systems Programming Enthusiast


πŸ‘¨β€πŸ’» About Me

πŸŽ“ B.Tech Computer Science Engineering Student

πŸ’» Backend-focused developer interested in building reliable and efficient software.

β˜• Primarily working with Java, with an interest in C/C++ and systems programming.

🧠 Interested in understanding software from high-level applications down to lower-level systems.

Areas of Interest

  • Backend Engineering
  • Data Structures & Algorithms
  • Computer Networks
  • Operating Systems
  • Database Systems
  • Distributed Systems
  • Systems Programming
  • Open Source

πŸ’» Tech Stack

Languages

Backend & Web

Databases

Tools & Environment


🌐 Connect With Me



πŸ“ˆ GitHub Contribution Graph


Thanks for visiting! πŸ‘‹

Build things. Understand them. Keep learning.

Pinned Loading

  1. localcrypt localcrypt Public

    Real-time encrypted CLI chat β€” TCP sockets, SQLite, Fernet AES, Flask REST API

    Python 3

  2. CLI-Expense-tracker CLI-Expense-tracker Public

    A command-line expense tracker built in Java using Picocli. Supports adding, deleting, listing, and summarizing expenses with persistent file storage.

    Java

  3. github-activity-cli github-activity-cli Public

    A clean, lightweight Java command-line application that connects directly to the GitHub API to fetch, parse, and translate public user event activity into readable terminal outputs without relying …

    Java

  4. github-trending-cli github-trending-cli Public

    A Java CLI application that fetches and displays trending GitHub repositories using the GitHub REST API. Built with Java HttpClient, Picocli, Jackson, and Maven, featuring customizable time ranges …

    Java

  5. HTTP-SERVER HTTP-SERVER Public

    A single-threaded HTTP server built from scratch in Java using TCP sockets. The project focuses on understanding HTTP internals, including request parsing, headers, responses, status codes, and sta…

    Java