<?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: Muhammad Zohaib Arshad</title>
    <description>The latest articles on DEV Community by Muhammad Zohaib Arshad (@zaibidev).</description>
    <link>https://dev.to/zaibidev</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%2F367966%2F9bed4c3c-0fba-48f3-914a-11298a0e2a73.jpeg</url>
      <title>DEV Community: Muhammad Zohaib Arshad</title>
      <link>https://dev.to/zaibidev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zaibidev"/>
    <language>en</language>
    <item>
      <title>Writing Clear Code, Not Clever Code</title>
      <dc:creator>Muhammad Zohaib Arshad</dc:creator>
      <pubDate>Sat, 22 Jan 2022 15:04:07 +0000</pubDate>
      <link>https://dev.to/zaibidev/writing-clear-code-not-clever-code-1bkm</link>
      <guid>https://dev.to/zaibidev/writing-clear-code-not-clever-code-1bkm</guid>
      <description>&lt;p&gt;In &lt;a href="https://www.amazon.com/gp/product/097451408X"&gt;Practices of an Agile Developer&lt;/a&gt;, Andy Hunt and Venkat Subramaniam outline a huge list of ways to improve yourself as a software developer. While I found almost every tip in the book to be useful, I found one tip to stand out from the rest, considering it pointed out one of my particularly bad habits: &lt;strong&gt;“Write clear code, not clever code”.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One of my passions as a programmer is figuring out new and better ways to do the same thing. I love refactoring code and finding out what was being done in 10 lines, I could do in 3. Or as a better measure, doing something with one if else block instead of a triply nested if else statement. Usually this works out great. The code is simpler to maintain, and less complex for all involved.&lt;/p&gt;

&lt;p&gt;However, in my endless pursuit of smaller, clearer code, I would often end up with smaller, more confusing code. In 2009, as a member of a 7 person agile team, it was very easy to measure how I was doing in this category: How often did another team member ask me what a piece of code did? Once I began looking at these problematic blocks of code, I noticed a pattern, and began to work on resolving the problem. It doesn’t matter what my particular problem was… what mattered was that I began looking for it!&lt;/p&gt;

&lt;p&gt;Pay attention to your team members. Look into why they’re asking you about your code. Maybe there is something you do that makes perfect sense to you, but could be written clearer. Consider the next person who’s going to be looking at your code. Chances are, they’ll be happier looking at clearer code, not clever code. You’ll be happier too.&lt;/p&gt;

</description>
      <category>amazon</category>
      <category>aws</category>
      <category>career</category>
      <category>professionalpractices</category>
    </item>
    <item>
      <title>Machine Learning Business Benifits</title>
      <dc:creator>Muhammad Zohaib Arshad</dc:creator>
      <pubDate>Sat, 22 Jan 2022 15:01:16 +0000</pubDate>
      <link>https://dev.to/zaibidev/machine-learning-business-benifits-2i5c</link>
      <guid>https://dev.to/zaibidev/machine-learning-business-benifits-2i5c</guid>
      <description>&lt;p&gt;Machine Learning is a means to extract meaningful insights from raw(unfiltered) data to hep us in solving complex problems quickly. Machine Learning Algorithms learn from data provided to find various insights without explicitly programmed for the same. Machine Learning is evolving at a rapid rate is is being driven and integrated with new computing technologies.&lt;/p&gt;

&lt;p&gt;Machine Learning helps in increasing the business scalability and helps in improving business operations, so AI tools and ML Algorithms have gained a tremendous boom in the Analytics Community. The boom is because of factors like growing volume and easy availability of data along with faster processing speed and affordable data storage.&lt;/p&gt;

&lt;p&gt;Business Benifits of Machine Learning&lt;br&gt;
Customer Lifetime Value Prediction&lt;br&gt;
Customer ifetime Prediction and Customer Segmentation is one of the challange faced my major companies today. The data available with the companies is so huge and can be used effectively to derive business insights. ML helps in it by predicting customer behavior, purchasing pattern and offers the customer with the offers they desire.&lt;/p&gt;

&lt;p&gt;Predictive Maintainence&lt;br&gt;
Manufacturing industries use ML to discover meaningful insights and patterns hidden in the factory data which helps in reducing risks asociated with failures and to eliminate unexpected expenses.&lt;/p&gt;

&lt;p&gt;Eliminating Manual Process&lt;br&gt;
Manual data entry can result in duplicate as well as inaccurate data and the corrective maintainence is both costly and time-consuming. Using ML Algorithms, error posessed by following manual processes can be removed.&lt;/p&gt;

&lt;p&gt;Detecting Spams&lt;br&gt;
ML Algorithms are actively used in detecting spams by creating new rules using Neural-Networks to detect spams and phishing messages.&lt;/p&gt;

&lt;p&gt;Recommendation Engine&lt;br&gt;
Unsupervised learning helps in developing recommendation engines by using customer's history and matching it with the inventory to identify the hidden patterns and group similar services together and suggest tem to the customer, making them to for the services.&lt;/p&gt;

&lt;p&gt;Medical Diagnostics&lt;br&gt;
ML in medical diagnosis helps healthcare organizations in improving the patient's health and to reduce costs, using superior diagnostic tools and effective treatment plans. The predictions are drawn using patient records and data sets along with the symptoms exhibited by the patient.&lt;/p&gt;

&lt;p&gt;Improved Security&lt;br&gt;
ML is being used rapidly to increase the security of an organization by allowing new-generation providers to build newer technologies, which quickly and effectively detect unknown threats.&lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>machinelearning</category>
      <category>programming</category>
      <category>ai</category>
    </item>
    <item>
      <title>Deploying a WordPress Website in AWS</title>
      <dc:creator>Muhammad Zohaib Arshad</dc:creator>
      <pubDate>Sat, 22 Jan 2022 14:57:09 +0000</pubDate>
      <link>https://dev.to/zaibidev/deploying-a-wordpress-website-in-aws-4ap0</link>
      <guid>https://dev.to/zaibidev/deploying-a-wordpress-website-in-aws-4ap0</guid>
      <description>&lt;p&gt;Hello! If you're here to get a feel of AWS and its commonly used services, you are in the right place! This guide will get your feet wet with the basic structure of an AWS Application and will surely be an amazing experience to see your own website deployed.&lt;/p&gt;

&lt;p&gt;For all experienced AWS users out there, I know what you might be thinking - "Here goes another WordPress guide", but hear me out!&lt;/p&gt;

&lt;p&gt;I am creating this guide for beginners who would like to try out AWS Services and deploy their very first AWS Application. What will be the difference between my guide and the others? I will be explaining this as easy as possible, using analogies and laymen's term, so any beginner can understand and appreciate this lengthy process.&lt;/p&gt;

&lt;p&gt;For all of you out there who are new to AWS, gear up because this will be an eye-opener of how amazing AWS can be! I will be providing cost estimates and warnings whenever we provision our resources and make sure that everyone is able to follow without worry.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>amazonwebservices</category>
      <category>wordpress</category>
      <category>database</category>
    </item>
    <item>
      <title>Flutter vs React JS?</title>
      <dc:creator>Muhammad Zohaib Arshad</dc:creator>
      <pubDate>Wed, 22 Sep 2021 16:25:33 +0000</pubDate>
      <link>https://dev.to/zaibidev/flutter-vs-react-js-1k59</link>
      <guid>https://dev.to/zaibidev/flutter-vs-react-js-1k59</guid>
      <description>&lt;p&gt;Being a developer what will u choose for a better result?&lt;br&gt;
Flutter or React JS.&lt;/p&gt;

&lt;p&gt;Choose one with solid reason. 😊&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>reactnative</category>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>About me as developer</title>
      <dc:creator>Muhammad Zohaib Arshad</dc:creator>
      <pubDate>Thu, 16 Apr 2020 12:25:20 +0000</pubDate>
      <link>https://dev.to/zaibidev/about-me-as-developer-2e6</link>
      <guid>https://dev.to/zaibidev/about-me-as-developer-2e6</guid>
      <description>&lt;p&gt;I have worked in many Projects especially if we talk about programming so I have worked in C++ programming Language and also use arduino to code. Some of my projects are:&lt;br&gt;
. Console base Ludo&lt;br&gt;
. Chess Game (Object Oriented)&lt;br&gt;
. Pacman Game&lt;br&gt;
. Mine Sweeper Game&lt;br&gt;
. Soil Moisture Detector (using arduino)&lt;br&gt;
-&amp;gt; and many little projects as an assignments I have done not mentioned here.&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>programming</category>
      <category>digitaltech</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
