<?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: RamyaKaruturi</title>
    <description>The latest articles on DEV Community by RamyaKaruturi (@ramyakaruturi).</description>
    <link>https://dev.to/ramyakaruturi</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3399780%2Fec295470-05f3-4cc0-90b1-26981640d4f0.jpg</url>
      <title>DEV Community: RamyaKaruturi</title>
      <link>https://dev.to/ramyakaruturi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ramyakaruturi"/>
    <language>en</language>
    <item>
      <title>📘 Foundation Phase Completed - Starting Phase 2 of My Journey</title>
      <dc:creator>RamyaKaruturi</dc:creator>
      <pubDate>Mon, 29 Sep 2025 04:42:59 +0000</pubDate>
      <link>https://dev.to/ramyakaruturi/foundation-phase-completed-starting-phase-2-of-my-journey-5f5k</link>
      <guid>https://dev.to/ramyakaruturi/foundation-phase-completed-starting-phase-2-of-my-journey-5f5k</guid>
      <description>&lt;h2&gt;
  
  
  🛠️ Foundation Phase Recap (Aug 11 – Sep 28)
&lt;/h2&gt;

&lt;p&gt;I started my foundation phase on August 11 with the goal of building comfort in scripting, querying, and managing environments. Over the past seven weeks, I’ve explored Linux, Cloud, SQL, and built my first ETL pipeline. Each week had its own focus, and I’ve documented everything on &lt;a href="https://ramyakaruturi.hashnode.dev/" rel="noopener noreferrer"&gt;Hashnode&lt;/a&gt; and &lt;a href="https://github.com/LeelaRamyaSri93" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  🔹 Week 1: Linux Basics and Cloud Introduction
&lt;/h3&gt;

&lt;p&gt;This week was about getting familiar with Linux commands and understanding cloud architecture. I practiced workflows like navigation, file management, permissions, and package handling. On the cloud side, I explored service models and AWS basics.&lt;/p&gt;

&lt;p&gt;📄 Hashnode Article: &lt;a href="https://ramyakaruturi.hashnode.dev/foundation-phase-week-1-and-week-2-linux-and-cloud-fundamentals" rel="noopener noreferrer"&gt;Week 1 &amp;amp; Week 2 – Linux and Cloud Fundamentals&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📂 GitHub Documentation: &lt;a href="http://bit.ly/3VFxTbG" rel="noopener noreferrer"&gt;Week 1 – Reflections&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🔹 Week 2: Continued Linux Practice and Cloud Concepts
&lt;/h3&gt;

&lt;p&gt;I refined my Linux skills with process control, scheduling tasks, and monitoring system resources. I also explored IAM roles and EC2 setup in AWS.&lt;/p&gt;

&lt;p&gt;📄 Hashnode Article: &lt;a href="https://ramyakaruturi.hashnode.dev/foundation-phase-week-1-and-week-2-linux-and-cloud-fundamentals" rel="noopener noreferrer"&gt;Week 1 &amp;amp; Week 2 – Linux and Cloud Fundamentals&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📂 GitHub Documentation: &lt;a href="https://bit.ly/3IoPhP4" rel="noopener noreferrer"&gt;Week 2 – Reflections&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🔹 Week 3: PostgreSQL Practice and Query Mastery
&lt;/h3&gt;

&lt;p&gt;This week was focused on SQL. I designed a mini sales database and solved 50+ queries across filtering, joins, aggregations, and window functions. It helped me understand relational logic and query design.&lt;/p&gt;

&lt;p&gt;📄 Hashnode Article: &lt;a href="https://ramyakaruturi.hashnode.dev/foundation-phase-week-3-postgresql-practice-and-query-mastery" rel="noopener noreferrer"&gt;Week 3 – PostgreSQL Practice &amp;amp; Query Mastery&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📂 GitHub Documentation: &lt;a href="https://bit.ly/42UHRd7" rel="noopener noreferrer"&gt;Week 3 – Reflections&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  ⏸️ Sep 1 – Sep 6: Break Week
&lt;/h3&gt;

&lt;p&gt;I didn’t work on foundation topics this week. I was involved in other tasks not related to this phase, so I didn’t count this as part of the learning timeline.&lt;/p&gt;




&lt;h3&gt;
  
  
  🔹 Week 4: ETL Pipeline Project
&lt;/h3&gt;

&lt;p&gt;This week was all about building. I created a beginner-friendly ETL pipeline using Linux shell scripting, Python (pandas), and PostgreSQL. I extracted, transformed, and loaded drug label data into a structured database.&lt;/p&gt;

&lt;p&gt;📄 Hashnode Article: &lt;a href="https://ramyakaruturi.hashnode.dev/building-my-first-etl-pipeline-with-linux-python-and-postgresql-a-beginners-data-engineering-project" rel="noopener noreferrer"&gt;My First ETL Pipeline&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📂 GitHub Repository: &lt;a href="https://github.com/LeelaRamyaSri93/Linux_ETL_Pipeline" rel="noopener noreferrer"&gt;Linux_ETL_Pipeline&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🔹 Week 5: Thinking Like a Builder
&lt;/h3&gt;

&lt;p&gt;This week was a mindset shift. I stopped just running commands and started designing systems.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Practiced shell scripting with error handling
&lt;/li&gt;
&lt;li&gt;Explored Docker basics
&lt;/li&gt;
&lt;li&gt;Worked with EC2, Lambda, and S3 lifecycle rules
&lt;/li&gt;
&lt;li&gt;Documented daily reflections with clarity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📄 Hashnode Article: &lt;a href="https://ramyakaruturi.hashnode.dev/week-5-the-week-i-started-thinking-like-a-builder" rel="noopener noreferrer"&gt;Week 5 – The Week I Started Thinking Like a Builder&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📂 GitHub Documentation: &lt;a href="http://bit.ly/42VRB6X" rel="noopener noreferrer"&gt;Week 5 – Reflections&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🧠 Week 6: Internship Work – Smart Fridge Annotation
&lt;/h3&gt;

&lt;p&gt;After Week 5, I planned to start Phase 2. But as part of my internship, I was assigned to work on data collection and annotation for smart fridge images.&lt;br&gt;&lt;br&gt;
This week, I focused on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collecting diverse fridge images
&lt;/li&gt;
&lt;li&gt;Annotating items shelf by shelf&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 Starting Phase 2: Core Workflows
&lt;/h2&gt;

&lt;p&gt;Now that the foundation phase is complete, I’m officially starting Phase 2 of my journey.&lt;br&gt;&lt;br&gt;
This phase will focus on how data moves, transforms, and gets scheduled.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔧 Phase 2 Plan (Sep 29 – Early Dec)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data Extraction&lt;/strong&gt;: APIs, web scraping, Selenium
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Ingestion&lt;/strong&gt;: Kafka, Spark, Flink
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Orchestration&lt;/strong&gt;: Airflow, dbt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ll continue documenting each week with clarity sharing both technical progress and mindset shifts.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Foundation gave me clarity. Now I’m building momentum.”&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>dataengineering</category>
      <category>learning</category>
      <category>linux</category>
      <category>cloudcomputing</category>
    </item>
    <item>
      <title>I’m Not Chasing a Job - I’m Building Myself</title>
      <dc:creator>RamyaKaruturi</dc:creator>
      <pubDate>Sun, 10 Aug 2025 14:01:57 +0000</pubDate>
      <link>https://dev.to/ramyakaruturi/im-not-chasing-a-job-im-building-myself-36i4</link>
      <guid>https://dev.to/ramyakaruturi/im-not-chasing-a-job-im-building-myself-36i4</guid>
      <description>&lt;h2&gt;
  
  
  🌱 Why I’m Writing This
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;This isn’t a portfolio piece.&lt;br&gt;&lt;br&gt;
This isn’t a checklist for placement.&lt;br&gt;&lt;br&gt;
This is me, choosing to grow intentionally, publicly, and without shortcuts.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Over the past few weeks, I’ve realized that real progress doesn’t come from chasing outcomes. It comes from building systems, solving problems, and staying curious. So I created a 6-month learning plan to deepen my understanding of tools and workflows that shape how I think, build, and solve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This blog marks the beginning of that journey.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🧭 My 3-Phase Learning Plan
&lt;/h2&gt;

&lt;p&gt;I’ve split my learning into three phases — each one designed to build depth, not just breadth.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔧 &lt;strong&gt;Phase 1: Foundation&lt;/strong&gt; &lt;em&gt;(Aug – Mid Sep)&lt;/em&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages:&lt;/strong&gt; Python, SQL, Java, Scala
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Systems:&lt;/strong&gt; Linux (Ubuntu), Bash scripting
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud Basics:&lt;/strong&gt; IAM, EC2, S3
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Focus:&lt;/strong&gt; Build comfort with scripting, querying, and managing environments.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔄 &lt;strong&gt;Phase 2: Core Workflows&lt;/strong&gt; &lt;em&gt;(Mid Sep – Early Dec)&lt;/em&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data Extraction:&lt;/strong&gt; APIs, web scraping, Selenium
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Ingestion:&lt;/strong&gt; Kafka, Spark, Flink
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Orchestration:&lt;/strong&gt; Airflow, dbt
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Focus:&lt;/strong&gt; Learn how data moves, transforms, and gets scheduled.&lt;/p&gt;

&lt;h3&gt;
  
  
  🚀 &lt;strong&gt;Phase 3: Production-Ready Skills&lt;/strong&gt; &lt;em&gt;(Mid Dec – Feb)&lt;/em&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Infrastructure:&lt;/strong&gt; Docker, Terraform, Kubernetes
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automation:&lt;/strong&gt; GitHub Actions
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Warehousing:&lt;/strong&gt; Snowflake
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Focus:&lt;/strong&gt; Build scalable, deployable, and automated workflows.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 Why This Matters to Me
&lt;/h2&gt;

&lt;p&gt;I’m not trying to master every tool.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;I’m trying to understand how they fit together.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;I want to be able to build something end-to-end — from raw data to insight, from script to system.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
And I want to do it in a way that feels authentic, not performative.&lt;/p&gt;

&lt;p&gt;This blog is my way of staying accountable, reflecting on what I learn, and connecting with others who are building themselves too.&lt;/p&gt;




&lt;h2&gt;
  
  
  📅 Timeline Snapshot
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;🧩 Phase&lt;/th&gt;
&lt;th&gt;⏳ Timeframe&lt;/th&gt;
&lt;th&gt;🎯 Focus Areas&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;🔧 Foundation&lt;/td&gt;
&lt;td&gt;Aug – Mid Sep&lt;/td&gt;
&lt;td&gt;Core languages + Linux + Cloud basics&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🔄 Core Workflows&lt;/td&gt;
&lt;td&gt;Mid Sep – Early Dec&lt;/td&gt;
&lt;td&gt;Extraction, Ingestion, Orchestration&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🚀 Production&lt;/td&gt;
&lt;td&gt;Mid Dec – Feb&lt;/td&gt;
&lt;td&gt;Infra, Automation, Warehousing&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  💬 What’s Next
&lt;/h2&gt;

&lt;p&gt;I’ll be sharing &lt;strong&gt;weekly updates&lt;/strong&gt;, &lt;strong&gt;mini-projects&lt;/strong&gt;, and &lt;strong&gt;reflections&lt;/strong&gt; — not just the polished stuff, but the messy middle too.&lt;/p&gt;

&lt;p&gt;If you’re on a similar path, &lt;strong&gt;let’s connect. Let’s learn out loud.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Drop a comment if you’re building yourself too — I’d love to learn from your journey.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>dataengineering</category>
      <category>learning</category>
      <category>techjourney</category>
      <category>growthmindset</category>
    </item>
    <item>
      <title>This Isn’t a Success Story…Yet</title>
      <dc:creator>RamyaKaruturi</dc:creator>
      <pubDate>Fri, 01 Aug 2025 03:12:00 +0000</pubDate>
      <link>https://dev.to/ramyakaruturi/this-isnt-a-success-storyyet-44a6</link>
      <guid>https://dev.to/ramyakaruturi/this-isnt-a-success-storyyet-44a6</guid>
      <description>&lt;p&gt;Hey DEV community! I’m Ramya an undergraduate in Artificial Intelligence and Data Science, steadily navigating my way into cloud-native data engineering.&lt;/p&gt;

&lt;p&gt;This post isn’t a portfolio of finished projects or polished achievements. It’s a record of the building phase: the hours spent understanding concepts, breaking things, fixing them, and occasionally just staring at code until something clicks.&lt;/p&gt;

&lt;p&gt;I chose this path not for shiny titles, but for the invisible architecture behind great system the pipelines, the orchestration, the quiet backbone of real-time data. These are the things that keep me curious.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m Currently Exploring
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Designing cloud-native workflows
&lt;/li&gt;
&lt;li&gt;Learning tools like Apache Airflow, Python, and Spark
&lt;/li&gt;
&lt;li&gt;Documenting insights and challenges openly, as I learn
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Writing is how I make sense of what I’m learning. If you're somewhere in that messy middle of learning, building, doubting, repeating… welcome. You’re not alone.&lt;/p&gt;

&lt;p&gt;This isn’t a success story.&lt;br&gt;
But it’s mine.&lt;br&gt;
And it’s unfolding one step, one post, one pipeline at a time.&lt;/p&gt;




&lt;h3&gt;
  
  
  Let’s Connect
&lt;/h3&gt;

&lt;p&gt;If you’re exploring similar tools or just figuring things out, I’d love to hear your story too. Drop a comment or share your favorite resources!&lt;/p&gt;

</description>
      <category>dataengineering</category>
      <category>cloudnative</category>
      <category>learning</category>
      <category>techwriting</category>
    </item>
  </channel>
</rss>
