RK Rahul profile picture

Hi, It's Rk Rahul

I’m a Web Developer Front-End Developer Web Designer Creative Developer UI/UX Front-End Developer

I am a dynamic and motivated Information Science & Engineering student, eager to apply my knowledge and skills in a professional, growth-focused environment. I enjoy building modern, responsive, and user-friendly websites, and I’m always excited to learn and contribute to impactful projects.

Hire Me

My Skills

Java

Python

C / C++

SQL

HTML / CSS

My Education

πŸŽ“ B.E. in Information Science & Engineering

Sapthagiri College of Engineering, Bengaluru | 2021 – 2025

Completed Bachelor’s degree in July 2025 with a CGPA of 7.21. Gained strong fundamentals in programming, data structures, databases, and software development.

🏫 Pre-University (12th Grade)

National PU College, Karnataka | 2019 – 2021

Completed PU with a 73.33%. Focused on science and mathematics, which strengthened problem-solving and logical thinking skills.

πŸ“˜ SSLC (10th Grade)

National High School, Karnataka | 2018 – 2019

Achieved 77.60% in State Board examinations, building a strong academic foundation.

My Projects

🎬 Movie Ticket Booking System

PHP | Mini Project

Designed a movie ticket booking platform where users can view movies, book seats, and manage bookings.

πŸ” Biometric Security with Iris Watermarking

Python | Security Project

Developed a biometric authentication system using iris-based watermarking and encryption methods.

🌱 Crop Recommendation System

Python + AIML

Built a machine learning model that recommends crops based on soil type, climate conditions, and historical yield data.

πŸ’³ Loan Sanction Prediction

Machine Learning | Logistic Regression

Created a predictive model to analyze applicant data and classify loan eligibility.

My Experience

πŸ’Ό Cybersecurity Analyst Intern – TATA

2024

Worked on Identity & Access Management fundamentals during a cybersecurity job simulation program.

πŸ’» Skills Build Intern – IBM

2024

Completed a 2-week internship on job readiness, IT fundamentals, and hands-on learning modules provided by IBM.

πŸ–₯️ Front-End Intern – Bharat Electronics Ltd

2023

Contributed to an offline image detection project. Designed and developed responsive front-end interfaces.

My Certificates

Certificate 1
Certificate 2
Certificate 3
Certificate 4
Certificate 5
#flying-character { position: fixed; font-size: 40px; cursor: pointer; animation: flyAround 15s linear infinite alternate; z-index: 9999; } @keyframes flyAround { 0% { top: 10%; left: 10%; transform: rotate(0deg) scale(1); } 25% { top: 20%; left: 70%; transform: rotate(20deg) scale(1.1); } 50% { top: 70%; left: 50%; transform: rotate(-20deg) scale(1.2); } 75% { top: 40%; left: 80%; transform: rotate(10deg) scale(1.1); } 100% { top: 60%; left: 20%; transform: rotate(-10deg) scale(1); } }