{"id":1220,"date":"2020-12-10T09:18:00","date_gmt":"2020-12-10T09:18:00","guid":{"rendered":"http:\/\/themepanthers.com\/wp\/rakon-main\/wp-bakery\/?p=1220"},"modified":"2020-12-10T09:18:00","modified_gmt":"2020-12-10T09:18:00","slug":"hopefully-the-ultimate-guide-to-an-interface-icon-set","status":"publish","type":"post","link":"https:\/\/www.jazlerenespanol.com\/2022\/2020\/12\/10\/hopefully-the-ultimate-guide-to-an-interface-icon-set\/","title":{"rendered":"Hopefully, the Ultimate Guide to an Interface Icon Set"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Many people don\u2019t 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.[\/vc_column_text]\r\n\r\n<div class=\"title_all_box    style_one\" >\r\n                       <!-- title one  -->\r\n               <div class=\"title_sections\">\r\n                                                       <h2 style='   '>  The Definition of Software Architecture<\/h2>\r\n                                                <\/div>\r\n        <!-- title one end -->\r\n                \r\n                            \r\n        <\/div>\r\n\r\n\r\n\r\n[vc_column_text]In simple words, software architecture is the process of converting software characteristics such as flexibility, scalability, feasibility, reusability, and\u00a0<mark>security into a structured solution<\/mark>\u00a0that meets the technical and the business expectations.[\/vc_column_text]\r\n\r\n<div class=\"title_all_box    style_one\" >\r\n                       <!-- title one  -->\r\n               <div class=\"title_sections\">\r\n                                                       <h2 style='   '>  The Characteristics of Software Architecture<\/h2>\r\n                                                <\/div>\r\n        <!-- title one end -->\r\n                \r\n                            \r\n        <\/div>\r\n\r\n\r\n\r\n[vc_column_text]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 \u201cextendable, modular and\u00a0<b>maintainable<\/b>\u201d 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,\u00a0<u>scalability and reliability<\/u>\u00a0are 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[\/vc_column_text][vc_column_text]comes up here which is \u201cthe\u00a0<b>feasibility.\u201d<\/b>[\/vc_column_text][vc_column_text]We work to meet this ambitious goal by focusing on these key areas of conservation.[\/vc_column_text]\r\n\r\n                            <div class=\"image_simple_all\"  style=''>\r\n                                                         <img decoding=\"async\" class=\"img-fluid img_md\" src=\"https:\/\/www.jazlerenespanol.com\/2022\/wp-content\/uploads\/2021\/04\/0654.png\" alt=\"image\" style='  ' \/> \r\n                    \r\n                                     <\/div>\r\n                                                               \r\n                    \r\n                \r\n[vc_column_text]<b>SOLID<\/b>\u00a0refers to Single Responsibility,\u00a0<mark>Open Closed<\/mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.[\/vc_column_text]\r\n\r\n<div class=\"title_all_box    style_one\" >\r\n                       <!-- title one  -->\r\n               <div class=\"title_sections\">\r\n                                                       <h2 style='   '>  Software Design<\/h2>\r\n                                                <\/div>\r\n        <!-- title one end -->\r\n                \r\n                            \r\n        <\/div>\r\n\r\n\r\n\r\n[vc_column_text]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.[\/vc_column_text]\r\n\r\n\r\n                                     \r\n                                                                      <div class=\"list_item_box  simple_list_item\">\r\n                 <ul>\r\n                                                       <li style='    '>\r\n\r\n                 Single Responsibility Principle means that each class has to have one single purpose, a responsibility and a reason to change.                 <\/li>\r\n                                                                        <li style='    '>\r\n\r\n                 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>\r\n                                                 <\/ul>\r\n               <\/div>    \r\n\r\n\r\n                                                            <div class=\"image_simple_all_video vc_com\"  style=''>\r\n            <div class=\"cover_video\">\r\n                                                         <img decoding=\"async\" class=\"img-fluid\" src=\"https:\/\/www.jazlerenespanol.com\/2022\/wp-content\/uploads\/2021\/04\/16387156.png\" alt=\"image\"   style='  ' \/> \r\n                                                            <div class=\"icon_played\">\r\n                      <button type=\"button\" class=\"btn btn_video\" data-toggle=\"modal\" data-src=\"https:\/\/www.youtube.com\/embed\/lvYnfMOUOJY\" data-target=\"#mdllVideo\">\r\n                        <span class=\"scale rounded-circle b play_video\" style=''>\r\n                        <div class=\"before\" style=''><\/div>\r\n                          <i class=\"fa fa-play\" style=' '><\/i>\r\n                        <\/span>\r\n                      <\/button>\r\n                    <\/div>\r\n                  <\/div>    \r\n            <\/div>\r\n                                    \r\n                    \r\n                \r\n[vc_column_text]<b>SOLID<\/b>\u00a0refers to Single Responsibility,\u00a0<mark>Open Closed<\/mark>, Liskov substitution, Interface Segregation and Dependency Inversion Principles.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\r\n\r\n<div class=\"quotes_all_in simple\">\r\n          \r\n                      <div class=\"body_content\">\r\n                 \r\n                                      <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>\r\n                                      <\/div>\r\n                   \r\n                  <\/div>\r\n\r\n[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<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>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[16,17,18],"tags":[],"class_list":["post-1220","post","type-post","status-publish","format-standard","hentry","category-design","category-developer","category-environment"],"_links":{"self":[{"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/posts\/1220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/comments?post=1220"}],"version-history":[{"count":0,"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/posts\/1220\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/media?parent=1220"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/categories?post=1220"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jazlerenespanol.com\/2022\/wp-json\/wp\/v2\/tags?post=1220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}