<?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: Mehmood</title>
    <description>The latest articles on DEV Community by Mehmood (@mehmood168).</description>
    <link>https://dev.to/mehmood168</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%2F194863%2F30b5a253-bd94-4e6d-9725-7e559b5bc688.jpg</url>
      <title>DEV Community: Mehmood</title>
      <link>https://dev.to/mehmood168</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mehmood168"/>
    <language>en</language>
    <item>
      <title>git cherry-pick</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Sun, 08 Nov 2020 16:42:32 +0000</pubDate>
      <link>https://dev.to/mehmood168/git-cherry-pick-47bp</link>
      <guid>https://dev.to/mehmood168/git-cherry-pick-47bp</guid>
      <description>&lt;p&gt;If you want to apply a commit from one branch to another, you can use the following command to do that:&lt;/p&gt;

&lt;p&gt;'git cherry-pick '&lt;/p&gt;

</description>
      <category>git</category>
    </item>
    <item>
      <title>Gumroad's #14DayProduct challenge Day 2: Pick Your Topic and Outline Your Product.</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Wed, 28 Oct 2020 17:00:15 +0000</pubDate>
      <link>https://dev.to/mehmood168/gumroad-s-14dayproduct-challenge-day-2-pick-your-topic-and-outline-your-product-528l</link>
      <guid>https://dev.to/mehmood168/gumroad-s-14dayproduct-challenge-day-2-pick-your-topic-and-outline-your-product-528l</guid>
      <description>&lt;p&gt;After working on the spreadsheet, I finally narrowed down to 2 potential products:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;A video course for developers on "How to debug your code" in various languages. &lt;br&gt;
I'll demonstrate it in a couple of languages (Java, JavaScript, etc.) and also add a module on how to improve search on Google / StackOverflow in case of error.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A video course in which I can demonstrate my process of outsourcing projects that I don't have the expertise or simply not enough time to do but also don't want to lose my client.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I have vast experience in both of the above topics and I feel confident that the audience will gain value from these topics. I am equally excited about both of these topics so unable to pick one.&lt;/p&gt;

&lt;p&gt;Need your feedback/help in deciding.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>debugging</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>team 'HUSTLE' or team 'WAIT' ?</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Wed, 19 Aug 2020 15:40:39 +0000</pubDate>
      <link>https://dev.to/mehmood168/team-hustle-or-team-wait-3dlc</link>
      <guid>https://dev.to/mehmood168/team-hustle-or-team-wait-3dlc</guid>
      <description>&lt;p&gt;We've seen 2 different schools of thoughts on the internet:&lt;/p&gt;

&lt;p&gt;A) 'Good things come to those who wait'&lt;br&gt;
OR&lt;br&gt;
B) 'Good things come to those who hustle'&lt;/p&gt;

&lt;p&gt;Which one do you believe in and apply in your life?&lt;/p&gt;

</description>
      <category>watercooler</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Why do people/companies still use Internet Explorer?</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Mon, 25 May 2020 22:27:57 +0000</pubDate>
      <link>https://dev.to/mehmood168/why-do-people-companies-still-use-internet-explorer-3gjb</link>
      <guid>https://dev.to/mehmood168/why-do-people-companies-still-use-internet-explorer-3gjb</guid>
      <description>&lt;p&gt;On my full-time job, I was working on an app where I had to use the JavaScript includes() method. &lt;/p&gt;

&lt;p&gt;The app was sent for UAT, manager applauded the effort of whole team.&lt;/p&gt;

&lt;p&gt;After an hour, the user complained about not being able to submit a form.&lt;br&gt;
I checked, it was working.&lt;br&gt;
But the user was using the app on IE and it failed because the includes() method is not supported by IE and the default browser in that company is IE, so almost all of the users have to use IE and our app has to be compatible with it.&lt;/p&gt;

&lt;p&gt;It was a quick fix, but the overall impression was negative.&lt;/p&gt;

&lt;p&gt;We see and hear negative things about Internet Explorer, but still, it is being used, specially in corporate sector.&lt;/p&gt;

&lt;p&gt;Did you face any such incident due to IE?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>internetexplorer</category>
    </item>
    <item>
      <title>Java 13 is here!</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Wed, 18 Sep 2019 20:51:05 +0000</pubDate>
      <link>https://dev.to/mehmood168/java-13-is-here-4c38</link>
      <guid>https://dev.to/mehmood168/java-13-is-here-4c38</guid>
      <description>&lt;p&gt;It's official, Java 13 is finally here with new features/improvements. The last 4 releases including this one were pretty quick and most of the people are still working on the older versions. &lt;/p&gt;

&lt;p&gt;Which version are you currently working on?&lt;br&gt;
When are you planning to move to a newer version?&lt;/p&gt;

&lt;p&gt;I am currently working on Java 8 and planning to move to Java 9 but I feel there's plenty to catch up.&lt;/p&gt;

</description>
      <category>java</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Let's discuss about databases?</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Sat, 07 Sep 2019 17:04:41 +0000</pubDate>
      <link>https://dev.to/mehmood168/let-s-discuss-about-databases-1k48</link>
      <guid>https://dev.to/mehmood168/let-s-discuss-about-databases-1k48</guid>
      <description>&lt;p&gt;Which databases you mainly worked with? &lt;br&gt;
Why you prefer one over other? &lt;br&gt;
Example of when you used one over the other – applications you used for each and Why?&lt;/p&gt;

</description>
      <category>database</category>
      <category>sql</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Print-on-Demand App</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Fri, 23 Aug 2019 10:01:05 +0000</pubDate>
      <link>https://dev.to/mehmood168/print-on-demand-app-504m</link>
      <guid>https://dev.to/mehmood168/print-on-demand-app-504m</guid>
      <description>&lt;p&gt;I am starting a Print-on-demand website like Printful. What needs to be done for creating mockups and adding images/text to those mockups?&lt;br&gt;
Just need some basic guidelines.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
    </item>
    <item>
      <title>What are some of the best practices for developing a Spring Boot app?</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Wed, 31 Jul 2019 17:57:11 +0000</pubDate>
      <link>https://dev.to/mehmood168/what-are-some-of-the-best-practices-for-developing-a-spring-boot-app-j5c</link>
      <guid>https://dev.to/mehmood168/what-are-some-of-the-best-practices-for-developing-a-spring-boot-app-j5c</guid>
      <description>&lt;p&gt;I am starting a side project which is basically a job portal, just for the sake of learning and adding it to my portfolio. It would be based on some of the technologies that I haven't worked on much including Spring Boot, React, GraphQL, etc.&lt;/p&gt;

&lt;p&gt;Just wanted to know what would be some of the best practices to keep in mind when starting such project?&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>discuss</category>
      <category>react</category>
    </item>
    <item>
      <title>Providing link to your github profile when applying for a job #discuss</title>
      <dc:creator>Mehmood</dc:creator>
      <pubDate>Mon, 22 Jul 2019 17:55:47 +0000</pubDate>
      <link>https://dev.to/mehmood168/providing-link-to-your-github-profile-when-applying-for-a-job-discuss-ebk</link>
      <guid>https://dev.to/mehmood168/providing-link-to-your-github-profile-when-applying-for-a-job-discuss-ebk</guid>
      <description>&lt;p&gt;Different companies ask for a link to your github profile in job description. Do we need to show complete code of the projects done?&lt;/p&gt;

</description>
      <category>java</category>
      <category>discuss</category>
      <category>github</category>
    </item>
  </channel>
</rss>
