Skip to content
View ronaksarda's full-sized avatar

Block or report ronaksarda

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

Hi, I’m Ronak Sarda 👋

I’m a first-year engineering student focused on building strong software fundamentals, with a long-term interest in systems and robotics.

Right now, I use software projects to understand how rules, constraints, and edge cases are enforced in real systems. I prioritize correctness, clarity, and reasoning over speed or polish at this stage.

What I’m Working On

I’m currently focused on:

  • Learning C and C++ fundamentals
  • Applying data structures and algorithms in practical programs
  • Writing complete, testable code that handles edge cases and failure scenarios
  • Improving code readability and documentation

Highlighted Project

Time-Locked File System (C)

A small C program that restricts access to a file until a specified point in time.

This project helped me:

  • Work with system time and file I/O
  • Enforce rules reliably in software
  • Handle invalid input and boundary conditions
  • Understand how design decisions affect correctness

Background

  • CS50x – Introduction to Computer Science (Harvard University)
  • HackerRank Gold Badge – C Language

About This GitHub

Most repositories here are learning-oriented and built independently.
They reflect experimentation, iteration, and a focus on understanding system behavior rather than being production-ready.

Over time, I expect this profile to shift toward more systems- and robotics-focused projects as my skills grow.

Pinned Loading

  1. Vault Vault Public

    C based File operating system ( not a security feature )

    C