Why do I keep walking this same road when I know how it ends?
It's often easier to follow in patterns of familiarity, even though it hurts, than it is to carve out a new direction. Fear, habit, or maybe even denial convinces me that this time it will be different. But it isn't.
What is odd is that I frequently forget why I embarked on these cycles in the first place. Was it comfort? Was it a fear of change? Or was it just the overwhelming pull of memories, some good and some bad, which keeps me tied to the past?
There's something haunting about forgetting yourself. You're a little stranger to your own reflection caught between who you were, and who you're meant to be. And, yet, even in this haze, a small voice still whispers: It doesn't have to be this way.
Isn't it blame, blame myself, nor others.
It’s about understanding that forgetting is human, but remembering is where healing begins. If I’ve been here before, I can leave.
The road ahead may still feel uncertain, but one thing is clear: I don’t have to stay lost forever. Maybe I was never meant to stay grounded. Maybe I was always meant to leave — this planet of pain I kept orbiting. Time to find a new world within. I’m leaving — not the planet, but the pain I kept calling home.
Peace out...
~kickyourfeels
JDBC & Servlet
- Write a simple JDBC program to connect to a MySQL database and print a success message.
- Create a Servlet that prints “Hello from Servlet” on the browser.
- Create a Servlet to read two numbers from the user and display their sum.
-
Create a Servlet that demonstrates session handling using
HttpSession(store and retrieve a username).
JSP
- Create a simple JSP page that displays the current date and time.
- Create a JSP page that accepts a name from the user and displays a welcome message.
Filter
- Implement a basic Authentication Filter that allows only requests containing a specific parameter (like a token).
Spring Boot Basics
- Create a Spring Boot project using Spring Initializr and run it successfully.
- Create a REST Controller in Spring Boot that returns a simple “Hello Spring Boot” message.
Spring Boot REST APIs
- Create Spring Boot endpoints for GET and POST operations for a Student resource (without a database).
- Create a Spring Boot service class and call it from a controller to return a processed message.
Spring Boot + Database
- Connect Spring Boot to MySQL and print “Database Connected Successfully”.
- Create a Student model class and perform basic CRUD operations using Spring Boot + JDBC Template or JPA.
Testing & Documentation
- Test all REST API endpoints using Postman and document request/response outputs.
CPU Scheduling Algorithms
- Write a C program to implement the FCFS (First Come First Serve) Scheduling Algorithm.
- Write a C program to implement the SJF (Shortest Job First) Scheduling Algorithm.
- Write a C program to implement the Priority Scheduling Algorithm.
- Write a C program to implement the Round Robin Scheduling Algorithm.
Memory Allocation Algorithms
- Write a C program to implement the First Fit Allocation Algorithm.
- Write a C program to implement the Best Fit Allocation Algorithm.
- Write a C program to implement the Next Fit Allocation Algorithm.
- Write a C program to implement the Worst Fit Allocation Algorithm.
Linux Commands
- Perform any 10 basic Linux commands and display their outputs.

0 Comments