<?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: Rabiul Hossen</title>
    <description>The latest articles on DEV Community by Rabiul Hossen (@rabiulhossen).</description>
    <link>https://dev.to/rabiulhossen</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%2F906591%2F901a6c64-c0ef-44fb-b2ad-131fda2987fb.jpg</url>
      <title>DEV Community: Rabiul Hossen</title>
      <link>https://dev.to/rabiulhossen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rabiulhossen"/>
    <language>en</language>
    <item>
      <title>Improve Your Software Engineering Career By Means Of Better Communication</title>
      <dc:creator>Rabiul Hossen</dc:creator>
      <pubDate>Tue, 22 Apr 2025 16:53:32 +0000</pubDate>
      <link>https://dev.to/rabiulhossen/improve-your-software-engineering-career-by-means-of-better-communication-3p9o</link>
      <guid>https://dev.to/rabiulhossen/improve-your-software-engineering-career-by-means-of-better-communication-3p9o</guid>
      <description>&lt;p&gt;Improve Your Software Engineering Career By Means Of Better Communication&lt;/p&gt;

&lt;p&gt;Have you ever questioned why certain software engineers progress more quickly in their professions? It’s about communication, not only about coding abilities.&lt;/p&gt;

&lt;p&gt;Your career as a software engineer may be propelled ahead by the hidden component of your capacity to communicate clearly. Your professional development is greatly influenced by how you engage with your team, management, and partners even if you write perfect code.&lt;/p&gt;

&lt;p&gt;Experience has taught me six important communication lessons — usually the difficult way — that I wish someone had told me sooner in my career:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Know Your Audience:&lt;/strong&gt; Customise your message accordingly. Talk about commercial effect rather than technical details when dealing with management. Before getting into specifics, start written conversations with a short synopsis so readers may interact at their chosen depth.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Guide the topic, direction, and flow of a discussion:&lt;/strong&gt; Great engineers don’t only provide choices; they do so with justification. Be proactive, express your opinion, and use careful questions to drive discussions further.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Show empathy and understanding:&lt;/strong&gt; Reflecting back what people have expressed shows them they are being heard. Beginning with “Let me make sure I understand correctly” builds confidence and teamwork even in conflict.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Organize your thoughts and information logically:&lt;/strong&gt; Organized communication helps people understand your message fast. Document using logical frameworks, use visual aids as needed, and give key information first, then supporting details.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Learn how to politely and clearly refuse requests:&lt;/strong&gt; Learn to say no to requests by clarifying your present priorities and offering other options. A careful “no” that provides background and potential future solutions keeps relationships intact and helps you stay focused.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Express gratitude:&lt;/strong&gt; Publicly acknowledge contributions and follow up to convey the influence of others’ support. Small acts of thanks even help to build team connections and foster a good workplace.&lt;/p&gt;

&lt;p&gt;Which communication abilities have helped you progress in your career? I would be interested to know which of these most closely relates to your background.&lt;/p&gt;

&lt;h1&gt;
  
  
  SoftwareEngineering #CommunicationSkills #CareerGrowth #TeamCollaboration #ProfessionalDevelopment #CareerAdvancement #TechSkills #WorkplaceEffectiveness #ActiveListening
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>10 Advance HTML tag you should know!</title>
      <dc:creator>Rabiul Hossen</dc:creator>
      <pubDate>Sun, 08 Jan 2023 16:19:23 +0000</pubDate>
      <link>https://dev.to/rabiulhossen/10-advance-html-tag-you-should-know-e8e</link>
      <guid>https://dev.to/rabiulhossen/10-advance-html-tag-you-should-know-e8e</guid>
      <description>&lt;p&gt;Nowadays web development demand is increasing rapidly and People are increasingly leaning toward it. So it is very important to be efficient in the development field. As an experienced and enthusiastic developer, you should know HTML in detail which your work easier in daily programming life.&lt;br&gt;
In this article, I am writing about 10 advanced HTML tags. I hope you will benefit from this.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The details&amp;gt; element is used to generate a widget that can be opened and closed by the user. It is commonly used to offer the user additional details that are not directly related to the page's content. The details&amp;gt; element contains a single child element, which must be an &lt;code&gt;&amp;lt;summary&amp;gt;&lt;/code&gt; element, which acts as a summary or label for the details. The &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; element contains the rest of the material.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;summary&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In HTML, the summary&amp;gt; element is used as a child element of the details&amp;gt; element. The summary&amp;gt; element's content is typically displayed to the user as a clickable widget that, when clicked, reveals the rest of the content contained within the details&amp;gt; element.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;datalist&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can use the HTML tag &lt;code&gt;&amp;lt;datalist&amp;gt;&lt;/code&gt; to create a dropdown or searchable text inside an input field without using any javascript.&lt;/p&gt;

&lt;p&gt;The&lt;code&gt;&amp;lt;datalist&amp;gt;&lt;/code&gt; tag provides a pre-defined list of autocomplete options for the input element. Simply use the tag  to add a list of options inside the element&lt;code&gt;&amp;lt;datalist&amp;gt;&lt;/code&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The&lt;code&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt; element enables the creation of popup dialogs and modals on a web page. It can be used to create modal dialogs or other types of overlays that required the user's involvement before being dismissed.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;meter&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The meter&amp;gt; tag defines a scalar measurement or a fractional value inside a defined range. It is frequently used to display gauged or measured data, such as progress bars, thermometers, or use meters.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;cite&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The title of a creative work, such as a book, film, sculpture, or lyric, is indicated by the &lt;code&gt;&amp;lt;cite&amp;gt;&lt;/code&gt; element. It is used to give credit to the work's original creator. The &lt;code&gt;&amp;lt;cite&amp;gt;&lt;/code&gt; element's content is normally presented in italics text.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The &lt;code&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt; tag is used to group related elements in form sections. The &lt;code&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt; tag creates a box around related items and can also be used to create an aesthetically designed box around form elements.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;legend&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The &lt;code&gt;&amp;lt;legend&amp;gt;&lt;/code&gt; element represents a caption for a &lt;code&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt; element in an HTML form. It should be the first child element of the &lt;code&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt; element.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;&amp;lt;del&amp;gt;&lt;/code&gt; &amp;amp; &lt;code&gt;&amp;lt;ins&amp;gt;&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Tell the user what the previous content was if you want to indicate that the content has been updated.Then, you can do it using the HTML tags del and ins.&lt;/p&gt;

&lt;p&gt;A group of newly inserted text to a document is represented by the HTML element&lt;code&gt;&amp;lt;ins&amp;gt;&lt;/code&gt;. The &lt;code&gt;&amp;lt;del&amp;gt;&lt;/code&gt; element can be used to represent a section of text that has been removed from the document in a similar way.&lt;/p&gt;

&lt;p&gt;10.&lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt; &amp;amp; &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The &lt;code&gt;&amp;lt;sup&amp;gt;&lt;/code&gt; element represents a superscript, which is a small piece of text that is displayed above the baseline around it. It is frequently used to signify a footnote or to indicate that a piece of text is a reference or citation.&lt;br&gt;
The &lt;code&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;tag provides subscript text. Subscript text appears half a character below the normal line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Happy Coding, Happy Learning&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
