<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developer - Going digital</title>
	<atom:link href="https://4digital.ma/category/developer/feed/" rel="self" type="application/rss+xml" />
	<link>https://4digital.ma</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 20 Apr 2022 10:11:46 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Big win for tuna fisheries nets renewed focus on human rights</title>
		<link>https://4digital.ma/big-win-for-tuna-fisheries-nets-renewed-focus-on-human-rights/</link>
					<comments>https://4digital.ma/big-win-for-tuna-fisheries-nets-renewed-focus-on-human-rights/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 12 Dec 2020 10:19:27 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/wp-bakery/?p=1744</guid>

					<description><![CDATA[<p>Vitae semper quis lectus nulla at volutpat diam. Sed viverra ipsum nunc aliquet .</p>
<p>The post <a href="https://4digital.ma/big-win-for-tuna-fisheries-nets-renewed-focus-on-human-rights/">Big win for tuna fisheries nets renewed focus on human rights</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>comes up here which is “the <b>feasibility.”</b></p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>We work to meet this ambitious goal by focusing on these key areas of conservation.</p>

		</div>
	</div>


                            <div class="image_simple_all"  style=''>
                                                         <img decoding="async" class="img-fluid img_md" src="https://4digital.ma/wp-content/uploads/2021/04/0654.png" alt="image" style='  ' /> 
                    
                                     </div>
                                                               
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>

		</div>
	</div>



                                     
                                                                      <div class="list_item_box  simple_list_item">
                 <ul>
                                                       <li style='    '>

                 Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                 </li>
                                                                        <li style='    '>

                 Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                 </li>
                                                 </ul>
               </div>    


                                                            <div class="image_simple_all_video vc_com"  style=''>
            <div class="cover_video">
                                                         <img decoding="async" class="img-fluid" src="https://4digital.ma/wp-content/uploads/2021/04/16387156.png" alt="image"   style='  ' /> 
                                                            <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="https://www.youtube.com/embed/lvYnfMOUOJY" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video" style=''>
                        <div class="before" style=''></div>
                          <i class="fa fa-play" style=' '></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>
</div></div></div></div></div></div></div><div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">

<div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation" style=' '>Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>

</div></div></div></div></div></div></div><p>The post <a href="https://4digital.ma/big-win-for-tuna-fisheries-nets-renewed-focus-on-human-rights/">Big win for tuna fisheries nets renewed focus on human rights</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/big-win-for-tuna-fisheries-nets-renewed-focus-on-human-rights/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Quarantine reading list: nature edition</title>
		<link>https://4digital.ma/quarantine-reading-list-nature-edition/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 12 Dec 2020 10:17:48 +0000</pubDate>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Forests]]></category>
		<category><![CDATA[Livelihoods]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/wp-bakery/?p=1741</guid>

					<description><![CDATA[<p>Vitae semper quis lectus nulla at volutpat diam. Sed viverra ipsum nunc aliquet .</p>
<p>The post <a href="https://4digital.ma/quarantine-reading-list-nature-edition/">Quarantine reading list: nature edition</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>comes up here which is “the <b>feasibility.”</b></p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>We work to meet this ambitious goal by focusing on these key areas of conservation.</p>

		</div>
	</div>


                            <div class="image_simple_all"  style=''>
                                                         <img decoding="async" class="img-fluid img_md" src="https://4digital.ma/wp-content/uploads/2021/04/0654.png" alt="image" style='  ' /> 
                    
                                     </div>
                                                               
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>

		</div>
	</div>



                                     
                                                                      <div class="list_item_box  simple_list_item">
                 <ul>
                                                       <li style='    '>

                 Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                 </li>
                                                                        <li style='    '>

                 Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                 </li>
                                                 </ul>
               </div>    


                                                            <div class="image_simple_all_video vc_com"  style=''>
            <div class="cover_video">
                                                         <img decoding="async" class="img-fluid" src="https://4digital.ma/wp-content/uploads/2021/04/16387156.png" alt="image"   style='  ' /> 
                                                            <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="https://www.youtube.com/embed/lvYnfMOUOJY" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video" style=''>
                        <div class="before" style=''></div>
                          <i class="fa fa-play" style=' '></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>
</div></div></div></div></div></div></div><div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">

<div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation" style=' '>Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>

</div></div></div></div></div></div></div><p>The post <a href="https://4digital.ma/quarantine-reading-list-nature-edition/">Quarantine reading list: nature edition</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pandemic crippling small-scale fishing worldwide, study finds</title>
		<link>https://4digital.ma/pandemic-crippling-small-scale-fishing-worldwide-study-finds/</link>
					<comments>https://4digital.ma/pandemic-crippling-small-scale-fishing-worldwide-study-finds/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 12 Dec 2020 10:16:57 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/wp-bakery/?p=1738</guid>

					<description><![CDATA[<p>Vitae semper quis lectus nulla at volutpat diam. Sed viverra ipsum nunc aliquet .</p>
<p>The post <a href="https://4digital.ma/pandemic-crippling-small-scale-fishing-worldwide-study-finds/">Pandemic crippling small-scale fishing worldwide, study finds</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>comes up here which is “the <b>feasibility.”</b></p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>We work to meet this ambitious goal by focusing on these key areas of conservation.</p>

		</div>
	</div>


                            <div class="image_simple_all"  style=''>
                                                         <img decoding="async" class="img-fluid img_md" src="https://4digital.ma/wp-content/uploads/2021/04/0654.png" alt="image" style='  ' /> 
                    
                                     </div>
                                                               
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>

		</div>
	</div>



                                     
                                                                      <div class="list_item_box  simple_list_item">
                 <ul>
                                                       <li style='    '>

                 Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                 </li>
                                                                        <li style='    '>

                 Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                 </li>
                                                 </ul>
               </div>    


                                                            <div class="image_simple_all_video vc_com"  style=''>
            <div class="cover_video">
                                                         <img decoding="async" class="img-fluid" src="https://4digital.ma/wp-content/uploads/2021/04/16387156.png" alt="image"   style='  ' /> 
                                                            <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="https://www.youtube.com/embed/lvYnfMOUOJY" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video" style=''>
                        <div class="before" style=''></div>
                          <i class="fa fa-play" style=' '></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>
</div></div></div></div></div></div></div><div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">

<div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation" style=' '>Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>

</div></div></div></div></div></div></div><p>The post <a href="https://4digital.ma/pandemic-crippling-small-scale-fishing-worldwide-study-finds/">Pandemic crippling small-scale fishing worldwide, study finds</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/pandemic-crippling-small-scale-fishing-worldwide-study-finds/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>When Autumn Leaves Begin to Fall As the Climate Warms, Leaves on Some Trees are Dying Earlier</title>
		<link>https://4digital.ma/when-autumn-leaves-begin-to-fall-as-the-climate-warms-leaves-on-some-trees-are-dying-earlier/</link>
					<comments>https://4digital.ma/when-autumn-leaves-begin-to-fall-as-the-climate-warms-leaves-on-some-trees-are-dying-earlier/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 12 Dec 2020 10:11:38 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/wp-bakery/?p=1732</guid>

					<description><![CDATA[<p>Vitae semper quis lectus nulla at volutpat diam. Sed viverra ipsum nunc aliquet .</p>
<p>The post <a href="https://4digital.ma/when-autumn-leaves-begin-to-fall-as-the-climate-warms-leaves-on-some-trees-are-dying-earlier/">When Autumn Leaves Begin to Fall As the Climate Warms, Leaves on Some Trees are Dying Earlier</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>comes up here which is “the <b>feasibility.”</b></p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>We work to meet this ambitious goal by focusing on these key areas of conservation.</p>

		</div>
	</div>


                            <div class="image_simple_all"  style=''>
                                                         <img decoding="async" class="img-fluid img_md" src="https://4digital.ma/wp-content/uploads/2021/04/0654.png" alt="image" style='  ' /> 
                    
                                     </div>
                                                               
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>

		</div>
	</div>



                                     
                                                                      <div class="list_item_box  simple_list_item">
                 <ul>
                                                       <li style='    '>

                 Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                 </li>
                                                                        <li style='    '>

                 Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                 </li>
                                                 </ul>
               </div>    


                                                            <div class="image_simple_all_video vc_com"  style=''>
            <div class="cover_video">
                                                         <img decoding="async" class="img-fluid" src="https://4digital.ma/wp-content/uploads/2021/04/16387156.png" alt="image"   style='  ' /> 
                                                            <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="https://www.youtube.com/embed/lvYnfMOUOJY" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video" style=''>
                        <div class="before" style=''></div>
                          <i class="fa fa-play" style=' '></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>
</div></div></div></div></div></div></div><div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">

<div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation" style=' '>Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>

</div></div></div></div></div></div></div><p>The post <a href="https://4digital.ma/when-autumn-leaves-begin-to-fall-as-the-climate-warms-leaves-on-some-trees-are-dying-earlier/">When Autumn Leaves Begin to Fall As the Climate Warms, Leaves on Some Trees are Dying Earlier</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/when-autumn-leaves-begin-to-fall-as-the-climate-warms-leaves-on-some-trees-are-dying-earlier/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Funds adding fuel in tech’s climate race</title>
		<link>https://4digital.ma/funds-adding-fuel-in-techs-climate-race/</link>
					<comments>https://4digital.ma/funds-adding-fuel-in-techs-climate-race/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 11 Dec 2020 13:11:21 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Environment]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/wp-bakery/?p=1418</guid>

					<description><![CDATA[<p>Vitae semper quis lectus nulla at volutpat diam. Sed viverra ipsum nunc aliquet .</p>
<p>The post <a href="https://4digital.ma/funds-adding-fuel-in-techs-climate-race/">Funds adding fuel in tech’s climate race</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>comes up here which is “the <b>feasibility.”</b></p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>We work to meet this ambitious goal by focusing on these key areas of conservation.</p>

		</div>
	</div>


                            <div class="image_simple_all"  style=''>
                                                         <img decoding="async" class="img-fluid img_md" src="https://4digital.ma/wp-content/uploads/2021/04/0654.png" alt="image" style='  ' /> 
                    
                                     </div>
                                                               
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>

		</div>
	</div>



                                     
                                                                      <div class="list_item_box  simple_list_item">
                 <ul>
                                                       <li style='    '>

                 Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                 </li>
                                                                        <li style='    '>

                 Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                 </li>
                                                 </ul>
               </div>    


                                                            <div class="image_simple_all_video vc_com"  style=''>
            <div class="cover_video">
                                                         <img decoding="async" class="img-fluid" src="https://4digital.ma/wp-content/uploads/2021/04/16387156.png" alt="image"   style='  ' /> 
                                                            <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="https://www.youtube.com/embed/lvYnfMOUOJY" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video" style=''>
                        <div class="before" style=''></div>
                          <i class="fa fa-play" style=' '></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>
</div></div></div></div></div></div></div><div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">

<div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation" style=' '>Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>

</div></div></div></div></div></div></div><p>The post <a href="https://4digital.ma/funds-adding-fuel-in-techs-climate-race/">Funds adding fuel in tech’s climate race</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/funds-adding-fuel-in-techs-climate-race/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Winner of the Vice Presidential Debate? Kamala’s Faces.</title>
		<link>https://4digital.ma/the-winner-of-the-vice-presidential-debate-kamalas-faces-2-2/</link>
					<comments>https://4digital.ma/the-winner-of-the-vice-presidential-debate-kamalas-faces-2-2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 12:13:03 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/inner-pages/?p=1230</guid>

					<description><![CDATA[<p>This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p>The post <a href="https://4digital.ma/the-winner-of-the-vice-presidential-debate-kamalas-faces-2-2/">The Winner of the Vice Presidential Debate? Kamala’s Faces.</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="6105" class="elementor elementor-6105">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-d59b824 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="d59b824" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b2c24b7" data-id="b2c24b7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5534566 elementor-widget elementor-widget-rakon-description-v1" data-id="5534566" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-3d69dfb elementor-widget elementor-widget-rakon-title-v1" data-id="3d69dfb" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-adab678 elementor-widget elementor-widget-rakon-description-v1" data-id="adab678" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and  <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-d0982a8 elementor-widget elementor-widget-rakon-title-v1" data-id="d0982a8" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-995c9fc elementor-widget elementor-widget-rakon-description-v1" data-id="995c9fc" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-b0f4d7f elementor-widget elementor-widget-rakon-description-v1" data-id="b0f4d7f" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  comes up here which is “the <b>feasibility.”</b></p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-6a5edc8 elementor-widget elementor-widget-rakon-description-v1" data-id="6a5edc8" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Here you can find a full list of software characteristics, also known as “quality attributes,”
                    <a href="#">here.</a>
            </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-574ef51 elementor-widget elementor-widget-rakon-image-box-v3" data-id="574ef51" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                   <div class="image_simple_all" >
                                     <img decoding="async" class="img-fluid img_md" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2020/12/06544444.png" alt="image">
                                     </div>
                                                               
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-63897ab elementor-widget elementor-widget-rakon-description-v1" data-id="63897ab" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-8503d36 elementor-widget elementor-widget-rakon-title-v1" data-id="8503d36" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-5e4cc57 elementor-widget elementor-widget-rakon-description-v1" data-id="5e4cc57" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-a2a8d2f elementor-widget elementor-widget-rakon-list-items-box-v1" data-id="a2a8d2f" data-element_type="widget" data-widget_type="rakon-list-items-box-v1.default">
				<div class="elementor-widget-container">
			 
           
           
                                        
                                                                               <div class="list_item_box  simple_list_item">
                    <ul>
                                        <li>
                    Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                    </li>
                                        <li>
                    Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                    </li>
                                      </ul>
                  </div>    
        		</div>
				</div>
				<div class="elementor-element elementor-element-697fb32 elementor-widget elementor-widget-rakon-image-box-v3" data-id="697fb32" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                                                   <div class="image_simple_all_video" >
            <div class="cover_video">
                                     <img decoding="async" class="img-fluid" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2021/08/16387156.png" alt="image">
                                        <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="#" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video">
                          <i class="tio tio-play"></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-18528ba elementor-widget elementor-widget-rakon-description-v1" data-id="18528ba" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-eeeb433 elementor-widget elementor-widget-rakon-quotes-v1" data-id="eeeb433" data-element_type="widget" data-widget_type="rakon-quotes-v1.default">
				<div class="elementor-widget-container">
			
           

     <div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation">Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>
		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div><p>The post <a href="https://4digital.ma/the-winner-of-the-vice-presidential-debate-kamalas-faces-2-2/">The Winner of the Vice Presidential Debate? Kamala’s Faces.</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/the-winner-of-the-vice-presidential-debate-kamalas-faces-2-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Provide some examples of your experience dealing with user research and usability testing</title>
		<link>https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing-2/</link>
					<comments>https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing-2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 12:11:59 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/inner-pages/?p=1227</guid>

					<description><![CDATA[<p>This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p>The post <a href="https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing-2/">Provide some examples of your experience dealing with user research and usability testing</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="6104" class="elementor elementor-6104">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-853125c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="853125c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f25bcd3" data-id="f25bcd3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2450b8a elementor-widget elementor-widget-rakon-description-v1" data-id="2450b8a" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-6875357 elementor-widget elementor-widget-rakon-title-v1" data-id="6875357" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-a205b9d elementor-widget elementor-widget-rakon-description-v1" data-id="a205b9d" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and  <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-727e4b7 elementor-widget elementor-widget-rakon-title-v1" data-id="727e4b7" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-e721406 elementor-widget elementor-widget-rakon-description-v1" data-id="e721406" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-5e2ff39 elementor-widget elementor-widget-rakon-description-v1" data-id="5e2ff39" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  comes up here which is “the <b>feasibility.”</b></p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-5fea23c elementor-widget elementor-widget-rakon-description-v1" data-id="5fea23c" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Here you can find a full list of software characteristics, also known as “quality attributes,”
                    <a href="#">here.</a>
            </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-f0e001e elementor-widget elementor-widget-rakon-image-box-v3" data-id="f0e001e" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                   <div class="image_simple_all" >
                                     <img decoding="async" class="img-fluid img_md" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2020/12/06544444.png" alt="image">
                                     </div>
                                                               
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-5ef8cde elementor-widget elementor-widget-rakon-description-v1" data-id="5ef8cde" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-2a2fed0 elementor-widget elementor-widget-rakon-title-v1" data-id="2a2fed0" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-83180be elementor-widget elementor-widget-rakon-description-v1" data-id="83180be" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-1fd5836 elementor-widget elementor-widget-rakon-list-items-box-v1" data-id="1fd5836" data-element_type="widget" data-widget_type="rakon-list-items-box-v1.default">
				<div class="elementor-widget-container">
			 
           
           
                                        
                                                                               <div class="list_item_box  simple_list_item">
                    <ul>
                                        <li>
                    Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                    </li>
                                        <li>
                    Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                    </li>
                                      </ul>
                  </div>    
        		</div>
				</div>
				<div class="elementor-element elementor-element-9821ee0 elementor-widget elementor-widget-rakon-image-box-v3" data-id="9821ee0" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                                                   <div class="image_simple_all_video" >
            <div class="cover_video">
                                     <img decoding="async" class="img-fluid" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2021/08/16387156.png" alt="image">
                                        <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="#" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video">
                          <i class="tio tio-play"></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-d6d564a elementor-widget elementor-widget-rakon-description-v1" data-id="d6d564a" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-01ab1a9 elementor-widget elementor-widget-rakon-quotes-v1" data-id="01ab1a9" data-element_type="widget" data-widget_type="rakon-quotes-v1.default">
				<div class="elementor-widget-container">
			
           

     <div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation">Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>
		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div><p>The post <a href="https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing-2/">Provide some examples of your experience dealing with user research and usability testing</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Provide some examples of your experience dealing with user research and usability testing</title>
		<link>https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing/</link>
					<comments>https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 12:11:59 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Environment]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/wp-bakery/?p=1227</guid>

					<description><![CDATA[<p>This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p>The post <a href="https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing/">Provide some examples of your experience dealing with user research and usability testing</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>comes up here which is “the <b>feasibility.”</b></p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>We work to meet this ambitious goal by focusing on these key areas of conservation.</p>

		</div>
	</div>


                            <div class="image_simple_all"  style=''>
                                                         <img decoding="async" class="img-fluid img_md" src="https://4digital.ma/wp-content/uploads/2021/04/0654.png" alt="image" style='  ' /> 
                    
                                     </div>
                                                               
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>


<div class="title_all_box    style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2 style='   '>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                            
        </div>




	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>

		</div>
	</div>



                                     
                                                                      <div class="list_item_box  simple_list_item">
                 <ul>
                                                       <li style='    '>

                 Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                 </li>
                                                                        <li style='    '>

                 Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                 </li>
                                                 </ul>
               </div>    


                                                            <div class="image_simple_all_video vc_com"  style=''>
            <div class="cover_video">
                                                         <img decoding="async" class="img-fluid" src="https://4digital.ma/wp-content/uploads/2021/04/16387156.png" alt="image"   style='  ' /> 
                                                            <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="https://www.youtube.com/embed/lvYnfMOUOJY" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video" style=''>
                        <div class="before" style=''></div>
                          <i class="fa fa-play" style=' '></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.</p>

		</div>
	</div>
</div></div></div></div></div></div></div><div class="vc_custom_r_s wpb_column vc_column_container "><div class="container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">

<div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation" style=' '>Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>

</div></div></div></div></div></div></div><p>The post <a href="https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing/">Provide some examples of your experience dealing with user research and usability testing</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/provide-some-examples-of-your-experience-dealing-with-user-research-and-usability-testing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What are some of the biggest challenges you face as a UX designer? ..</title>
		<link>https://4digital.ma/what-are-some-of-the-biggest-challenges-you-face-as-a-ux-designer-2/</link>
					<comments>https://4digital.ma/what-are-some-of-the-biggest-challenges-you-face-as-a-ux-designer-2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 12:00:04 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/inner-pages/?p=1224</guid>

					<description><![CDATA[<p>This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p>The post <a href="https://4digital.ma/what-are-some-of-the-biggest-challenges-you-face-as-a-ux-designer-2/">What are some of the biggest challenges you face as a UX designer? ..</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="6103" class="elementor elementor-6103">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-214834b elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="214834b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a73422b" data-id="a73422b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-244ac14 elementor-widget elementor-widget-rakon-description-v1" data-id="244ac14" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-b72d546 elementor-widget elementor-widget-rakon-title-v1" data-id="b72d546" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-e96cb8f elementor-widget elementor-widget-rakon-description-v1" data-id="e96cb8f" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and  <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-e7c3a77 elementor-widget elementor-widget-rakon-title-v1" data-id="e7c3a77" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-790096e elementor-widget elementor-widget-rakon-description-v1" data-id="790096e" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-8cebbe2 elementor-widget elementor-widget-rakon-description-v1" data-id="8cebbe2" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  comes up here which is “the <b>feasibility.”</b></p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-ca2d2c7 elementor-widget elementor-widget-rakon-description-v1" data-id="ca2d2c7" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Here you can find a full list of software characteristics, also known as “quality attributes,”
                    <a href="#">here.</a>
            </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-171d28a elementor-widget elementor-widget-rakon-image-box-v3" data-id="171d28a" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                   <div class="image_simple_all" >
                                     <img decoding="async" class="img-fluid img_md" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2020/12/06544444.png" alt="image">
                                     </div>
                                                               
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-ab0f78e elementor-widget elementor-widget-rakon-description-v1" data-id="ab0f78e" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-076bf17 elementor-widget elementor-widget-rakon-title-v1" data-id="076bf17" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-932d267 elementor-widget elementor-widget-rakon-description-v1" data-id="932d267" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-ee4fbcf elementor-widget elementor-widget-rakon-list-items-box-v1" data-id="ee4fbcf" data-element_type="widget" data-widget_type="rakon-list-items-box-v1.default">
				<div class="elementor-widget-container">
			 
           
           
                                        
                                                                               <div class="list_item_box  simple_list_item">
                    <ul>
                                        <li>
                    Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                    </li>
                                        <li>
                    Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                    </li>
                                      </ul>
                  </div>    
        		</div>
				</div>
				<div class="elementor-element elementor-element-ac260ba elementor-widget elementor-widget-rakon-image-box-v3" data-id="ac260ba" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                                                   <div class="image_simple_all_video" >
            <div class="cover_video">
                                     <img decoding="async" class="img-fluid" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2021/08/16387156.png" alt="image">
                                        <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="#" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video">
                          <i class="tio tio-play"></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-db45cb3 elementor-widget elementor-widget-rakon-description-v1" data-id="db45cb3" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-dcff755 elementor-widget elementor-widget-rakon-quotes-v1" data-id="dcff755" data-element_type="widget" data-widget_type="rakon-quotes-v1.default">
				<div class="elementor-widget-container">
			
           

     <div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation">Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>
		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div><p>The post <a href="https://4digital.ma/what-are-some-of-the-biggest-challenges-you-face-as-a-ux-designer-2/">What are some of the biggest challenges you face as a UX designer? ..</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/what-are-some-of-the-biggest-challenges-you-face-as-a-ux-designer-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Hopefully, the Ultimate Guide to an Interface Icon Set</title>
		<link>https://4digital.ma/hopefully-the-ultimate-guide-to-an-interface-icon-set-2/</link>
					<comments>https://4digital.ma/hopefully-the-ultimate-guide-to-an-interface-icon-set-2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 09:18:00 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://themepanthers.com/wp/rakon-main/inner-pages/?p=1220</guid>

					<description><![CDATA[<p>This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p>The post <a href="https://4digital.ma/hopefully-the-ultimate-guide-to-an-interface-icon-set-2/">Hopefully, the Ultimate Guide to an Interface Icon Set</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="6102" class="elementor elementor-6102">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-a255d57 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a255d57" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e4cddb" data-id="6e4cddb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7e79b96 elementor-widget elementor-widget-rakon-description-v1" data-id="7e79b96" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Many people don’t really know the difference between software architecture and software design. Even for developers, the line is often blurry and they might mix up elements of software architecture patterns and design patterns.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-9ce1631 elementor-widget elementor-widget-rakon-title-v1" data-id="9ce1631" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Definition of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-a1e59a8 elementor-widget elementor-widget-rakon-description-v1" data-id="a1e59a8" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and  <mark>security into a structured solution</mark> that meets the technical and the business expectations.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-88c0676 elementor-widget elementor-widget-rakon-title-v1" data-id="88c0676" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  The Characteristics of Software Architecture</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-a0abc31 elementor-widget elementor-widget-rakon-description-v1" data-id="a0abc31" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  As explained, software characteristics describe the requirements and the expectations of a software in operational and technical levels. Thus, when a product owner says they are competing in a rapidly changing markets, and they should adapt their business model quickly. The software should be “extendable, modular and <b>maintainable</b>” if a business deals with urgent requests that need to be completed successfully in the matter of time. As a software architect, you should note that the performance and low fault tolerance, <u>scalability and reliability</u> are your key characteristics. Now, after defining the previous characteristics the business owner tells you that they have a limited budget for that project, another characteristic</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-8f267b4 elementor-widget elementor-widget-rakon-description-v1" data-id="8f267b4" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  comes up here which is “the <b>feasibility.”</b></p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-e6b32f9 elementor-widget elementor-widget-rakon-description-v1" data-id="e6b32f9" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  Here you can find a full list of software characteristics, also known as “quality attributes,”
                    <a href="#">here.</a>
            </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-f88a852 elementor-widget elementor-widget-rakon-image-box-v3" data-id="f88a852" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                   <div class="image_simple_all" >
                                     <img decoding="async" class="img-fluid img_md" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2020/12/06544444.png" alt="image">
                                     </div>
                                                               
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-4087f4b elementor-widget elementor-widget-rakon-description-v1" data-id="4087f4b" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-18af054 elementor-widget elementor-widget-rakon-title-v1" data-id="18af054" data-element_type="widget" data-widget_type="rakon-title-v1.default">
				<div class="elementor-widget-container">
			


        <div class="title_all_box   text-left style_one" >
                       <!-- title one  -->
               <div class="title_sections">
                                                       <h2>  Software Design</h2>
                                                </div>
        <!-- title one end -->
                
                                           

          
                        
                      
        </div>

		</div>
				</div>
				<div class="elementor-element elementor-element-c705ff3 elementor-widget elementor-widget-rakon-description-v1" data-id="c705ff3" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.</p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-9f7ac68 elementor-widget elementor-widget-rakon-list-items-box-v1" data-id="9f7ac68" data-element_type="widget" data-widget_type="rakon-list-items-box-v1.default">
				<div class="elementor-widget-container">
			 
           
           
                                        
                                                                               <div class="list_item_box  simple_list_item">
                    <ul>
                                        <li>
                    Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                    </li>
                                        <li>
                    Open Closed Principle: a class should be open for extension, but closed for modification. In simple words, you should be able to add more functionality to the class but do not edit current functions in a way that breaks existing code that uses it                    </li>
                                      </ul>
                  </div>    
        		</div>
				</div>
				<div class="elementor-element elementor-element-f36b155 elementor-widget elementor-widget-rakon-image-box-v3" data-id="f36b155" data-element_type="widget" data-widget_type="rakon-image-box-v3.default">
				<div class="elementor-widget-container">
			                                                                   <div class="image_simple_all_video" >
            <div class="cover_video">
                                     <img decoding="async" class="img-fluid" src="https://themepanthers.com/wp/rakon-main/elementor/wp-content/uploads/2021/08/16387156.png" alt="image">
                                        <div class="icon_played">
                      <button type="button" class="btn btn_video" data-toggle="modal" data-src="#" data-target="#mdllVideo">
                        <span class="scale rounded-circle b play_video">
                          <i class="tio tio-play"></i>
                        </span>
                      </button>
                    </div>
                  </div>    
            </div>
                                    
                    
                                  
				</div>
				</div>
				<div class="elementor-element elementor-element-4968ac4 elementor-widget elementor-widget-rakon-description-v1" data-id="4968ac4" data-element_type="widget" data-widget_type="rakon-description-v1.default">
				<div class="elementor-widget-container">
			

                <div class="description_all_box text-left" >
            <p>  <b>SOLID</b> refers to Single Responsibility, <mark>Open Closed</mark>, Liskov
                    substitution,
                    Interface
                    Segregation and
                    Dependency Inversion Principles.
                  </p>
        </div>
        		</div>
				</div>
				<div class="elementor-element elementor-element-3b283b0 elementor-widget elementor-widget-rakon-quotes-v1" data-id="3b283b0" data-element_type="widget" data-widget_type="rakon-quotes-v1.default">
				<div class="elementor-widget-container">
			
           

     <div class="quotes_all_in simple">
          
                      <div class="body_content">
                 
                                      <div class="txt_quotation">Thanks for reading! If you are interested in machine learning (or just want to understand what it is), check out my Machine Learning is Fun! series too.                    </div>
                                      </div>
                   
                  </div>
		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div><p>The post <a href="https://4digital.ma/hopefully-the-ultimate-guide-to-an-interface-icon-set-2/">Hopefully, the Ultimate Guide to an Interface Icon Set</a> first appeared on <a href="https://4digital.ma">Going digital</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://4digital.ma/hopefully-the-ultimate-guide-to-an-interface-icon-set-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
