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

I'm an undergraduate student at the University of Colombo School of Computing (UCSC), pursuing a degree in Computer Science.
I’m passionate about software engineering, web development, and building scalable, user-focused applications.
Currently learning advanced backend systems, cloud infrastructure, and DevOps tools.
I enjoy exploring new technologies, contributing to open-source projects, and continuously improving my craft.


🌐 Connect with Me

LinkedIn Twitter (X) Email GitHub


💻 Tech Stack

Languages

Frameworks & Libraries

Databases

Cloud & Hosting

DevOps & CI/CD

Testing Tools

Tools & Platforms


📊 GitHub Stats


🤝 Support Me

If you like my work, you can support me:


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