Skip to content
View Keeththi2003's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Keeththi2003

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

About Me

I am an undergraduate at the University of Colombo School of Computing (UCSC) pursuing a degree in Computer Science.

My primary interests lie in:

  • Software Engineering
  • Backend System Design
  • Distributed Systems
  • Cloud Infrastructure
  • DevOps & CI/CD Automation

I focus on building scalable, production-ready systems and continuously improving my understanding of system architecture and engineering best practices.


Connect

LinkedIn Twitter (X) Email GitHub


Tech Stack

Languages
C C++ Python JavaScript TypeScript PHP Kotlin Dart Node.js HTML CSS

Frameworks & Libraries
React Next.js Tailwind CSS Laravel Astro Remix Sass Express.js Flutter

Databases
MySQL PostgreSQL MongoDB Firebase Supabase

Cloud & Hosting
Amazon Web Services Google Cloud Platform Vercel Netlify

DevOps & CI/CD
Docker GitHub Actions NGINX Apache

Testing Tools
Jest

Tools & Platforms
Git GitHub Visual Studio Code Postman Figma Linux Bash LaTeX Xcode


Support

If you find my work valuable:

Buy Me A Coffee

Pinned Loading

  1. Webserver-in-C Webserver-in-C Public

    A lightweight web server implemented in C that serves static files (HTML, CSS, JS, images, videos, and PDFs). It supports basic HTTP GET requests, handles 404 and 405 errors, and is easy to customi…

    C 3

  2. Binary-Search-Tree Binary-Search-Tree Public

    C

  3. Multilevel-Queue-Scheduling Multilevel-Queue-Scheduling Public

    A C++ simulation of a Multilevel Queue Scheduling (MLQ) algorithm, implementing Round Robin (RR), Shortest Job First (SJF), and First In First Out (FIFO) across four queues. The program calculates …

    C++

  4. MyMalloc MyMalloc Public

    This repository contains an implementation of a custom dynamic memory allocator in C, mimicking the behavior of the standard malloc and free functions. The allocator uses a fixed-size memory buffer…

    C

  5. Breadth-First-Search Breadth-First-Search Public

    C