<?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: Saad Shah</title>
    <description>The latest articles on DEV Community by Saad Shah (@saadshah_ux).</description>
    <link>https://dev.to/saadshah_ux</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%2F363208%2Fa545446e-9fcc-4c6f-9749-053daad62beb.png</url>
      <title>DEV Community: Saad Shah</title>
      <link>https://dev.to/saadshah_ux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saadshah_ux"/>
    <language>en</language>
    <item>
      <title>Design Tactics for Devs(On-going Series)</title>
      <dc:creator>Saad Shah</dc:creator>
      <pubDate>Sun, 26 Apr 2020 20:40:30 +0000</pubDate>
      <link>https://dev.to/saadshah_ux/design-tactics-for-devs-on-going-series-3d72</link>
      <guid>https://dev.to/saadshah_ux/design-tactics-for-devs-on-going-series-3d72</guid>
      <description>&lt;h3&gt;
  
  
  This is an on-going series of simple tips and tricks for developers who want their work to look beautiful and professional.
&lt;/h3&gt;

&lt;p&gt;In the first part, I’ll start with the very basic technique that you can apply to your UIs to make them look clean and modern.&lt;/p&gt;

&lt;h2&gt;
  
  
  The design Mindset
&lt;/h2&gt;

&lt;p&gt;Everyone can be a designer. Design is to solve a problem and developers, architects, and engineers are problem solvers. Everyone can design, they just need a design mindset.&lt;br&gt;
When developers wear a designer’s hat, they need to think of the users and their experiences. It’s all about finding intuitive ways of solving the problem at hand. Forget about the performance, architecture &amp;amp; frameworks just for a while and think about the users who will be interacting with what you are developing.&lt;br&gt;
In this series, I will be focusing more on visuals and aesthetics that play an important role in bringing clarity to a product.&lt;br&gt;
Let’s get started.&lt;/p&gt;
&lt;h2&gt;
  
  
  Part 1 — Background and Foreground
&lt;/h2&gt;

&lt;p&gt;The easiest and fastest way to clean up a UI is to adjust the background and foreground colors.&lt;br&gt;
Foreground: use lighter colors&lt;br&gt;
Background: User darker colors&lt;br&gt;
Some colors that look good for Background:&lt;br&gt;
&lt;code&gt;F4F8F9&lt;br&gt;
EDF2F6&lt;br&gt;
DDEEFC&lt;/code&gt;&lt;br&gt;
Foreground color to use with above:&lt;br&gt;
&lt;code&gt;FFFFFF&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;On a grey background, use a white foreground card or container for a clean and minimal effect. Use border radius of 4–6px and slight box-shadow or light grey border for an enhanced effect&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Here is an example&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GbMKpfsL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n2bfa2bba2ejmmhw20hw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GbMKpfsL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n2bfa2bba2ejmmhw20hw.png" alt="Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9g3UJ0DY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3vrelta9zdx3h6dqnvv3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9g3UJ0DY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3vrelta9zdx3h6dqnvv3.png" alt="background and foreground changed"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let’s try this on medium.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Body:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;background: #F4F8F9;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Content:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;background: #FFF;
box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
border-radius: 6px;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PIVJVUIK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/cpw4sigvb4n9zu73ll02.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PIVJVUIK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/cpw4sigvb4n9zu73ll02.png" alt="Implemented on Medium"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a part of minimal styling where we achieve the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Adding white content area on a slightly darker background gives a clean and minimal look&lt;/li&gt;
&lt;li&gt;Increase the readability of the content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Part 2: Buttons&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>tips</category>
      <category>techniques</category>
      <category>ideas</category>
    </item>
  </channel>
</rss>
