Full Stack Developer
I’m a Computer Science student at VIT-AP, passionate about exploring data and uncovering insights. I’ve worked with SQL and R for data analytics, and I also have experience in web development and Retrieval-Augmented Generation (RAG). I enjoy learning new technologies and applying them to solve meaningful problems.
All India Secondary School Examination
Passing percentage: 89%
All India Senior School Certificate Examination
Passing percentage: 83.8%
Bachelor of Technology (CSE)
CGPA: 8.06
A chatbot that can analyze and respond to user queries related to medical conditions and treatments
A mobile application that can help users to find the nearest hospital and doctor
A messaging app clone that can help users to send and receive messages
Java, Python, C,R Programming, SQL
HTML, CSS, JavaScript, Node.js, Express.js, React.js
AWS
📞 8837225614
📧 royariyan02@gmail.com
Click any icon to open the corresponding window. Icons include About Me, Academics, Projects, Tech Stack, Links, Contact, and Notepad.
Basic Commands:
help - Show all available commandsdir or ls - List directory contentscd <folder> - Open or navigate to a foldercls or clear - Clear terminal screendate - Show current datetime - Show current timeecho <text> - Display a messageFile Management:
mkdir <name> - Create a new folder (appears on desktop!)type <filename> - Display file contentsopen <filename> - Open a saved text filenotepad <filename> - Open file in NotepadButtons:
Auto-save: Your content is automatically saved every second!
Saved Files: Click on saved file names to open them in Notepad
Create and Save:
mkdir mynote in terminal OR use NotepadAccess Later:
cd txtdir to see all saved filesopen filename or notepad filenameClick the weather widget in the taskbar to see detailed weather information including temperature, humidity, wind speed, and cloud cover. Background changes based on weather conditions!
Click the time/date in the taskbar to see detailed clock information with UTC and local time zones.
Use the search box in the taskbar to quickly find folders, apps, and social links. Just start typing!
mkdir - they appear as desktop icons!type filename to quickly view file contentscd foldernameClick any desktop icon to open the corresponding folder/application:
Open the terminal and use these commands:
help
Show all available commands
dir
List files in current directory
cd txt
Navigate to the virtual txt folder
cd ..
Go back to previous directory
mkdir foldername
Create a new folder (appears as desktop icon)
type filename
Display contents of a text file
open filename
Open a saved file in an editable window
notepad filename
Open a file in Notepad
cls
Clear the terminal screen
ver
Show system version
date
Display current date
time
Display current time
Use Notepad to write and manage text files:
Creating Folders with mkdir:
mkdir myfolderAccessing Saved Files:
cd txtdir to see all saved filestype filename to view contentopen filename to edit the filenotepad filename to open in NotepadThe weather widget shows real-time weather information:
Weather data updates automatically based on your location using Open-Meteo API
Important Note:
All data (folders, text files, notepad content) is stored temporarily using sessionStorage.
This means:
To permanently save: Use the "Download" button in Notepad to save files to your computer.