<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Kinjal Prabhakar]]></title><description><![CDATA[Kinjal Prabhakar]]></description><link>https://kinjalprabhakar.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Kinjal Prabhakar</title><link>https://kinjalprabhakar.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 14:16:17 GMT</lastBuildDate><atom:link href="https://kinjalprabhakar.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[My Journey Through the Oasis Infobyte Web Development Internship]]></title><description><![CDATA[When I signed up for the Web Development & Designing Internship at Oasis Infobyte (OIBSIP), I wasn't entirely sure what to expect. As a Computer Science Engineering student still early in my degree, I]]></description><link>https://kinjalprabhakar.hashnode.dev/my-journey-through-the-oasis-infobyte-web-development-internship</link><guid isPermaLink="true">https://kinjalprabhakar.hashnode.dev/my-journey-through-the-oasis-infobyte-web-development-internship</guid><category><![CDATA[webdev]]></category><category><![CDATA[#oasisinfobyte]]></category><category><![CDATA[internship]]></category><dc:creator><![CDATA[Kinjal Prabhakar]]></dc:creator><pubDate>Sun, 12 Jul 2026 16:06:44 GMT</pubDate><content:encoded><![CDATA[<p>When I signed up for the Web Development &amp; Designing Internship at Oasis Infobyte (OIBSIP), I wasn't entirely sure what to expect. As a Computer Science Engineering student still early in my degree, I had the classroom fundamentals of HTML and CSS down, but I hadn't yet built anything that felt like a "real" project — something I'd actually want to show someone. This internship changed that.</p>
<h2>Getting Started</h2>
<p>The internship is self-paced, which I appreciated. Instead of rigid weekly deadlines, I could work through tasks at a speed that let me actually absorb what I was learning rather than rushing to check boxes. The guidelines were clear from the start: build real projects, host the code on GitHub, document everything properly, and be ready to explain my work — not just show it.</p>
<p>That last part turned out to be the most valuable lesson of the whole internship.</p>
<h2>Task 1: SoundAura — A Product Landing Page</h2>
<p>My first task was to design a landing page for a fictional headphone brand, which I named <strong>SoundAura</strong>. I built a hero section, a features section, a product showcase with pricing, and a testimonials section — all from scratch with HTML and CSS.</p>
<p>This is where I really started appreciating the difference between "code that works" and "code that looks intentional." Small details — hover animations on buttons, a subtle glow effect on the product image, consistent spacing — made the page feel like a real brand site rather than a class assignment.</p>
<h2>Task 2: A Personal Portfolio Website</h2>
<p>For my second task, I built my own portfolio website — sections for About Me, Education, Skills, Projects, Internships, and Certifications, along with a working contact section and a downloadable resume. I added a JavaScript typing animation in the hero section, which was my first real hands-on use of JavaScript to manipulate the DOM dynamically.</p>
<p>This project also taught me an unexpected lesson: <strong>design decisions have trade-offs.</strong> I ran into an issue where my profile photo looked great on desktop but got awkwardly cropped on mobile — showing only half my face. Fixing it meant learning how `object-fit` and `object-position` actually work together, and realizing that a single line of CSS can completely change how a photo is framed across devices.</p>
<h2>Task 3: TempConvert — A Temperature Converter Tool</h2>
<p>My third project was a temperature converter supporting Celsius, Fahrenheit, and Kelvin conversions, built with HTML, CSS, and JavaScript. This was my first time writing real conversion logic and handling form validation — making sure the tool gracefully handled invalid inputs instead of just breaking.</p>
<h2>The Real Learning: Debugging in Production</h2>
<p>Honestly, the coding wasn't the hardest part. The hardest — and most useful — part was everything that came <em>after</em> writing the code:</p>
<p>- Deploying all three projects on <strong>GitHub Pages</strong>, including untangling issues with folder names containing spaces breaking my live links</p>
<p>- Resolving a <strong>merge conflict</strong> for the first time, which was intimidating until I actually did it and realized it's just about carefully reading what Git is telling you</p>
<p>- Making every single project properly <strong>responsive</strong>, catching issues like navbars overlapping, hero images overflowing off-screen, and radio buttons spilling out of their containers on smaller viewports</p>
<p>- Writing clear <strong>README documentation</strong> for each task, which forced me to explain my own project as if to someone who'd never seen it</p>
<p>None of this was covered in a lecture. I learned it by hitting an error, Googling it, trying something, and often getting it wrong before getting it right.</p>
<h2>What This Internship Gave Me</h2>
<p>Beyond the three projects sitting in my GitHub repository, I walked away from this internship with something harder to quantify: confidence that I can take an idea, build it, break it, fix it, and ship it — and that the process of fixing things is not a sign I don't know what I'm doing, but literally what building software <em>is</em>.</p>
<p>I'm grateful to [<a href="https://oasisinfobyte.com">Oasis Infobyte</a>] for structuring this internship in a way that pushed me toward real, practical skills rather than just theoretical checkboxes. If you're a student wondering whether to take on a self-paced internship like this — my advice is to actually build something you'd be proud to link on your resume, not just something that technically satisfies the requirements. The extra effort is where the real learning happens.</p>
<hr />
<p><em>I'm Kinjal Prabhakar, a B.Tech Computer Science Engineering student at Vivekananda Global University, Jaipur. You can find my projects from this internship on my</em> <a href="https://github.com/kinjalprabhakar01/OIBSIP"><em>Github</em></a><em>.</em></p>
<p>#oasisinfobyte #webdevelopment #internship #OIBSIP #HTML #CSS #Javascript</p>
]]></content:encoded></item></channel></rss>