<?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: Harshad Prajapati</title>
    <description>The latest articles on DEV Community by Harshad Prajapati (@harshad_tweet).</description>
    <link>https://dev.to/harshad_tweet</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%2F425150%2F9366c02e-fc0b-4bee-ac70-1aac007e7dc6.jpg</url>
      <title>DEV Community: Harshad Prajapati</title>
      <link>https://dev.to/harshad_tweet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harshad_tweet"/>
    <language>en</language>
    <item>
      <title>Common Job Hunting Hack – Guessing Work Emails Professionally</title>
      <dc:creator>Harshad Prajapati</dc:creator>
      <pubDate>Sat, 05 Jul 2025 16:39:52 +0000</pubDate>
      <link>https://dev.to/harshad_tweet/common-job-hunting-hack-guessing-work-emails-professionally-2j4l</link>
      <guid>https://dev.to/harshad_tweet/common-job-hunting-hack-guessing-work-emails-professionally-2j4l</guid>
      <description>&lt;p&gt;So it's a common situation.&lt;/p&gt;

&lt;p&gt;Many of us are applying for jobs, hoping for a referral, or trying to connect with someone who’s already working at a company we admire.&lt;/p&gt;

&lt;p&gt;But sometimes, LinkedIn doesn’t show a "Message" option — or we’re not connected yet.&lt;/p&gt;

&lt;p&gt;In such cases, guessing a professional work email (ethically and respectfully) can help us reach out directly.&lt;/p&gt;

&lt;p&gt;Let’s understand how this works 👇&lt;/p&gt;

&lt;p&gt;The Setup&lt;br&gt;
You know someone’s full name:&lt;br&gt;
Example: John Doe&lt;/p&gt;

&lt;p&gt;And the company they work at uses a domain like:&lt;br&gt;
examplecompany.com&lt;/p&gt;

&lt;p&gt;Just like how CSS has layout patterns, email formats often follow common structures too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Most Common Email Patterns&lt;/strong&gt;&lt;br&gt;
Here are the patterns most companies use:&lt;/p&gt;

&lt;p&gt;Format  Guessed Email&lt;br&gt;
&lt;a href="mailto:john@examplecompany.com"&gt;john@examplecompany.com&lt;/a&gt; firstname&lt;br&gt;
&lt;a href="mailto:john.doe@examplecompany.com"&gt;john.doe@examplecompany.com&lt;/a&gt; firstname.lastname&lt;br&gt;
&lt;a href="mailto:j.doe@examplecompany.com"&gt;j.doe@examplecompany.com&lt;/a&gt;    firstinitial.lastname&lt;br&gt;
&lt;a href="mailto:john.d@examplecompany.com"&gt;john.d@examplecompany.com&lt;/a&gt;   firstname.lastinitial&lt;br&gt;
&lt;a href="mailto:johndoe@examplecompany.com"&gt;johndoe@examplecompany.com&lt;/a&gt;  full name, no separator&lt;br&gt;
&lt;a href="mailto:j_doe@examplecompany.com"&gt;j_doe@examplecompany.com&lt;/a&gt;    firstname_lastname&lt;br&gt;
&lt;a href="mailto:jdoe@examplecompany.com"&gt;jdoe@examplecompany.com&lt;/a&gt; firstinitial+lastname&lt;/p&gt;

&lt;p&gt;Try a few of these combinations if you’re writing a polite, respectful cold email.&lt;/p&gt;

&lt;p&gt;(Just remember to use BCC when trying multiple guesses.)&lt;/p&gt;

&lt;p&gt;Use It Respectfully 💡&lt;br&gt;
This is not about spamming — it’s about professional networking.&lt;/p&gt;

&lt;p&gt;You’re simply trying to reach out to someone with similar interests, or to learn more about an opportunity.&lt;/p&gt;

&lt;p&gt;Like in CSS:&lt;/p&gt;

&lt;p&gt;opacity: 0 → It's there but not visible&lt;/p&gt;

&lt;p&gt;display: none → It’s not rendered at all&lt;/p&gt;

&lt;p&gt;Be like opacity: 0. Present, polite, and non-intrusive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bonus Prompt for AI&lt;/strong&gt;&lt;br&gt;
If you're using AI tools like ChatGPT, here’s a simple prompt:&lt;/p&gt;

&lt;p&gt;“Given the name ‘John Doe’ and the domain ‘examplecompany.com’, list the top 10 most likely corporate email formats for reaching out professionally.”&lt;/p&gt;

&lt;p&gt;Final Thought&lt;br&gt;
This trick won’t always work, but it’s worth trying — especially if you’re genuinely interested and respectful in your approach.&lt;/p&gt;

&lt;p&gt;Sometimes, one thoughtful email is all it takes to open a door.&lt;/p&gt;

&lt;p&gt;All the best 😊&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Common CSS Interview questions - Opacity Zero vs Display none</title>
      <dc:creator>Harshad Prajapati</dc:creator>
      <pubDate>Wed, 12 Jul 2023 07:19:50 +0000</pubDate>
      <link>https://dev.to/harshad_tweet/common-css-interview-questions-opacity-zero-vs-display-none-22g3</link>
      <guid>https://dev.to/harshad_tweet/common-css-interview-questions-opacity-zero-vs-display-none-22g3</guid>
      <description>&lt;p&gt;So it's a common question. &lt;/p&gt;

&lt;p&gt;Many of you are familiar with it. &lt;/p&gt;

&lt;p&gt;However, having information can be beneficial not only for interviews but also for our actual development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Opacity - zero&lt;/strong&gt;&lt;br&gt;
Imagine a dark room with no light. You are present inside, but you cannot see anything. Nevertheless, that room does exist in reality.&lt;/p&gt;

&lt;p&gt;Therefore, in the end, something is present, but it remains unseen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Display none&lt;/strong&gt;&lt;br&gt;
In this case, there is no room at all. You cannot enter the room, and it simply does not exist.&lt;/p&gt;

&lt;p&gt;All the best 😊&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Node.js and Express.js with env variable </title>
      <dc:creator>Harshad Prajapati</dc:creator>
      <pubDate>Tue, 08 Mar 2022 21:38:24 +0000</pubDate>
      <link>https://dev.to/harshad_tweet/nodejs-and-expressjs-with-env-variable-44c3</link>
      <guid>https://dev.to/harshad_tweet/nodejs-and-expressjs-with-env-variable-44c3</guid>
      <description>&lt;p&gt;Hey There!&lt;/p&gt;

&lt;p&gt;Just a sharing my knowledge on below&lt;br&gt;
&lt;strong&gt;Topic:&lt;/strong&gt; Node.js, Express.js&lt;/p&gt;

&lt;p&gt;Where I used&lt;br&gt;
&lt;strong&gt;Package&lt;/strong&gt; &lt;a href="https://www.npmjs.com/package/dotenv"&gt;dotenv&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Great! It looks like to know more about this...&lt;/p&gt;

&lt;p&gt;I got one requirement, Where I have run my Node.js App with env variable.&lt;/p&gt;

&lt;p&gt;So with the help of &lt;a href="https://www.npmjs.com/package/dotenv"&gt;dotenv&lt;/a&gt; package, I achieved this&lt;/p&gt;

&lt;p&gt;Where you have to follow these steps;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add Package&lt;/strong&gt;&lt;br&gt;
 &lt;code&gt;npm install dotenv --save&lt;/code&gt; (will add package on your project)&lt;br&gt;
&lt;strong&gt;Change in package.json file&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;node -r dotenv/config your_script.js&lt;/code&gt; (change your package.json start or dev script what you want trigger)&lt;br&gt;
&lt;strong&gt;Add .env file&lt;/strong&gt;&lt;br&gt;
add env file in the root of your project and add your favorite variable&lt;/p&gt;

&lt;p&gt;That's it run &lt;code&gt;npm start&lt;/code&gt; (or &lt;code&gt;npm run dev&lt;/code&gt; as per your script).&lt;/p&gt;

&lt;p&gt;You will see that your app running with provided &lt;code&gt;.env&lt;/code&gt; file's variable &lt;/p&gt;

&lt;p&gt;So while working with this I extracted basic code to run Node.js app with env and pushed it to Github.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/iamharshad/beginner-node-express-env-port"&gt;https://github.com/iamharshad/beginner-node-express-env-port&lt;/a&gt;&lt;/p&gt;

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