<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adarsh Srivastava</title>
    <description>The latest articles on DEV Community by Adarsh Srivastava (@adarsh_srivastava_1d005a6).</description>
    <link>https://dev.to/adarsh_srivastava_1d005a6</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3422279%2F43981008-c838-43c5-a049-fe396d519b0a.png</url>
      <title>DEV Community: Adarsh Srivastava</title>
      <link>https://dev.to/adarsh_srivastava_1d005a6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adarsh_srivastava_1d005a6"/>
    <language>en</language>
    <item>
      <title>My Web Development Journey: From Learning to Building Projects with Oasis Infobyte</title>
      <dc:creator>Adarsh Srivastava</dc:creator>
      <pubDate>Fri, 08 Aug 2025 17:03:35 +0000</pubDate>
      <link>https://dev.to/adarsh_srivastava_1d005a6/my-web-development-journey-from-learning-to-building-projects-with-oasis-infobyte-55f</link>
      <guid>https://dev.to/adarsh_srivastava_1d005a6/my-web-development-journey-from-learning-to-building-projects-with-oasis-infobyte-55f</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As a computer science student passionate about web development, I recently had the opportunity to intern at Oasis Infobyte. During this internship, I worked on multiple beginner-friendly yet industry-relevant projects that helped me solidify my understanding of HTML, CSS, and JavaScript. In this blog, I’ll walk you through my experience building these projects and what I learned from each.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project 1: VPN Landing Page&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first project I built was a landing page for a VPN service. This project helped me practice the fundamentals of HTML and CSS, especially layout design, visual hierarchy, and responsiveness.&lt;/p&gt;

&lt;p&gt;Key Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Clean and modern UI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Hero section with CTA button&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Responsive design&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Background image with parallax effect&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I Learned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Structuring HTML semantically&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Using Flexbox and Grid for layouts&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Applying parallax scrolling effect&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Working with background images and color schemes&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Project 2: Personal Portfolio Website&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The second project involved building a personal portfolio website to showcase my work, skills, and contact details.&lt;/p&gt;

&lt;p&gt;Key Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;About Me section&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Skills sections&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Contact form&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Responsive navigation bar&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I Learned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Organizing multi-section pages&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Designing consistent UI&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enhancing UX through smooth scrolling and animations&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This portfolio also serves as a live resume and helped me practice real-world design thinking.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Project 3: Temperature Converter&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Lastly, I developed a temperature converter using basic HTML, CSS, and JavaScript. It was a simple but functional project aimed at reinforcing my JavaScript fundamentals.&lt;/p&gt;

&lt;p&gt;Key Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Input field to enter temperature&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dropdown to select between Celsius and Fahrenheit&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;"Convert" button to display the result&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clean and user-friendly UI&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I Learned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;DOM manipulation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Handling user input and validation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Writing clean and readable JavaScript&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;*&lt;em&gt;Final Thoughts *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Interning at Oasis Infobyte gave me practical exposure to building web-based interfaces. These projects were a great starting point and helped me better understand how front-end development works in real-world scenarios.&lt;/p&gt;

&lt;p&gt;If you're starting your journey in web development, I highly recommend taking on similar beginner projects. Not only do they strengthen your skills, but they also give you tangible results to showcase in your portfolio.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and stay tuned for more updates on my development journey!&lt;/p&gt;

&lt;p&gt;You can visit Oasis Infobyte at oasisinfobyte.com&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
