<?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: Shradha Biradar</title>
    <description>The latest articles on DEV Community by Shradha Biradar (@shradha_biradar_f9f8e5879).</description>
    <link>https://dev.to/shradha_biradar_f9f8e5879</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%2F3873553%2F56b399b6-5f2e-48a5-a87a-803574bb0a98.png</url>
      <title>DEV Community: Shradha Biradar</title>
      <link>https://dev.to/shradha_biradar_f9f8e5879</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shradha_biradar_f9f8e5879"/>
    <language>en</language>
    <item>
      <title>The Real Life of an Engineer: Beyond Books and Code</title>
      <dc:creator>Shradha Biradar</dc:creator>
      <pubDate>Sat, 11 Apr 2026 13:38:21 +0000</pubDate>
      <link>https://dev.to/shradha_biradar_f9f8e5879/the-real-life-of-an-engineer-beyond-books-and-code-23a6</link>
      <guid>https://dev.to/shradha_biradar_f9f8e5879/the-real-life-of-an-engineer-beyond-books-and-code-23a6</guid>
      <description>&lt;h1&gt;
  
  
  💻 Inside an Engineer’s Life: Code, Chaos, and Creativity
&lt;/h1&gt;

&lt;h2&gt;
  
  
  📌 Introduction
&lt;/h2&gt;

&lt;p&gt;Engineering life is a mix of &lt;strong&gt;assignments, coding, deadlines, and dreams&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
Every day brings new challenges and learning opportunities.&lt;/p&gt;


&lt;h2&gt;
  
  
  ⏰ A Typical Day
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Wake up early (or sometimes late 😅)&lt;/li&gt;
&lt;li&gt;Attend lectures and practicals&lt;/li&gt;
&lt;li&gt;Work on coding assignments&lt;/li&gt;
&lt;li&gt;Group discussions and project work&lt;/li&gt;
&lt;li&gt;Late-night study sessions before exams&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  🖼️ Engineer Life Moments
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvia.placeholder.com%2F800x400" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvia.placeholder.com%2F800x400" alt="Engineering Life" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;💡 Tip: Add a &lt;strong&gt;cover image&lt;/strong&gt; while publishing to make your post more attractive.&lt;/p&gt;
&lt;/blockquote&gt;


&lt;h2&gt;
  
  
  🌐 Reality vs Expectation
&lt;/h2&gt;
&lt;h3&gt;
  
  
  🎥 Engineer Life Video
&lt;/h3&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  🐦 Student Life Tweet
&lt;/h3&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-463440424141459456-669" src="https://platform.twitter.com/embed/Tweet.html?id=463440424141459456"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-463440424141459456-669');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=463440424141459456&amp;amp;theme=dark"
  }



&lt;/p&gt;




&lt;h2&gt;
  
  
  💻 Coding Struggles
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
python
# Every engineer at some point 😅
while True:
    try:
        code()
    except Bug:
        fix_bug()
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
    <item>
      <title>Markdown Guide: Format, Embed, and Publish Like a Pro.</title>
      <dc:creator>Shradha Biradar</dc:creator>
      <pubDate>Sat, 11 Apr 2026 13:27:48 +0000</pubDate>
      <link>https://dev.to/shradha_biradar_f9f8e5879/write-better-blog-posts-using-markdown-and-rich-content-23gn</link>
      <guid>https://dev.to/shradha_biradar_f9f8e5879/write-better-blog-posts-using-markdown-and-rich-content-23gn</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Create Engaging Posts with Markdown and Rich Content
&lt;/h1&gt;

&lt;h2&gt;
  
  
  📌 Introduction
&lt;/h2&gt;

&lt;p&gt;Learn how to write beautifully formatted posts using &lt;strong&gt;Markdown&lt;/strong&gt;, add images, embed videos, and include AI coding sessions.&lt;/p&gt;




&lt;h2&gt;
  
  
  ✍️ Markdown Basics
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Text Formatting
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bold Text&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Italic Text&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;Strikethrough&lt;/del&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Lists
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Easy to write&lt;/li&gt;
&lt;li&gt;Clean structure

&lt;ul&gt;
&lt;li&gt;Sub-points supported&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.openai.com" rel="noopener noreferrer"&gt;OpenAI&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🖼️ Adding Images
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvia.placeholder.com%2F800x400" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fvia.placeholder.com%2F800x400" alt="Sample Image" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;💡 Tip: You can also drag and drop a &lt;strong&gt;cover image&lt;/strong&gt; while publishing.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🌐 Embedding Rich Content
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🎥 YouTube Video
&lt;/h3&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  🐦 Tweet
&lt;/h3&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-463440424141459456-921" src="https://platform.twitter.com/embed/Tweet.html?id=463440424141459456"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-463440424141459456-921');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=463440424141459456&amp;amp;theme=dark"
  }



&lt;/p&gt;




&lt;h2&gt;
  
  
  💻 Code Example
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
javascript
// Simple JavaScript Example
function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("Shradha"));
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
